[PD] netobject from martinrp

martinrp at alcor.concordia.ca martinrp at alcor.concordia.ca
Tue Jun 13 17:37:37 CEST 2006


Quoting Pierre Vullo <Pierre.vullo at la-kitchen.fr>:

> 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/

Miller's version was compiled with VC.
I'm using this one:
http://crca.ucsd.edu/~msp/Software/pd-0.39-2.msw.zip

> 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 ?

You need wsock32.lib for the network functions and pd.lib for the pure data
functions, and msvcrtd.lib for the c runtime. wsock32.lib is in the platform
sdk. pd.lib comes with Miller's pd.

Martin

> 
> 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.
> 
> 
> _______________________________________________
> PD-list at iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
> 


-- 





More information about the Pd-list mailing list