![]() |
toolkit 8.6 + Visual studio 2008 |
Post Reply
|
| Author | |
rsimcic
Newbie
Joined: 26 July 2005 Location: Croatia Status: Offline Points: 7 |
Post Options
Thanks(0)
Quote Reply
Topic: toolkit 8.6 + Visual studio 2008Posted: 26 March 2008 at 10:16am |
|
khm... hi all.... I have a question about porting my MFC application from visual studio 2002 to visual studio 2008. The project is compiled in visual studio 2002, multibyte charset, .NET 1.0. Because i use some other controls that require .NET 2.0 I must port the project to VS 2008. After initial compilation VS asserts and gives my a error regarding the manifest file. After I comented the line (on MSDN forums said that this will solve the problem) I get some other errors
. For example:Error 34 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class CXTPMenuBar * __thiscall CXTPCommandBars::SetMenu(class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >,unsigned int)" (__imp_?SetMenu@CXTPCommandBars@@QAEPAVCXTPMenuBar@@V?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@I@Z) referenced in function "protected: int __thiscall CMainFrame::OnCreate(struct tagCREATESTRUCTA *)" (?OnCreate@CMainFrame@@IAEHPAUtagCREATESTRUCTA@@@Z) MainFrm.obj Main After that I tryed to insert the toolkit in a new multibyte MFC project in visual studio 2008 and I get the same error. My question is: Can I even insert the 8.6 version toolkit in visual studio 2008 MFC project(.NET framework 2.0) and if I can what must I do?? Thanks |
|
![]() |
|
terrym
Senior Member
Joined: 13 April 2007 Status: Offline Points: 836 |
Post Options
Thanks(0)
Quote Reply
Posted: 26 March 2008 at 11:48am |
|
Hi
11.2 was the official release to support Visual Studio 2008, I would recommend upgrading to get working with this new IDE.
|
|
|
Thank you,
Terry Mancey email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 26 March 2008 at 12:44pm |
|
Hi,
Change this option
Properties->c/c++>Language->Treate wchar_t as Builtin Type =yes
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
rsimcic
Newbie
Joined: 26 July 2005 Location: Croatia Status: Offline Points: 7 |
Post Options
Thanks(0)
Quote Reply
Posted: 26 March 2008 at 1:39pm |
|
Thanks,
I will try this first thing tomorrow morning. |
|
![]() |
|
rsimcic
Newbie
Joined: 26 July 2005 Location: Croatia Status: Offline Points: 7 |
Post Options
Thanks(0)
Quote Reply
Posted: 27 March 2008 at 4:04am |
|
Nope.... this is not working for me.... it was already set....
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 28 March 2008 at 6:55am |
|
then set it to "No". |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
rsimcic
Newbie
Joined: 26 July 2005 Location: Croatia Status: Offline Points: 7 |
Post Options
Thanks(0)
Quote Reply
Posted: 28 March 2008 at 7:49am |
it was set to No and after that I set it to Yes and doesn't work
|
|
![]() |
|
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 |