- This topic has 2 replies, 2 voices, and was last updated 6 years, 6 months ago by .
Viewing 2 reply threads
Viewing 2 reply threads
- You must be logged in to reply to this topic.
Hi,
I would like to activate the debug memory support so I added:
{$DEFINE_KBMMW_SUPPORT_DEBUGMEMORY}
{$DEFINE KBMMW_INSTALL_DEBUGMEMORY_HANDLERS}
to the kbmMWConfig.inc file but when I compile I get the error:
Invalid compiler directive: ‘{$DEFINE_KBMMW_SUPPORT_DEBUGMEMORY}’
I know I got it working before, but I forgot how I did it š
Thanks in advance!
Seems your inc file contains an underscore right after $DEFINE… replace that with a space and you are doing fine š
I guess it’s bedtime for me š Thank you!