Michael Thomas 2009-11-19 03:25
UltraMon 2.7.1.0
When I run a debug version of a game I am creating in windowed mode on a multi-monitor computer I get Ultramon trying to access: D:\Projects\UltraMon 2.7.1\RTSMultimonHook\x32\ReleaseW\RTSUltraMonHook.dll.pdb
Why is this?
|
Christian Studer 2009-11-19 10:23
The debugger is trying to load debug symbols for RTSUltraMonHook.dll, this is the hook DLL used by UltraMon which gets loaded into every process.
Christian Studer - www.realtimesoft.com
|
Michael Thomas 2009-11-19 22:23
It must be a "bug" that was in version 2.7.1. A release version of software is not usually compiled with pdb files.
Anyway, I checked my account and it seems my license is for version 3 or older. So, I downloaded version 3.0.6 and the issue is not there any more.
|
Christian Studer 2009-11-20 08:18
I don't know why you would get different behavior with 3.0.7, but we compile all release binaries with debug info in order to be able to debug crash dumps.
Christian Studer - www.realtimesoft.com
|