Hello everybody!
I have done a CORBA application using TAO and VC++ 6.0, which works, but when I try to integrate with MCF, give me the following links error:
control_i.obj : error LNK2001: unresolved external symbol "public: void __thiscall CDrawView:
rawEllipse(int,int,int,int)" (?DrawEllipse@CDrawView@@QAEXHHHH@Z)
nafxcwd.lib(timecore.obj) : error LNK2001: unresolved external symbol __mbctype
nafxcwd.lib(apphelp.obj) : error LNK2001: unresolved external symbol __mbctype
nafxcwd.lib(filelist.obj) : error LNK2001: unresolved external symbol __mbctype
nafxcwd.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argv
nafxcwd.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argc
I only want to draw circles in the server. I have created 4 different folders: Client, Interface, Server and draw. In the last folder i have put the mfc. My intention is to call the function which draw the circles from the server when it receives an order from the client.
Perhaps my error must to an badly exposition.
can somebody help me ??
I have done a CORBA application using TAO and VC++ 6.0, which works, but when I try to integrate with MCF, give me the following links error:
control_i.obj : error LNK2001: unresolved external symbol "public: void __thiscall CDrawView:
nafxcwd.lib(timecore.obj) : error LNK2001: unresolved external symbol __mbctype
nafxcwd.lib(apphelp.obj) : error LNK2001: unresolved external symbol __mbctype
nafxcwd.lib(filelist.obj) : error LNK2001: unresolved external symbol __mbctype
nafxcwd.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argv
nafxcwd.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argc
I only want to draw circles in the server. I have created 4 different folders: Client, Interface, Server and draw. In the last folder i have put the mfc. My intention is to call the function which draw the circles from the server when it receives an order from the client.
Perhaps my error must to an badly exposition.
can somebody help me ??