![]() |
CString problems with /clr |
Post Reply ![]() |
Author | |
zoobiedoo ![]() Newbie ![]() Joined: 17 March 2005 Status: Offline Points: 1 |
![]() ![]() ![]() ![]() ![]() Posted: 17 March 2005 at 11:40am |
Hello, I have decided to start using certain .Net Framework classes in my C++ MFC applications, so this requires complilation of the app using the /clr option. The stdafx.h file #includes the XTreme Toolkit Pro libraries. The application uses the Codejock commandbars and when the app is run it returns a .Net "System.NullReferenceException" exception when CXTPCommandBars->SetMenu() is called in CMainFrame::OnCreate(). Here is the code in question:
Stepping into the code using the debugger shows that, inside CXTPCommandBars::GetMenu(), the value of the parameter CString strName seems to be garbage characters rather than the supplied value (ie. _T("Menu Bar") ) . This garbage CString is then passed to CXTPMenuBar::SetTitle() which errors out further up the call stack in the ATL/MFC class CSimpleStringT class. I'm guessing the error is caused by the garbage CString passed into GetMenu(). When the app is not compiled with /clr, the code works as expected. Also note that the XTreme Toolkit Pro dlls are NOT compiled using /clr in either case. Has anyone run into this problem before? And/or can someone help with this? Thanks. |
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
So may be you need to compile dll WITH /clr ?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |