Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Kazan on March 05, 2004, 01:31:04 pm
-
i completely forgot about this and therefore didn't save my old copy
the mysql++ for vc6 (the only port available!) is borken - the idiot who ported it used "using namespace std;" calls IN THE HEADERS - this causes a bazzillion namespace collisions, etc (vc's namespace handling is sub-par) so you have to go in there and remove them - which means you have to go through and find every call to a std namespace type/function/constant and prepend the std:: resolution operator... AAAAIIIIIIIIIIIIIIIEEEEE!
-
finally done patching that
ugly ugly code i tell you!