Have you checked your code for static variable declarations (Which is basically just the main entry function for a win32 application and a return 0 at the end.
Show differencesHistory of post edits
#ActualAshaman73
Posted 12 November 2012 - 07:13 AM
#2Ashaman73
Posted 12 November 2012 - 06:44 AM
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 ?Which is basically just the main entry function for a win32 application and a return 0 at the end.
#1Ashaman73
Posted 12 November 2012 - 06:43 AM
Have you checked your code for static variable declarations (aka globals ie. class variables) ? Do you clean them up ?Which is basically just the main entry function for a win32 application and a return 0 at the end.