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

symbols in Microsoft DLL's and Linking w/ them

2002-12-31 Thread Robert Bercik
Hi, 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 and it reported that it did not find any symbols, but when