problem to build demos with VC 6.0

in Help Center
Hi,there:
When I build the ICE demo such as Latency example with VC6.0, it failed,it can not resolve external symbol while linking. But it works with Visual Studio .net.
I checked the project setting: the iced.lib iceutild.lib are there and in the menu tool\option directories tab I set the lib path to the ice lib path,did I miss anything else? Compiling was ok.
The error messages look like this:
Client.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall IceProxy::Ice::Object::ice_ping(class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<class std::basic_string<char,struct std::char
.....
Latency.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall IceProxy::Ice::Object::ice_isA(class std::basic_string<char,struct std::char_traits<char>,class
.......
Thanks!
When I build the ICE demo such as Latency example with VC6.0, it failed,it can not resolve external symbol while linking. But it works with Visual Studio .net.
I checked the project setting: the iced.lib iceutild.lib are there and in the menu tool\option directories tab I set the lib path to the ice lib path,did I miss anything else? Compiling was ok.
The error messages look like this:
Client.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall IceProxy::Ice::Object::ice_ping(class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<class std::basic_string<char,struct std::char
.....
Latency.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall IceProxy::Ice::Object::ice_isA(class std::basic_string<char,struct std::char_traits<char>,class
.......
Thanks!
0
Comments
Hope this helps!
Thanks!
Perhaps you mixed Ice libraries compiled with Visual C++ .NET with code compiled with Visual C++ 6.0?
Thanks!