by Ben Combee <combee@[EMAIL PROTECTED]
>
Jan 30, 2005 at 11:56 PM
b010310 wrote:
> Hi folks,
>
> Can anyone tell me how to link my application with a dll, when all I
> have is the .def file, not the .lib file. If I add the .def file to the
> project I get a lot of undefined symbols.
If you're using a recent version of CodeWarrior for Windows, just add
the .dll file to the project, and CW's linker will extract the symbol
information straight from the DLL.