Crash on Windows 7 due to MakeUpper "(C)" crash |
Post Reply |
Author | |
Sergio
Senior Member Joined: 18 September 2006 Status: Offline Points: 216 |
Post Options
Thanks(1)
Posted: 30 January 2018 at 9:32am |
Hello,
I just wanted to share a problem occurring on Windows 7 and the MFC Skin Framework. Perhaps due to Windows updates, now the XTPSkinManager()->LoadSkin(... , ...); will crash if there is this line in the specified .ini file: Copyright = Copyright © 2012 Codejock Software To fix it, we have changed this text like this: Copyright = Copyright (C) 2012 Codejock Software The crash occurs in the MFC CString.MakeUpper(...) method. We are using the MultiBytes Character Set support. Our software is unable to run without this small fix. This change does the fix. Best Regards,
|
|
Sergio
|
|
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 |