View Single Post
  #31  
Old 05-10-2006, 06:47 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

This seems very odd.. I'll be working on EQVerCheck4 very soon, but, in the meantime, I'd suggest copying all the exe's and dll's to a separate folder along with EQVerCheck.exe and running it from there as that seems to fix the problem -- no idea why it's crashing, doesn't on any of my systems or the systems I've been personally able to use /shrug.

I'll do some playing around with it though to see if I can nail it with EQVC4.
__________________
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