[PD] netobject from martinrp

Pierre Vullo Pierre.vullo at la-kitchen.fr
Tue Jun 13 12:59:27 CEST 2006


Hello everybody,
I 've got a problem with the externals Netobjets of martinrp  
http://puredata.info/Members/martinrp/netobjects
Pd find them but can't load them. What can I do ?

I know that it can't work if my pd has been compiled with MinGW, but how 
can I know if it was ?
Where can I find a Pd which was compiled with VC++ ? I've download mine 
from http://puredata.info/downloads/
Secondly, I tried to compile the netobjectswith VC++ 6.0  but I have 
some linking errors (see below). Do you know what librairies do I need ?

Thanks

Pd version 0.38.2

<<pd messages>>

tried F:\\puredata\\tcpudp\\tcpclient.dll and succeeded
F:\\puredata\\tcpudp\\tcpclient.dll: couldn't load
tcpclient: can't load library

tried F:\\puredata\\tcpudp\\tcpserver.dll and succeeded
F:\\puredata\\tcpudp\\tcpserver.dll: couldn't load
tcpserver: can't load library

<<VC++ 6.0 compilation messages>>
Linking...
x_net_tcpclient.obj : error LNK2001: unresolved external symbol 
__imp__ntohl at 4
x_net_tcpclient.obj : error LNK2001: unresolved external symbol 
__imp__connect at 12
x_net_tcpclient.obj : error LNK2001: unresolved external symbol 
__imp__htons at 4
x_net_tcpclient.obj : error LNK2001: unresolved external symbol 
__imp__gethostbyname at 4
x_net_tcpclient.obj : error LNK2001: unresolved external symbol 
__imp__socket at 12
x_net_tcpclient.obj : error LNK2001: unresolved external symbol 
__imp__send at 16
x_net_tcpclient.obj : error LNK2001: unresolved external symbol _s_list
x_net_tcpclient.obj : error LNK2001: unresolved external symbol 
__imp__recv at 16
x_net_tcpclient.obj : error LNK2001: unresolved external symbol 
___WSAFDIsSet at 8
x_net_tcpclient.obj : error LNK2001: unresolved external symbol 
__imp__select at 20
x_net_tcpclient.obj : error LNK2001: unresolved external symbol _snprintf
x_net_tcpclient.obj : error LNK2001: unresolved external symbol _s_float
x_net_tcpclient.obj : error LNK2001: unresolved external symbol _s_anything
Debug/tcp3.dll : fatal error LNK1120: 13 unresolved externals
Error executing link.exe.





More information about the Pd-list mailing list