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@4 x_net_tcpclient.obj : error LNK2001: unresolved external symbol __imp__connect@12 x_net_tcpclient.obj : error LNK2001: unresolved external symbol __imp__htons@4 x_net_tcpclient.obj : error LNK2001: unresolved external symbol __imp__gethostbyname@4 x_net_tcpclient.obj : error LNK2001: unresolved external symbol __imp__socket@12 x_net_tcpclient.obj : error LNK2001: unresolved external symbol __imp__send@16 x_net_tcpclient.obj : error LNK2001: unresolved external symbol _s_list x_net_tcpclient.obj : error LNK2001: unresolved external symbol __imp__recv@16 x_net_tcpclient.obj : error LNK2001: unresolved external symbol ___WSAFDIsSet@8 x_net_tcpclient.obj : error LNK2001: unresolved external symbol __imp__select@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.
Quoting Pierre Vullo Pierre.vullo@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@4 x_net_tcpclient.obj : error LNK2001: unresolved external symbol __imp__connect@12 x_net_tcpclient.obj : error LNK2001: unresolved external symbol __imp__htons@4 x_net_tcpclient.obj : error LNK2001: unresolved external symbol __imp__gethostbyname@4 x_net_tcpclient.obj : error LNK2001: unresolved external symbol __imp__socket@12 x_net_tcpclient.obj : error LNK2001: unresolved external symbol __imp__send@16 x_net_tcpclient.obj : error LNK2001: unresolved external symbol _s_list x_net_tcpclient.obj : error LNK2001: unresolved external symbol __imp__recv@16 x_net_tcpclient.obj : error LNK2001: unresolved external symbol ___WSAFDIsSet@8 x_net_tcpclient.obj : error LNK2001: unresolved external symbol __imp__select@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@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list