c++.announce - wxWindows
- V. Krishnakumar (10/10) Apr 19 2002 Hi! group,
- Christof Meerwald (8/12) Apr 19 2002 Another way would be to use the import libraries from Microsoft's Platfo...
Hi! group, I've successfully compiled the wxWindows (MSW port) 2.3.2 using DM C++. The compile was not hassle free though (added a lot missing casts etc.). But I was able to build a static lib. However I could not build the samples because of missing import libraries. (shell32.lib, winmm.lib and others.) I need the .def files to generate the implibs myself. Any pointer as to where I can find it ? cheers, -Krish
Apr 19 2002
On 19 Apr 2002, V. Krishnakumar wrote:However I could not build the samples because of missing import libraries. (shell32.lib, winmm.lib and others.) I need the .def files to generate the implibs myself. Any pointer as to where I can find it ?Another way would be to use the import libraries from Microsoft's Platform SDK - convert them with "link /lib /convert" (using Microsoft's link) to the old COFF format and then convert them to OMF using DM's coff2omf. bye, Christof -- http://cmeerw.org JID: cmeerw jabber.at mailto cmeerw at web.de
Apr 19 2002