xHarbour and Pelles C 7.0
Posted: Thu Apr 11, 2019 11:40 am
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!
- 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!