If I open a resource with PellesC and save it the
ifdef _CE
#include "c:\vce\include\arm\windows.h"
#include "c:\vce\include\arm\commctrl.h"
endif
part is missing.
Could someone instruct me how to use the editor.
Thanks in advance
Otto
If I open a resource with PellesC and save it the
#include "c:\vce\include\arm\windows.h"
#include "c:\vce\include\arm\commctrl.h"
part is missing.
Could someone instruct me how to use the editor.
Thanks in advance
Otto
Otto,
Remove the #ifdef:
Thank you Antonio.
It is working now. But after editing the rc file with PellesC the
is always changed to
I have to change these lines with multiedit.
Is there a trick how to avoid this behavior?
Regards,
Otto