MingW was giving me too much trouble so I decided to give Visual Studio a swing. Since I only have some experience in compiling software in a Linux environment, this is all new to me. I read the Wiki article on compiling with Visual Studio, but I still have some questions.
1) I downloaded Visual Studio Express Edition. It is a free version. Some things in the Wiki refer to Solution Folders but the free version does not support these. So if i want to build all external libraries, what should i pick from the list? My best guess would be cryptlib and everything wx*.
2) After compiling the external libraries, I want to compile amuleGUI and amuleCMD. amuleGUI sometimes succesfully compiles and sometimes i get an error (don't understand why, yet). 1>Linking...
1>CVTRES : fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
3) AmuleCMD compilation generates another error for me, and I never succesfully compiled it.
1>------ Build started: Project: aMuleCMD, Configuration: Debug Win32 ------
1>Embedding manifest...
1>.\Debug\aMuleCMD.exe.intermediate.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.
1>Build log was saved at "file://c:\Documents and Settings\wouter\Desktop\aMule\trunk\MSVC Solution\aMuleCMD\Debug\BuildLog.htm"
1>aMuleCMD - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========
So, somebody got any tips?