Oh it's great, I never managed to get working coLinux with Xfree86 or VNC (using Knoppix Japanese Ed.)
You did any trick to make that happen?
Anyways, here are the tools I remember now:
wxChecksums: A MD5 and SFV crossplatform creator/verifier.
UltraVNC/TightVNC: So if you have a LAN you can use multiple OS to compile (or whatever) without having to emulate them.
NoteXPad: My favourite text editor made in Win32 ASM, much faster than Notepad or any other text editor I ever used.
http://dreamtheater.reg365.com/Works.htmwxDelta1: A GUI made by me =) to apply or create binary diff (delta) files, using Xdelta. The original console app is at
http://sourceforge.net/projects/xdeltaDialogBlocks: For me, currently the best RAD & XRC editor for wxWidgets (hope that upCase can change that =)
Sysinternals: Most of all tools from Sysinternals, if you are using Windows, they are a must.
http://www.sysinternals.com/ntw2k/utilities.shtmlVisual Assist X: Best codecompletion plugin I know, the problem: it's only for MS Visual Studio.
http://www.wholetomato.com/Bakefile or CMake: To forget about automake and friends.
As for the C/C++ multiplatform libs that I find the best:
wxWidgets (GUI)
wxWidgets (for console also: wxBase)
STLport (one of the best implememtations of STL, but it's recommended that you compile against various STLs so you can ensure that your STL code doesn't make troubles)
SDL (multimedia, 2D & 3D)
OpenAL (audio)
OpenGL (3D)
And now I'm searching a C++ XML parser that supports Unicode, more or less lightweight, and easy to use, any sugestion?