Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#ActualAshaman73

Posted 12 November 2012 - 07:13 AM

Which is basically just the main entry function for a win32 application and a return 0 at the end.

Have you checked your code for static variable declarations (aka globals/class variables) ? Do you clean them up ? You are including Engine.h and most likely are linking some static libs here ?

#2Ashaman73

Posted 12 November 2012 - 06:44 AM

Which is basically just the main entry function for a win32 application and a return 0 at the end.

Have you checked your code for static variable declarations (aka globals ie. class variables) ? Do you clean them up ? You are including Engine.h and most likely are linking some static libs here ?

#1Ashaman73

Posted 12 November 2012 - 06:43 AM

Which is basically just the main entry function for a win32 application and a return 0 at the end.

Have you checked your code for static variable declarations (aka globals ie. class variables) ? Do you clean them up ?

PARTNERS