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