problem with visual c++ 2008 |
Post Reply |
Author | |
ahmad_elhoni
Newbie Joined: 14 August 2008 Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 14 August 2008 at 12:35pm |
Hi there, I have build a simple GUI application using qt\windows 4.4 , the application style is the default xp . I want to change the style to windows vista . Is that possible with xtreme toolkit 12 for visual c++ 2008 . Does the XTPSkinManager()->LoadSkin support Qt classes like Qwidget . Second , I have create using xtreme toolkit application wizard a gui application but failed to run the program using XTPSkinManager()->LoadSkin I got this error : "This application has failed to start because ToolkitPro1201vc90UD.dll was not found . Re-installing the application may fix this problem ." Note that when I remove XTPSkinManager()->LoadSkin the program runs fine . I really don't know what is the problem? Regards, Ahmad |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Compile Debug version - not Unicode debug. Think you didn't download Unicode version of evaluation dll. If will not help, just copy dll from our bin folder to your Debug folder.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
ahmad_elhoni
Newbie Joined: 14 August 2008 Status: Offline Points: 3 |
Post Options
Thanks(0)
|
I did what you told me to do but I got this error :
"An unhandled win32 exception occurred in testx.exe [3724] "
Second what about the Qt/windows issue ?
|
|
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
|
I doubt this as Qt paints a lot itself. I think only the common controls will be skinned. But I'm curious to see this as well, could you please post a screenshot? |
|
Codejock support
|
|
ahmad_elhoni
Newbie Joined: 14 August 2008 Status: Offline Points: 3 |
Post Options
Thanks(0)
|
First I did the following :
int main(int argc, char *argv[]){ QApplication a(argc, argv); XTPSkinManager()->LoadSkin(_T("Vista.cjstyles")); msvc3 w; w.show(); return a.exec(); }
but I received the following link error : main.obj : error LNK2019: unresolved external symbol "public: int __thiscall CXTPSkinManager::LoadSkin(unsigned short const *,unsigned short const *)" (?LoadSkin@CXTPSkinManager@@QAEHPBG0@Z) referenced in function _main Second how the common controls will be skinned ?is there a way to convert qt classes to mfc classes .
|
|
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 |