Print Page | Close Window

Visual Studio 2015

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=22992
Printed Date: 05 October 2024 at 3:25am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Visual Studio 2015
Posted By: lemongrass
Subject: Visual Studio 2015
Date Posted: 08 April 2016 at 5:51am
Hello,

 I have a strange issue with an application that was build with VS2012 and Toolkit 15.1.3 (Win7).
 If I build this application, or any other sample application from the Toolkit, with VS2015 (v14 oder v14_xp)
 the application does not start, the process keeps running, but the GUI is not created. 
 Debugging shows, that all these applications freeze the first time a toolkit-object is created, for
 example:

  XTPPaintManager()->SetTheme(xtpThemeRibbon);

if (!m_wndStatusBar.Create(this))
{
TRACE0("Failed to create status bar\n");
return FALSE;      // fail to create
}

 If I start the exact same application with Windows 10, it's running.. any idea?
 -  Toolkit compiled with v14/v14_xp (shared release/debug) as well

Thank you
Mario



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net