Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - problem with visual c++ 2008
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

problem with visual c++ 2008

 Post Reply Post Reply
Author
Message
ahmad_elhoni View Drop Down
Newbie
Newbie


Joined: 14 August 2008
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote ahmad_elhoni Quote  Post ReplyReply Direct Link To This Post Topic: problem with visual c++ 2008
    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

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


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: 14 August 2008 at 1:59pm
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
Back to Top
ahmad_elhoni View Drop Down
Newbie
Newbie


Joined: 14 August 2008
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote ahmad_elhoni Quote  Post ReplyReply Direct Link To This Post Posted: 14 August 2008 at 2:16pm
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 ?
 
 
 
 
Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 14 August 2008 at 2:49pm
Originally posted by ahmad_elhoni ahmad_elhoni wrote:

Does the XTPSkinManager()->LoadSkin support Qt classes like Qwidget .



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
Back to Top
ahmad_elhoni View Drop Down
Newbie
Newbie


Joined: 14 August 2008
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote ahmad_elhoni Quote  Post ReplyReply Direct Link To This Post Posted: 15 August 2008 at 3:29am
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 .
 
 
 
 
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.156 seconds.