xHarbour and Pelles C 7.0

Post Reply
mtajkov
Posts: 100
Joined: Sun Mar 08, 2009 4:33 pm

xHarbour and Pelles C 7.0

Post by mtajkov »

I use:
- fwh1507
- xHarbour 1.2.3
- Pelles C 7

When I make a change to the RC file, three lines of codes are automatically added in the same file:
#include <windows.h>
#include <commctrl.h>
#include <richedit.h>

In that case, the application won’t compile (error #endif before #if) . When I erase those lines from RC file, compilation is successfully completed and the application is functioning. Is there any solution to the problem?

Best regards!
Post Reply