View Single Post
  #11  
Old 04-11-2005, 01:12 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by knightz
Hmm, I'm not sure cause I haven't even tried, but in looking over the source/files when I downloaded it (and just rechecked now to make sure), there is a file GuildWars/mysqltables.txt that contains a large set of tables. These may be old, or something, but I wouldn't expect them to be missing many/any columns. Though, populating them would, like you said, take a while.
Yeah, that was added in later.

But still, this source will not be supported so if you're having problems with it......
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote