|
From: Kakhkhor A. <kab...@gm...> - 2010-08-13 19:40:26
|
QL compiles and works well with Visual C++ 2008 both in 32 and 64 bit modes. I only tested Intel C++ compiler 11.1 in 64 bit mode with Windows Vista 64. Everything compiles and links, but the program crashes with all zero output. Curiously enough, everything works fine in debug mode. The error comes from within Event::hasOccured method. Could be either Singleton class or Settings class. I don't know yet. Btw, without x64 macro auto linking with MS compiler won't work. I am for not using separate names for 32 and 64 bit builds. Regards, K.A. |