Page 1 of 1

4.0beta - "NUL" in code ?

Posted: Sun Feb 05, 2006 10:30 pm
by coma
Hi.
I'm converting some old code in pb4.0

when I try to init the d3d9 device : I can't write Direct3DCreate9_ in the editor, it's automatically replaced with Direct3DCreateNUL_

Image

I don't understand, what means this "NUL" ?

Posted: Sun Feb 05, 2006 10:43 pm
by freedimension
Disable "Case Correction" in your Editor as a workaround until this gets fixed.

Posted: Sun Feb 05, 2006 10:56 pm
by coma
thanks a lot, it works :D