![]() |
My appliation is not working in windows 2000 |
Post Reply
|
| Author | |
Ashok
Senior Member
Joined: 02 May 2007 Status: Offline Points: 164 |
Post Options
Thanks(0)
Quote Reply
Topic: My appliation is not working in windows 2000Posted: 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?
|
|
![]() |
|
Simon HB9DRV
Senior Member
Joined: 07 July 2005 Location: Switzerland Status: Offline Points: 458 |
Post Options
Thanks(0)
Quote Reply
Posted: 20 February 2008 at 6:12am |
|
Why not post a screenshot?
|
|
|
Simon HB9DRV
|
|
![]() |
|
Ashok
Senior Member
Joined: 02 May 2007 Status: Offline Points: 164 |
Post Options
Thanks(0)
Quote Reply
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.
|
|
![]() |
|
Ashok
Senior Member
Joined: 02 May 2007 Status: Offline Points: 164 |
Post Options
Thanks(0)
Quote Reply
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.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Ashok
Senior Member
Joined: 02 May 2007 Status: Offline Points: 164 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 February 2008 at 9:33am |
|
Hi,
Do you have any sample for that or else please send the code regarding.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Ashok
Senior Member
Joined: 02 May 2007 Status: Offline Points: 164 |
Post Options
Thanks(0)
Quote Reply
Posted: 25 February 2008 at 2:44am |
|
Hi Oleg. Thanks a lot.
|
|
![]() |
|
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 |