CvGameCoreDLLUndefNew

From Civilization Modding Wiki
Revision as of 09:44, 13 March 2012 by Ruler501 (talk | contribs) (Created page with "The '''CvGameCoreDLLUndefNew''' file removes definitions for new, malloc, realloc, _msize, and free if USE_MEMMANAGER is defined. This is only defined if you are compiling a Debu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The CvGameCoreDLLUndefNew file removes definitions for new, malloc, realloc, _msize, and free if USE_MEMMANAGER is defined. This is only defined if you are compiling a Debug DLL. CvGameCoreDLL then overrides them with what seem to be pure virtual functions.