![]() |
CXTPPropertyGridItem with Vista |
Post Reply
|
| Author | |
Hiroaki
Groupie
Joined: 30 September 2007 Status: Offline Points: 13 |
Post Options
Thanks(0)
Quote Reply
Topic: CXTPPropertyGridItem with VistaPosted: 13 November 2007 at 9:32pm |
|
Hi! Thank you for your cooperation anytime!
I'm using Xtreme ToolkitPro v11.1.3 with VC6.0 + SP6; I have a question about CXTPPropertyGridItem with Windows Vista. The following code operates satisfactory in WindowsXP. CXTPPropertyGridItem* pCategory = m_wndPropertyGrid.AddCategory(_T("ooooo")); I would appreciate if anyone give me suggestion. Hiroaki |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 14 November 2007 at 12:58am |
|
Hi,
Compile Application with Unicode.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Barto
Groupie
Joined: 27 February 2005 Location: Germany Status: Offline Points: 60 |
Post Options
Thanks(0)
Quote Reply
Posted: 16 November 2007 at 7:35am |
|
_T("oooo") incorrectly converts double byte (ShiftJIS) to unicode. Either put your strings into string resources or use something like MultiByteToWideChar
|
|
![]() |
|
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 |