This is a reported problem: the TCP plugin does not compile under MSVC in debug mode (it should be OK in optimize mode though).
This is due to a problem around the inlining of the methods that your linker doesn't find. This is reported that replacing in the file plugins/network/tcp/hawknl/wsock.h the 'HL_INLINE ...' lines by 'inline (...)' should workaround the problem (although a real fix would clearly be appreciated). > For some reason, CEL is wanting some winlibs files but isn't finding them. > Repeating "Copy to a CS Directory" and "Set up VS Support" for the CEL > directory did not solve the issue. > > My CRYSTAL and CEL environment variables are set and CS built without any > errors, so I did set up winlibs correctly. > > After updating the complaining projects within the solution with the > winlibs 'include' and 'lib' directories, they built fine, except for > 'plgtcpnetwork', which returns these linker errors: > > 1>------ Build started: Project: plgtcpnetwork, Configuration: > DebugWithDlls Win32 ------ > 1> Creating library > ..\..\out\debug10\build\plgtcpnetwork\Win32\plgtcpnetwork.lib and object > ..\..\out\debug10\build\plgtcpnetwork\Win32\plgtcpnetwork.exp > 1>group.obj : error LNK2019: unresolved external symbol _nlFD_SET > referenced in function _nlGroupGetFdset > 1>sock.obj : error LNK2001: unresolved external symbol _nlFD_SET > 1>group.obj : error LNK2019: unresolved external symbol _nlFD_CLR > referenced in function _nlGroupDeleteSocket@8 > 1>sock.obj : error LNK2019: unresolved external symbol _nlWSAFDIsSet > referenced in function _sock_PollGroup > 1>..\..\tcpnetwork.dll : fatal error LNK1120: 3 unresolved externals > ========== Build: 0 succeeded, 1 failed, 94 up-to-date, 0 skipped > ========== > > I'm not really complaining because my application doesn't need networking > (yet). I am using MSVC10 with the generated solution in '/msvc/10/wkscel'. > > Happy hunting. > > -Austin Bonander > > Form and Function Studios > > Lead Developer, *Genesis* > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Cel-main mailing list > Cel-main@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cel-main > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Cel-main mailing list Cel-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cel-main