home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / programm / misc / 1343 < prev    next >
Encoding:
Text File  |  1992-08-15  |  754 b   |  22 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!mcsun!news.funet.fi!cs.joensuu.fi!lempika
  3. From: lempika@cs.joensuu.fi (Kari Lempi{inen)
  4. Subject: Variable argument lists in DLL?
  5. Message-ID: <1992Aug15.184002.27159@cs.joensuu.fi>
  6. Summary: aa
  7. Keywords: dll windows
  8. Organization: University of Joensuu
  9. Date: Sat, 15 Aug 1992 18:40:02 GMT
  10. Lines: 10
  11.  
  12.      Hello!
  13.      
  14.  Does anybody know how variable argument lists can be used in DLL functions. 
  15. If I declare function as WINAPI (=FAR PASCAL), arguments (also fixed) are 
  16. rubbish in function. All I get is exception 13.... If I declare function 
  17. as FAR, linker doesn't want to  export my function. I use Borland C++ 3.1.
  18.  
  19.         Kari Lempiinen
  20.         email: lempika@cs.joensuu.fi
  21.         
  22.