Hi folks,

I've run into this today:
---
#if defined(HELLO) .AND. HELLO >= 0x0100
        <code>
#endif
---

If HELLO is #defined, it works, if not, it shows this:
---
Error E0025  Error in #if expression
---

I've tried with this, too:
---
#if HELLO >= 0x0100
        <code>
#endif
---

But results are similar to above.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to