wxMSW blues :(
Manuel Martín
mmartin at ceyd.es
Thu Jul 12 11:56:45 PDT 2007
Unresolved errors are related to libraries
> The sample for sockets does compile, and I've tried to mimic all
> flags, but without success.
>
> The linker command line reads like follows:
>
> ilink32 -Tpe -q -Lc:\progra~1\Borland\Cbuild~1\Bin\..\lib -Lc:
> \...Borland...\lib\psdk -v -Lc:\wx\lib\bcc_lib -aa @MAKE0000.@@@
>
> And I get those 16 unresolved errors.
>
> (BTW, when compiling the sample for sockets, the linker command for
> the client.exe target is
> *exactly* the same as the above)
The line above doesn't show if you link against the required lib for
sockets: something like wxbase28ud_net.dll depending on your options.
You should look for more flags, specially related to libs.
HTH
Manolo
More information about the wx-users
mailing list