Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: menubar custom draw in MFC (Very Urgent...............) Pin
AnithaSubramani23-Jan-09 21:31
AnithaSubramani23-Jan-09 21:31 
GeneralRe: menubar custom draw in MFC (Very Urgent...............) Pin
Stuart Dootson23-Jan-09 22:47
professionalStuart Dootson23-Jan-09 22:47 
QuestionTAB and Escape keys are not working in windows created using CreateDialog Pin
vinvino200123-Jan-09 18:01
vinvino200123-Jan-09 18:01 
Questionusing javascript in BHO Pin
Haim Nachum23-Jan-09 14:05
Haim Nachum23-Jan-09 14:05 
AnswerRe: using javascript in BHO Pin
«_Superman_»23-Jan-09 18:03
professional«_Superman_»23-Jan-09 18:03 
GeneralRe: using javascript in BHO Pin
Haim Nachum24-Jan-09 0:52
Haim Nachum24-Jan-09 0:52 
GeneralRe: using javascript in BHO Pin
«_Superman_»24-Jan-09 1:45
professional«_Superman_»24-Jan-09 1:45 
QuestionGetting Linker Errors when I compile a CLR Library which uses Native C++ Library Pin
Member 570390523-Jan-09 12:33
Member 570390523-Jan-09 12:33 
I have a CLR Application where I am trying to write a .NET wrapper over calls made to native C++ Library. I am using VS 2008 but libraries are compiled in VS2003 or 2005. I am getting some linker errors on linking. Strangely, every error is 1 of these 3 unresolved external symbol ones -

1. std::locale::facet::_Register
2. std::ctype&::_Getcat
3. std::strstream::strstream

Details of the errors -

error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall std::strstream::~strstream(void)" (__imp_??1strstream@std@@UAE@XZ)
error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::locale::facet::_Register(void)" (__imp_?_Register@facet@locale@std@@QAEXXZ)
error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::locale::facet::_Register(void)" (__imp_?_Register@facet@locale@std@@QAEXXZ)
error LNK2001: unresolved external symbol "__declspec(dllimport) public: static unsigned int __cdecl std::ctype<char>::_Getcat(class std::locale::facet const * *)" (__imp_?_Getcat@?$ctype@D@std@@SAIPAPBVfacet@locale@2@@Z)
error LNK2001: unresolved external symbol "__declspec(dllimport) public: static unsigned int __cdecl std::ctype<char>::_Getcat(class std::locale::facet const * *)" (__imp_?_Getcat@?$ctype@D@std@@SAIPAPBVfacet@locale@2@@Z)
error LNK2001: unresolved external symbol "__declspec(dllimport) public: static unsigned int __cdecl std::ctype<unsigned short>::_Getcat(class std::locale::facet const * *)" (__imp_?_Getcat@?$ctype@G@std@@SAIPAPBVfacet@locale@2@@Z)
error LNK2001: unresolved external symbol "__declspec(dllimport) public: static unsigned int __cdecl std::ctype<unsigned short>::_Getcat(class std::locale::facet const * *)" (__imp_?_Getcat@?$ctype@G@std@@SAIPAPBVfacet@locale@2@@Z)
error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::strstream::strstream(char *,int,int)" (__imp_??0strstream@std@@QAE@PADHH@Z)


Thanks a lot for the help.
Amit
AnswerRe: Getting Linker Errors when I compile a CLR Library which uses Native C++ Library Pin
N a v a n e e t h23-Jan-09 17:06
N a v a n e e t h23-Jan-09 17:06 
AnswerRe: Getting Linker Errors when I compile a CLR Library which uses Native C++ Library Pin
Stuart Dootson23-Jan-09 21:17
professionalStuart Dootson23-Jan-09 21:17 
QuestionCatching messages from remote control [modified] Pin
mk_423-Jan-09 8:08
mk_423-Jan-09 8:08 
AnswerRe: Catching messages from remote control Pin
Code-o-mat23-Jan-09 9:26
Code-o-mat23-Jan-09 9:26 
GeneralRe: Catching messages from remote control [modified] Pin
mk_423-Jan-09 10:15
mk_423-Jan-09 10:15 
GeneralRe: Catching messages from remote control Pin
Code-o-mat23-Jan-09 10:26
Code-o-mat23-Jan-09 10:26 
GeneralRe: Catching messages from remote control Pin
mk_423-Jan-09 11:02
mk_423-Jan-09 11:02 
QuestionFolding doxygen comments with Eclipse CDT? Pin
crewchill23-Jan-09 7:14
crewchill23-Jan-09 7:14 
AnswerRe: Folding doxygen comments with Eclipse CDT? Pin
malk0lm23-Jan-09 12:19
malk0lm23-Jan-09 12:19 
GeneralRe: Folding doxygen comments with Eclipse CDT? Pin
crewchill23-Jan-09 18:23
crewchill23-Jan-09 18:23 
QuestionUser drawn tab control in Win32 and XP Pin
Anton11223-Jan-09 7:09
Anton11223-Jan-09 7:09 
AnswerRe: User drawn tab control in Win32 and XP Pin
Code-o-mat23-Jan-09 9:40
Code-o-mat23-Jan-09 9:40 
QuestionRe: User drawn tab control in Win32 and XP Pin
Anton11223-Jan-09 11:08
Anton11223-Jan-09 11:08 
AnswerRe: User drawn tab control in Win32 and XP Pin
Code-o-mat23-Jan-09 11:22
Code-o-mat23-Jan-09 11:22 
GeneralRe: User drawn tab control in Win32 and XP Pin
Anton11223-Jan-09 11:27
Anton11223-Jan-09 11:27 
GeneralRe: User drawn tab control in Win32 and XP Pin
Code-o-mat23-Jan-09 11:43
Code-o-mat23-Jan-09 11:43 
AnswerRe: User drawn tab control in Win32 and XP Pin
Anton11224-Jan-09 5:44
Anton11224-Jan-09 5:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.