View Single Post
Old 09-17-2005, 05:59 AM   #4 (permalink)
TheSheep
Registered User
 
TheSheep's Avatar
 
Join Date: Mar 2005
Location: UK
Posts: 11
TheSheep is on a distinguished road
Send a message via ICQ to TheSheep Send a message via AIM to TheSheep Send a message via MSN to TheSheep Send a message via Yahoo to TheSheep
@Valmont: new returned NULL.
@Locutus: like you suggested, I pulled out huge chunks of my program until it worked.

Part of my program is the Unreal API, a set of headers and libraries for making mods for Unreal-engine games. I stumbled across this:
inline void* operator new( unsigned int Size )
A little tweaking, and the output is now this:
Code:
[TryMemAlloc] Started......
"inline void* operator new (unsigned int size)" has been called.
[TryMemAlloc] char not allocated!
[TryMemAlloc] Done.
So I think I've found my problem.

Thanks for all the advice. The learning curve continues...
TheSheep is offline   Reply With Quote