03-17-2008, 10:47
|
JezzerP

Joined on 05-22-2006
York, UK
Posts 16
|
LDialogFile::DoModalSave crashes app
|
 
 
|
|
|
Hi
Using Raster Imaging Tools v15 C++ Class Libraries, and I am having serious problems with LDialogFile::DoModalSave. In two apps calls to this are causing run-time crashes in different places. In one app, the crash occurs the instant I call this function, and the app just closes. In the second app, the dialog is displayed, but the app crashes the moment I select the .bmp file filter. Unfortunately, both applications run perfectly in debug mode in Visual Studio 2005. If I run a realase build from VS2005 I will get an unhandled exception in both case, deep in mfc code.
I run under Vista and the Windows event log is giving me this error:
Faulting application Winlog.exe, version 6.6.3.17, time stamp 0x4785e810, faulting module Ltdlgfile15u.dll, version 15.0.0.3, time stamp 0x473aae49, exception code 0xc0000005, fault offset 0x00024f2a, process id 0x1f20, application start time 0x01c888428bb5727c.
Have absolutely no idea what is going on, and am completely unable to debug this because there are no problems seen in debug builds.
thanks
Jeremy
|
|
|
|
|
Report
|
|
|
|