Closed revelator closed 11 years ago
As promissed.
The two files that need extra headers are wipfc\cpp\cell.cpp and wipfc\cpp\tag.cpp
replace #include < algorithm > with
does not affect open watcom compile so is perfectly ok.
Works fine with msvc 2012 now, can close the bug as fixed unless you want feedback from earlier msvc user.
Thanks for info.
Im able to do a full build of the 64 bit version but i had to include a few more headers with msvc 2012.
before #include < algorithm > add
include < vector >
include < functional >
and after #include < algorithm > add
include < iostream >
Affects only two files which i dont remember atm. So ill post them later.
Besides that the compiler itself seems to Work though Wiv.exe crashes at exit and bwhc.exe (watcom help compiler) crashes with a heap error so documentation build has to be turned off when compiling the 64 bit version.