axmol/tools/simulator/libsimulator/lib/platform/win32
Dirk de la Hunt 88bcaad518 General fixes:
- changed some delete operations to be deletions of arrays where applicable
 - changed some "free" operations to "delete" where memory was allocated with "new"

CCPUScriptCompiler.cpp:
 - added checks to see if temp1 and temp2 are non-null before dereferencing them

FileServer.cpp:
 - changed the size of startFlag to be 13, seeing as the strcpy into it copies a string, "RuntimeSend:",
   is already 12 characters long, but strcpy() attempts to copy the NULL terminator too.
2015-10-16 21:43:09 +02:00
..
DeviceEx-win32.cpp General fixes: 2015-10-16 21:43:09 +02:00
PlayerEditBoxServiceWin.cpp add libsimulator 2015-01-08 14:10:28 +08:00
PlayerEditBoxServiceWin.h add libsimulator 2015-01-08 14:10:28 +08:00
PlayerFileDialogServiceWin.cpp revert lua runtime 2015-04-02 18:27:53 +08:00
PlayerFileDialogServiceWin.h add libsimulator 2015-01-08 14:10:28 +08:00
PlayerMenuServiceWin.cpp move menu bar to system menu 2015-05-14 13:43:17 +08:00
PlayerMenuServiceWin.h add libsimulator 2015-01-08 14:10:28 +08:00
PlayerMessageBoxServiceWin.cpp add libsimulator 2015-01-08 14:10:28 +08:00
PlayerMessageBoxServiceWin.h add libsimulator 2015-01-08 14:10:28 +08:00
PlayerTaskServiceWin.cpp add libsimulator 2015-01-08 14:10:28 +08:00
PlayerTaskServiceWin.h add libsimulator 2015-01-08 14:10:28 +08:00
PlayerWin.cpp add libsimulator 2015-01-08 14:10:28 +08:00
PlayerWin.h add libsimulator 2015-01-08 14:10:28 +08:00
SimulatorWin.cpp General fixes: 2015-10-16 21:43:09 +02:00