Visual Studio 2015 |
Post Reply |
Author | |
lemongrass
Groupie Joined: 09 June 2006 Location: Austria Status: Offline Points: 28 |
Post Options
Thanks(0)
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
|
|
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 |