c++.windows.32-bits - How to do mpr.lib without coff2omf
- Janne Naukkarinen (14/14) Jan 15 2004 Can someone give DMC mpr.lib for me?
- Walter (5/19) Jan 18 2004 You can build an import library using implib
Can someone give DMC mpr.lib for me? It is not on free package, I need it. Or can someone tell, how do mpr.lib from mpr.dll of system (Win98SE) I have not coff2omf utility of DMC. Does anyone else coff2omf function, I tried borland's bc 5.5 utility but it was not ok for dmc case. Uses DMC different file format that BC55? Does anuone else BC version support DMC OMF format. Main problem is undefined _WnetGetConnection 12, Error 42 In implib directly created wnetgetconnection has different " number. Janne Naukkarinen kiviapaja hotmail.com
Jan 15 2004
You can build an import library using implib www.digitalmars.com/ctg/implib.html and a module definition file www.digitalmars.com/ctg/ctgDefFiles.html "Janne Naukkarinen" <kiviapaja hotmail.com> wrote in message news:bu724l$k9v$1 digitaldaemon.com...Can someone give DMC mpr.lib for me? It is not on free package, I need it. Or can someone tell, how do mpr.lib from mpr.dll of system (Win98SE) I have not coff2omf utility of DMC. Does anyone else coff2omf function, I tried borland's bc 5.5 utility but it was not ok for dmc case. Uses DMC different file format that BC55? Does anuone else BC version support DMC OMF format. Main problem is undefined _WnetGetConnection 12, Error 42 In implib directly created wnetgetconnection has different " number. Janne Naukkarinen kiviapaja hotmail.com
Jan 18 2004