jipihorn
07-15-2013, 12:21 AM
Hello,
We started to upgrade our application to Visual 2012 and Stingray Studio 11.1 and , after porting the code, I couldn't execute the application at all. So I tried the sample project viz11 provided.
I get exactly the same kind of error :
At line 213 of mainframe.cpp, the create() call crashes the same way it does with our application when using SECDialogbar derivated classes, whatever the platform is (x64, x32, debug, unicode...) at the same final win32 call (CreateWindowEx in Winuser.inl). This is from a call to CControlBar::Create() into the sbarcode.cpp source, line 333. The crash seems to be caused by the lpszWindowName that is set to a MAKEINTRESOURCE() kind of value instead of a string. This pointer has the 0x82 value of IDD_LOGO ID and the final crash is an access violation of this value used as a string.
I'm stuck here without any way to find a solution.
Visual studio 2012 is the update 3 version.
J.
We started to upgrade our application to Visual 2012 and Stingray Studio 11.1 and , after porting the code, I couldn't execute the application at all. So I tried the sample project viz11 provided.
I get exactly the same kind of error :
At line 213 of mainframe.cpp, the create() call crashes the same way it does with our application when using SECDialogbar derivated classes, whatever the platform is (x64, x32, debug, unicode...) at the same final win32 call (CreateWindowEx in Winuser.inl). This is from a call to CControlBar::Create() into the sbarcode.cpp source, line 333. The crash seems to be caused by the lpszWindowName that is set to a MAKEINTRESOURCE() kind of value instead of a string. This pointer has the 0x82 value of IDD_LOGO ID and the final crash is an access violation of this value used as a string.
I'm stuck here without any way to find a solution.
Visual studio 2012 is the update 3 version.
J.