Skin and visual Studio 2012 |
Post Reply |
Author | |
Cedric_ar
Groupie Joined: 04 September 2012 Status: Offline Points: 19 |
Post Options
Thanks(0)
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
|
|
Alandovos
Newbie Joined: 09 December 2012 Status: Offline Points: 4 |
Post Options
Thanks(0)
|
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?
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
The upcoming release will have the proper fix for this.
|
|
Alandovos
Newbie Joined: 09 December 2012 Status: Offline Points: 4 |
Post Options
Thanks(0)
|
Any word on an ETA? Even a beta would be helpful to drive some internal testing :)
|
|
jshan
Groupie Joined: 07 December 2007 Status: Offline Points: 63 |
Post Options
Thanks(0)
|
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 |
|
Alandovos
Newbie Joined: 09 December 2012 Status: Offline Points: 4 |
Post Options
Thanks(0)
|
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?
|
|
Alandovos
Newbie Joined: 09 December 2012 Status: Offline Points: 4 |
Post Options
Thanks(0)
|
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 |
|
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 |