Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!zaphod.mps.ohio-state.edu!ceres.physics.uiowa.edu!iowasp.physics.uiowa.edu!ns-mx!ccad.uiowa.edu!cadsi Newsgroups: comp.windows.ms.programmer Subject: Re: (SOLVED!) DLL's, _export and C++ classes in BC++ Message-ID: <1991May18.200352.6065@ccad.uiowa.edu> From: cadsi@ccad.uiowa.edu (CADSI) Date: 18 May 91 20:03:52 GMT References: <1991May18.191803.2476@ccad.uiowa.edu> Distribution: usa Organization: CAD-Research, U. of Iowa, Iowa City, Iowa Lines: 11 I have found the solution. It is rather poorly documented in Borland's books. In order to link an application with classes _exported from a DLL, the /c AND /C must be given on the tlink command line. Nowhere in the section on DLL's in Borland's Manuals does it state this. The /C makes tlink use case sensitivity on exports and imports. |----------------------------------------------------------------------------| |Tom Hite | The views expressed by me | |Manager, Product development | are mine, not necessarily | |CADSI (Computer Aided Design Software Inc. | the views of CADSI. | |----------------------------------------------------------------------------|