Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Solving some crashes
Post: RE: Solving some crashes

[Image: http://img706.imageshack.us/img706/7075/39512510.png] Same result release and debug, Release is fully optimized. I dont know if this is to do with the fact I compiled under vs2010. I got the...
devqq Overture 3 7,288 05-16-2010, 04:51 PM
    Thread: Visual Studio 2010
Post: RE: Visual Studio 2010

I have everything compiled with visual studio 2010, but I warn you. I have a lot of errors and crashes within the program. I am thinking of recompiling with visual studio 2003
devqq HPL1 Engine 9 20,412 05-16-2010, 04:37 PM
    Thread: Solving some crashes
Post: Solving some crashes

void cSoundEntity::AddGlobalCallback(iSoundEntityGlobalCallback *apCallback) { mlstGobalCallbacks.push_back(apCallback); } This crashes the program currently. Access violation reading location er...
devqq Overture 3 7,288 05-16-2010, 01:52 AM
    Thread: Visual C++ Express 2010
Post: RE: Visual C++ Express 2010

make sure your compiling as a lib and not an exe
devqq OALWrapper 4 23,204 05-16-2010, 01:45 AM