Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - LoadSkin & setlocale problem.
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

LoadSkin & setlocale problem.

 Post Reply Post Reply
Author
Message
gpm1 View Drop Down
Groupie
Groupie
Avatar

Joined: 06 June 2006
Status: Offline
Points: 54
Post Options Post Options   Thanks (0) Thanks(0)   Quote gpm1 Quote  Post ReplyReply Direct Link To This Post Topic: LoadSkin & setlocale problem.
    Posted: 06 June 2006 at 9:26am
Hi all.

v. 10.1.1

I'm trying to implement Styles ( Office2007.cjstyles ) and wrote in CMainFrame next statement:
    XTPSkinManager()->LoadSkin(m_csStylesPath + _T("Office2007.cjstyles")); ,
and in BOOL CTestSkinApp::InitInstance()
I also included
    setlocale( LC_ALL, "" );
and when I try to load the app I get "Unhandled exception at 0x00c01c29 (ToolkitPro1011vc80D.dll) in TestSkin.exe: 0xC00000FD: Stack overflow." in HMODULE WINAPI CXTPSkinFrameworkApiHook::OnHookGetModuleHandleA(LPCSTR lpModuleName)
{
...

What I'm doing wrong?

Best regards,
Pavel
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 06 June 2006 at 2:46pm

Hi,

Please download 10.2. guess, it was fixed already.

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.031 seconds.