jrfonseca / drmingw

Postmortem debugging tools for MinGW.
GNU Lesser General Public License v2.1
273 stars 53 forks source link

RPT file from exception handler should be stored in any writable location #39

Closed JekaS178RUS closed 5 years ago

JekaS178RUS commented 5 years ago

Often program installed in program files which is not writable for the user. Exception handler dll should use another catalog for writing RPT file.

alvinhochun commented 5 years ago

If you are including exchndl.dll in your own application, you can very well set your own report file path by calling the function ExcHndlSetLogFileNameA.

JekaS178RUS commented 5 years ago

Sorry my fault! Didn't know abt