Category : C++

24 Feb

Easy Setup of Remote Debugging

by Marco Mastropaolo

I just lose and find back this link everytime. At http://www.stevestreeting.com/?p=645 you can find a good way to setup debug DLLs on remote debugging machines. Very useful.

Filed Under: C++, Programming, Win32

22 Nov

Porting .NET app to Vista.. DEP strikes!

by Marco Mastropaolo

An interesting issue happened these days when I tried to port some apps to Vista. Basically all .NET apps compiled with Visual Studio 2005/2008 are marked “NX compatible” by default. If your .NET app uses an incompatible DLL or COM object, the app will crash. What I found funny was that the message was a [...]

16 Jun

ScummVM DS Patches – version 4

by Marco Mastropaolo

(Quick download links : .NDS builds or .DS.GBA builds, modified sources here, SourceForge patches here) I’ve patched ScummVM DS once again.. See here for more details, versioning, how, why, what, which, who.. Changes in ScummVM/DS 0.11.1.MMP4 (.NDS builds or .DS.GBA builds): All previous changes Fixed a bug with mouse icon Attempt to show mouse cursor [...]

15 Jun

ScummVM DS Patches – version 3

by Marco Mastropaolo

(Quick download links : .NDS builds or .DS.GBA builds, modified sources here) I’ve patched ScummVM DS once again.. See here for more details, versioning, how, why, what, which, who.. Changes in ScummVM/DS 0.11.1.MMP3 (.NDS builds or .DS.GBA builds): All previous changes ScummVM Build G (NDS only – for Lure of the Temptress… untested yet and [...]