Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - My appliation is not working in windows 2000
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

My appliation is not working in windows 2000

 Post Reply Post Reply
Author
Message
Ashok View Drop Down
Senior Member
Senior Member


Joined: 02 May 2007
Status: Offline
Points: 164
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ashok Quote  Post ReplyReply Direct Link To This Post Topic: My appliation is not working in windows 2000
    Posted: 20 February 2008 at 6:09am
Hi,
  I am using Xtreme ToolkitPro v11.1.0, My application is working fine in Windows XP but it is not working in Windows 2000( it is not properly displaying the toolbars and theme etc.,). Why?
Back to Top
Simon HB9DRV View Drop Down
Senior Member
Senior Member
Avatar

Joined: 07 July 2005
Location: Switzerland
Status: Offline
Points: 458
Post Options Post Options   Thanks (0) Thanks(0)   Quote Simon HB9DRV Quote  Post ReplyReply Direct Link To This Post Posted: 20 February 2008 at 6:12am
Why not post a screenshot?
Simon HB9DRV
Back to Top
Ashok View Drop Down
Senior Member
Senior Member


Joined: 02 May 2007
Status: Offline
Points: 164
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ashok Quote  Post ReplyReply Direct Link To This Post Posted: 21 February 2008 at 2:40am
Sorry, I don't have the screen shots, my problem is when I am installed my application in the Windows 2000, if i run my application it shows like this
 
The dynamic link library UxTheme.dll could not be found.
 
So I took a copy of UxTheme.dll from my XP machine and placed it in the same folder as my executable program. When I then ran the program it immediately reports:

"The procedure entry point RtlUnhandledExceptionFilter could not
be located in the dynamic link library ntdll.dll"
My application must run on all versions of Windows. It now runs properly on Windows XP but not on Windows 2000.
 
Please help. It's urgent.
Back to Top
Ashok View Drop Down
Senior Member
Senior Member


Joined: 02 May 2007
Status: Offline
Points: 164
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ashok Quote  Post ReplyReply Direct Link To This Post Posted: 21 February 2008 at 2:41am
Sorry, I don't have the screen shots, my problem is when I am installed my application in the Windows 2000, if i run my application it shows like this
 
The dynamic link library UxTheme.dll could not be found.
 
So I took a copy of UxTheme.dll from my XP machine and placed it in the same folder as my executable program. When I then ran the program it immediately reports:

"The procedure entry point RtlUnhandledExceptionFilter could not
be located in the dynamic link library ntdll.dll"
My application must run on all versions of Windows. It now runs properly on Windows XP but not on Windows 2000.
 
Please help. It's urgent.
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: 21 February 2008 at 8:31am
Hi,
UxTheme.dll can be used in WindowsXP only. Don't call plain methods from this library - use LoadLibrary + GetProcAddress instead.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Ashok View Drop Down
Senior Member
Senior Member


Joined: 02 May 2007
Status: Offline
Points: 164
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ashok Quote  Post ReplyReply Direct Link To This Post Posted: 21 February 2008 at 9:33am
Hi,
  Do you have any sample for that or else please send the code regarding.
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: 21 February 2008 at 9:54am
Hi,
see our CXTPWinThemeWrapper class. You can use it instead methods from uxtheme.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Ashok View Drop Down
Senior Member
Senior Member


Joined: 02 May 2007
Status: Offline
Points: 164
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ashok Quote  Post ReplyReply Direct Link To This Post Posted: 25 February 2008 at 2:44am
Hi Oleg. Thanks a lot.
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.047 seconds.