- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
finally our company bought the new IVF10 compiler. Im using VS2003 C++ as IDE with WindowsXP SP2 32-bit as OS.
After I ported my current CVF QuickWin project to IVF it produces an unhandled exception when I end the program. It doesnt matter if I end it normally with end program or stop.
The error message is:
Unbehandelte Ausnahme bei 0x005a0872
(unhandled exception at 0x005a872)
The line is in crt0.c line 251:
mainret = WinMain(
#endif /* WPRFLAG */
GetModuleHandleA(NULL),
NULL,
lpszCommandLine,
StartupInfo.dwFlags & STARTF_USESHOWWINDOW
? StartupInfo.wShowWindow
: SW_SHOWDEFAULT
);
Has anybody encountered this problem before?
Thanks in advance,
Markus
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think this is a VS2003 problem: Starting the exe from the explorer produces no exeption, only when I start the program in VS2003.
Shall I submit the two projects to Premier Support anyway?
Thanks in advance,
Markus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Myprojectproduces a crash in Debug and Release mode when I start the program through VS. It does not matter if i start the program or start with debug.
But I can start the Debug and Release mode executable from Windows Explorer, the command prompt and the VScommand promptwithout a crash.
Runtime Library is "Debug QuickWin (/libs:qwin /dbglibs)" for Debugand "QuickWin (/libs:qwin)" for Release mode.
Additional Dependencies are "kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib" and "dfconsol.lib" is ignored.
I use VisualStudio C++.NET Version 2003 with Microsoft Visual Studio .NET 2003 Service Pack 1 (KB918007)and Microsoft Visual Studio .NET 2003 Hotfix (KB927696) installed.
Markus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page