Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - coff2omf not converting Chilkat libraries
Hello, Has anyone tried using Chilkat libraries, available at http://www.chilkatsoft.com, with Digital Mars C++? They provide libraries for Visual C++ for all combinations of C++ runtime (static/dll, single threaded/mt and debug/release). I tried converting the lib's with link.exe /lib /convert, followed by coff2omf. This seemed to convert successfully only the static flavors of base libraries. For the rest, coff2omf did not output any message, and the other tools do not accept them as valid libraries. Any hints on how to use these libraries with Digital Mars C++? Failing that, can someone suggest an XML library, usable with DMC, that can parse and produce XML files? Best regards, Dimitri Oct 07 2004
"Dimitri Kaparis" <d_kaparis universalstudyhelper.com> wrote in message news:ck33cs$141s$1 digitaldaemon.com...Has anyone tried using Chilkat libraries, available at http://www.chilkatsoft.com, with Digital Mars C++? They provide libraries for Visual C++ for all combinations of C++ runtime (static/dll, single threaded/mt and debug/release). I tried converting the lib's with link.exe /lib /convert, followed by coff2omf. This seemed to convert successfully only the static flavors of base libraries. For the rest, coff2omf did not output any message, and the other tools do not accept them as valid libraries. Any hints on how to use these libraries with Digital Mars C++? Failing that, can someone suggest an XML library, usable with DMC, that can parse and produce XML files? Oct 10 2004
|