Proasm, did you use watcom on swp and duke3dw? And what Dx Sdks do you use? MSVC 9.0 did not work.
Edited by playtard at
supergoofy at
Re: How to Compile SPW and DUKE3DW
the current sources at proasm's site are only compiled with watcom
ProAsm at
Up until version 4.0.5 I used Watcom v1.2 Since 4.1.x I'm using Mingw 4.3.3 with MSys + my own modded version to display the compile with many options. Mingw 4.4.0 also works but they have added all sorts of stuff which I dont like. I use Dx7 as the sdk.
Visual Studio 9.0 does not cut it at all although I do use its 'just in time' debugger to trap any errors. Watcom also provide an nmake.exe which works with the makefile.msvc pretty well.
Edited by ProAsm at
supergoofy at
To tell you the truth, I don't have much experience with Visual Studio.
I more experienced with mingw/gcc, but that doesn't mean that I'm an expert. ;D
supergoofy at
obviously fmod is not used
playtard at
Swp Compiles good with Mingw GCC 4.3.3! Duke3dw Does not Compile. Seems some files are missing in 4 of the source folders in duke3dw.
ProAsm at
Duke3dw compiles 100% I downloaded it off my site (using ftp as http is down), unzipped to my C drive and double clicked on makems.bat and it compiled no problem.