home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4785 < prev    next >
Encoding:
Text File  |  1993-01-09  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!spool.mu.edu!umn.edu!csus.edu!netcom.com!steven
  3. From: steven@netcom.com (Steven Nelson)
  4. Subject: Re: How to use OWL-runtime-library as DLL?
  5. Message-ID: <1993Jan9.084047.14027@netcom.com>
  6. Organization: Netcom Online Communications Services (408-241-9760 login: guest)
  7. References: <runehh.124.726553291@dhhalden.no>
  8. Date: Sat, 9 Jan 1993 08:40:47 GMT
  9. Lines: 18
  10.  
  11. In article <runehh.124.726553291@dhhalden.no> runehh@dhhalden.no (RUNE HALFDAN HOLST HUSEBY) writes:
  12. >As the subject says, how do I use Borlands run-time libraries as DLL's?
  13. >
  14. >I set the the linker/libraries options to DYNAMIC on all, I include the 
  15. >import-libraries (OWL.LIB, CRTLDLL.LIB, TCLASSDLL.LIB) in my project-file, 
  16. >compile everything in large model, but still I get linker errors, 
  17. >complaining about undefined symbols in my modules. 
  18. >
  19. >Have anyone out there did what I'm trying to do?
  20. >If so please help me, I really need it!
  21. >
  22.  
  23. Have you defined _CLASSDLL ? If not, this will cause many linker
  24. problems.  I believe the application must also be compiled in the
  25. large memory model.
  26.  
  27.  
  28. steven@netcom.com
  29.