Thomas Maeder [TeamB] Guest
|
Posted: Thu Sep 11, 2003 3:50 pm Post subject: Re: Library file conversion |
|
|
"Howard Bruce" <hbruce (AT) tsn (DOT) cc> writes:
| Quote: | I have a library file from a Visual C++ project and wish to convert it to
Cbuilder 5.0
|
If the library is static, then this can't be done.
If the library is an import library for a DLL, you can convert it using the
COFF2OMF tool.
|
|