Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - toolkit 8.6 + Visual studio 2008
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

toolkit 8.6 + Visual studio 2008

 Post Reply Post Reply
Author
Message
rsimcic View Drop Down
Newbie
Newbie
Avatar

Joined: 26 July 2005
Location: Croatia
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote rsimcic Quote  Post ReplyReply Direct Link To This Post Topic: toolkit 8.6 + Visual studio 2008
    Posted: 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


Back to Top
terrym View Drop Down
Senior Member
Senior Member


Joined: 13 April 2007
Status: Offline
Points: 836
Post Options Post Options   Thanks (0) Thanks(0)   Quote terrym Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
rsimcic View Drop Down
Newbie
Newbie
Avatar

Joined: 26 July 2005
Location: Croatia
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote rsimcic Quote  Post ReplyReply Direct Link To This Post Posted: 26 March 2008 at 1:39pm
Thanks,

I will try this first thing tomorrow morning.
Back to Top
rsimcic View Drop Down
Newbie
Newbie
Avatar

Joined: 26 July 2005
Location: Croatia
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote rsimcic Quote  Post ReplyReply Direct Link To This Post Posted: 27 March 2008 at 4:04am
Nope.... this is not working for me.... it was already set....
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 28 March 2008 at 6:55am

then set it to "No".

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
rsimcic View Drop Down
Newbie
Newbie
Avatar

Joined: 26 July 2005
Location: Croatia
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote rsimcic Quote  Post ReplyReply Direct Link To This Post Posted: 28 March 2008 at 7:49am
it was set to No and after that I set it to Yes and doesn't work 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.