Author Topic: mysql++ for VC6  (Read 1256 times)

0 Members and 1 Guest are viewing this topic.

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
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!
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

  

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
finally done patching that

ugly ugly code i tell you!
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir