Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - Crash on Windows 7 due to MakeUpper "(C)" crash
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Crash on Windows 7 due to MakeUpper "(C)" crash

 Post Reply Post Reply
Author
Message
Sergio View Drop Down
Senior Member
Senior Member
Avatar

Joined: 18 September 2006
Status: Offline
Points: 216
Post Options Post Options   Thanks (1) Thanks(1)   Quote Sergio Quote  Post ReplyReply Direct Link To This Post Topic: Crash on Windows 7 due to MakeUpper "(C)" crash
    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
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.125 seconds.