Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - Skin and visual Studio 2012
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Skin and visual Studio 2012

 Post Reply Post Reply
Author
Message
Cedric_ar View Drop Down
Groupie
Groupie


Joined: 04 September 2012
Status: Offline
Points: 19
Post Options Post Options   Thanks (0) Thanks(0)   Quote Cedric_ar Quote  Post ReplyReply Direct Link To This Post Topic: Skin and visual Studio 2012
    Posted: 16 November 2012 at 6:00am
I'm updating my application to Visual Studio 2012. In this application i'm using Skin, but now it's doesn't work. I coudn't load any skin now.It tried with SkinMDIsample too. And i have the same error.

in Visual Studio output

Program: C:\Windows\system32\mfc110d.dll
File: ..\..\Source\SkinFramework\XTPSkinManagerSchema.cpp
Line: 353



i'm using 15.3.1

regards
Back to Top
Alandovos View Drop Down
Newbie
Newbie


Joined: 09 December 2012
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Alandovos Quote  Post ReplyReply Direct Link To This Post Posted: 09 December 2012 at 12:07pm
Stuck with the same error when running the sample MDI app compiled on VS2012.  I've made the suggested change to add the following in 15.3.1 but that's it:

#if _MSC_VER == 1700
#define _XTPLIB_VISUALSTUDIO_VERSION "vc110"
#endif

Any idea on a timeframe for official support of VS 2012 or another fix that I could attempt?
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 07 January 2013 at 1:32pm
The upcoming release will have the proper fix for this.
Back to Top
Alandovos View Drop Down
Newbie
Newbie


Joined: 09 December 2012
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Alandovos Quote  Post ReplyReply Direct Link To This Post Posted: 11 January 2013 at 12:36pm
Any word on an ETA?  Even a beta would be helpful to drive some internal testing :)
Back to Top
jshan View Drop Down
Groupie
Groupie
Avatar

Joined: 07 December 2007
Status: Offline
Points: 63
Post Options Post Options   Thanks (0) Thanks(0)   Quote jshan Quote  Post ReplyReply Direct Link To This Post Posted: 20 January 2013 at 12:17pm
Hi.
 
any workaround on this problem ?
i just missed the renewal subscription just a month ago.
 
well, it's very critical issue for me.
 
plus, when wiill be new updates released ?
 
 
: xtp 16.2.0(Unicode static lib)

: windows 7 Pro Kor sp1(64bit)

: vs 2012 update 2 MFC

Back to Top
Alandovos View Drop Down
Newbie
Newbie


Joined: 09 December 2012
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Alandovos Quote  Post ReplyReply Direct Link To This Post Posted: 06 February 2013 at 11:45am
We NEED a solution on this!  Either a new version with official support or a collection of code changes we can make to the current version to prevent the crash.

Is anything available?
Back to Top
Alandovos View Drop Down
Newbie
Newbie


Joined: 09 December 2012
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Alandovos Quote  Post ReplyReply Direct Link To This Post Posted: 13 February 2013 at 8:31am
I was able to fix the crash by editing XTPDLLExports.h (used by stdafx.h)

Add #define __VSSYM32_H__ before #include <afxwin.h>
Add #undef __VSSYM32_H__ after the remainder of the #include directives

Hopefully this helps out someone else!
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.188 seconds.