Undefined symbols

Ignasi Villagrasa gri at netcom.es
Mon Feb 12 06:07:11 CST 2001


Jon Griffiths escribió:

> > For instance, if I'm migrating a WNT console based application using
> > winelib, which is the library I must link with object files ?
>
> If you're migrating an MS VC++ project, open the .dsp file in a text editor
> and have a look at the BASE LINK32 / ADD LINK32 lines. For most of the
> foo.lib's listed you will need to add  foo.dll as an import line in your
> applications .spec file.
>
> tools/winemaker makes a pretty good stab by adding a lot of libs. You can
> remove any that you don't require later (winebuild gives a warning if you
> import but don't use any symbols from a dll).
>
> Finally, If you are using any 3rd party native dlls have a look at
> tools/specmaker/README.
>
> Hope this helps,
> Jon

Thanks for answering, Jon.

I used Watcom C++ to generate WNT program. I wrote my own makefile, and
compilation runs properly.  I think the only hint I need is to know which
libraries contain the functions I'm using. But I haven't found this
information in Wine documentation.

Ignasi Villagrasa.






More information about the wine-users mailing list