To successfully use GDL, your project must define one or all of these symbols:
__NT__
You are not warned with compile or link errors if these symbols are undefined, but your application does not function properly. The most common error if the symbols are not defined is to run out of stack space.
Microsoft compilers typically define these symbols for you, but we strongly recommend defining them in your project for completeness.