I don't have Visual C++ anymore so I am using free compiler thus I have to resort to command line compilation...
Everything is configured properly I think and everything compiles except when I reach resource compilation everything chokes saying cannot find 'msvcrt.lib' which I don't understand because I have setup environment vars appropriately I'm sure...???
I just searched my entire HDD drive for that stupid file and only found two:
1) AMD64/msvcrt.lib
2) IA64/msvcrt.lib
Neither of which is my target platform but instead I believe I am using x86 WIN32 as a release build. I just looked into those two directories and noticed only they exist, so I guess that is the way it is supposed to be
Anyone have any ideas?
I've read the apache docs numerous times, so please don't send me those...besides their Windows docs are poor...
Cheers