Dear everyone,
I Create a
MFC dialog based application with
VC.Net wizard.Then I include a file which I wrote it in VC6.There
is just some string function in it. Complie it,VC.net give
me this error:
ClientDlg.cpp(87) : error C2039: "LoadStringA" : is
not"std::basic_string<_Elem,_Traits,_Ax>"member fucntion
with
[
_Elem=char,
_Traits=std::char_traits<char>,
_Ax=std::allocator<char>
]
how can I solve this problem?
Thanks
Andrea Song