Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Visual Studio 2015
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Visual Studio 2015

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


Joined: 09 June 2006
Location: Austria
Status: Offline
Points: 28
Post Options Post Options   Thanks (0) Thanks(0)   Quote lemongrass Quote  Post ReplyReply Direct Link To This Post Topic: Visual Studio 2015
    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
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.172 seconds.