Category : Win32

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 [...]

20 Mar

Vista and Visual Studio Remote Debugger

by Marco Mastropaolo

If you want to run Remote Debugger under Windows Vista you might encounter problems with the firewall. Check this : http://www.wintellect.com/cs/blogs/jrobbins/archive/2007/03/14/visual-studio-2005-remote-debugging-to-vista.aspx Also, you can run Remote debugger without installing Visual Studio 2005, just by copying the files.

Filed Under: C++, Programming, Win32