![]() |
changing character set affects themes? |
Post Reply
|
| Author | |
Enclaved Shadow
Groupie
Joined: 22 August 2006 Location: Canada Status: Offline Points: 31 |
Post Options
Thanks(0)
Quote Reply
Topic: changing character set affects themes?Posted: 28 August 2006 at 3:34pm |
|
In the sample app I've provided changing the character set from Unicode to Mulitbyte or 'not set' causes themes to act differently. In both cases the correct codejock .dll is being used for each character set. Is this the way it is supposed to behave?
In this picture you can see what the dialog looks like when built using the Unicode Character set.
In this picture you can see what the dialog looks like when built with the Multi-Byte character set or when using 'Not set'.
I have the following code in the OnInitDialog() method:
Bellow is the project folders and files that I have rared up.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 28 August 2006 at 3:47pm |
|
Hello,
See stdafx.h file from archive. Visual Studio add
#ifdef _UNICODE
#endif
around manifest. just comment first #if and last #endif.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Enclaved Shadow
Groupie
Joined: 22 August 2006 Location: Canada Status: Offline Points: 31 |
Post Options
Thanks(0)
Quote Reply
Posted: 28 August 2006 at 4:24pm |
|
Thank you very much, that fixed it.
|
|
![]() |
|
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 |