RE: symbols in Microsoft DLL's and Linking w/ them

2002-12-31 Thread [EMAIL PROTECTED]
Since this is a general inquiry without any specifics, I assume you're looking for a general confirmation that linking against MS DLLs is possible. I can attest to that. Generally speaking, when you run into unresolved symbols, you need to find the DLLs/import libraries or static libraries which

Re: symbols in Microsoft DLL's and Linking w/ them

2002-12-31 Thread Christopher Faylor
On Tue, Dec 31, 2002 at 07:50:59AM -0800, Robert Bercik wrote: >I'm trying to create a cygwin dll that links to a microsoft DLL. >However, when I try and link to the DLL, the linkerl complains that the >symbols contained in the microsoft DLL are still unresolved. I used >the nm command on the DLL