home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.misc
- Path: sparky!uunet!mcsun!news.funet.fi!cs.joensuu.fi!lempika
- From: lempika@cs.joensuu.fi (Kari Lempi{inen)
- Subject: Variable argument lists in DLL?
- Message-ID: <1992Aug15.184002.27159@cs.joensuu.fi>
- Summary: aa
- Keywords: dll windows
- Organization: University of Joensuu
- Date: Sat, 15 Aug 1992 18:40:02 GMT
- Lines: 10
-
- Hello!
-
- Does anybody know how variable argument lists can be used in DLL functions.
- If I declare function as WINAPI (=FAR PASCAL), arguments (also fixed) are
- rubbish in function. All I get is exception 13.... If I declare function
- as FAR, linker doesn't want to export my function. I use Borland C++ 3.1.
-
- Kari Lempiinen
- email: lempika@cs.joensuu.fi
-
-