c++.command-line - GDI32.LIB and IMM32.LIB
- "Neil Hodgson" <neilh scintilla.org> Apr 16 2001
- Jan Knepper <jan smartsoft.cc> Apr 16 2001
Hi, Thanks for making the compiler and tools available. I am having trouble linking because there is no GDI32.LIB or IMM32.LIB in the download (dm812c.zip) and am seeing a lot of Error 42: Symbol Undefined _CreateCompatibleDC 4 Error 42: Symbol Undefined _DeleteDC 4 messages. Tried using versions of GDI32.LIB that come with MSVC and mingw and also creating a library with IMPLIB as well as trying the /system and /i options to IMPLIB but without success. Would it be possible to include these libraries in the download? Neil
Apr 16 2001
Neil Hodgson wrote:Tried using versions of GDI32.LIB that come with MSVC and mingw and also creating a library with IMPLIB as well as trying the /system and /i options to IMPLIB but without success. Would it be possible to include these libraries in the download?
Run COFF2OMF on the .LIB's that come with MSVC-- and you should be fine. Don't worry, be Kneppie! Jan
Apr 16 2001