home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / mswindo / programm / misc / 3597 < prev    next >
Encoding:
Internet Message Format  |  1992-11-21  |  1008 b 

  1. Path: sparky!uunet!microsoft!aliasgate!davidl
  2. From: David Long <davidl@microsoft.com>
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: FP error message?                                                              
  5. Sender: davidl@microsoft.com
  6. Message-ID: <10nqf3h@microsoft.com>
  7. Date: 21 Nov 92 07:10:45 GMT
  8. Lines:    13
  9. X-MSMail-Message-ID:  702A8686
  10. X-MSMail-Conversation-ID:  702A8686
  11. X-MSMail-WiseRemark:  Microsoft Mail -- 3.0.729
  12. To: netnews
  13.  
  14. You need to call "cinit" in the DLL.  Using C7, you'll need to link 
  15. with *ITS* startup code rather than the normal LIBENTRY startup code.  
  16. In the C7 DETAILS.TXT file:
  17.  
  18. "Because the startup functionality previously provided by LIBENTRY.OBJ 
  19. (and LIBENTRY.ASM) is now provided by the standard run-time libraries 
  20. that support DLLs for Windows, do not link with LIBENTRY.OBJ." then 
  21. blah blah in a section called "Library Initialization Code in Windows DLLs".
  22.  
  23. Hope this helps,
  24. David Long
  25. Microsoft Developer Network
  26. (I don't normally read this forum)
  27.