Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Bo Berglund wrote: > I tried to use VS DotNet instead of VC6 to get around the resource > problem. But now I get other strange errors like these: It builds fine with VC6 too... something fishy with your sandbox I think. > sserver.c(26) : fatal error C1083: Cannot open include file: > 'openssl/ssl.h': No such file or directory You need to install openssl to compile that (there's a link from the cvsnt main page). and again later: > > LockParse.obj : error LNK2001: unresolved external symbol > "__declspec(dllimport) char const `private: static char const * > __cdecl std::basic_string<char,struct std::char_traits<char>,class > std::allocator<char> >::_Nullstr(void)'::`2'::_C" Definately something odd since I get no such problems here. Tony