12-10-2010 05:22 PM
I know you posted your question in 2008. Today, I want to know if you successfully got preprocess work. I followed all the steps you did. I didn't see preprocess work JDE4.6 though.
12-10-2010 05:29 PM
okay, I think I found the answer by myself. JDE4.6 is very strict.
You can put a space between // and #
A good example is : //#ifdef HANDHELD_VERSION_60
A bad example is : // #ifdef HANDHELD_VERSION_60 (which deson't work due to the space between // and # )
12-10-2010 05:30 PM
Sorry. I mean on JDE4.6, DON'T put a space between // and #