Hi Innocent, welcome to the forums!
Well, here's the deal! You don't need to compile for windows since we compile everything and put it in SVN already.. if you follow the instructions here :
http://amsn-project.net/wiki/SVN you will be able to use the SVN version of aMSN.. most of the time, what we suggest is :
1 - install the official release
2 - upgrade the source code to the latest source you want
If you want to know how we create our standalone .exe, have a look here :
http://amsn.svn.sourceforge.net/viewvc/amsn/trunk/amsn/utils/windows/launcher/You'll find the .exe launchers in there (for win95 and for winXP+). The code is really simple, all it does is a CreateProcess and it launches : wish.exe scripts/amsn
What I personally use is different, I have Tcl/Tk installed on my system (downloaded from ActiveState Tcl :
http://tcl.tk ) and I created a .lnk file (a windows link file) that executes the command :
"D:\Tcl\bin\wish.exe D:\projects\amsn\amsn"
that's it...
EDIT: oh, about the IDE.. what we all use is just a text editor, I use emacs on windows, and that's more than enough for me.. I don't know if there's some IDE out there, but I don't see any need for one anyways, so...