Page 1 of 1

Question about resource editor

Posted: Sun Jul 06, 2008 6:19 am
by Otto
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

Posted: Sun Jul 06, 2008 12:32 pm
by Antonio Linares
Otto,

Remove the #ifdef:

#include "c:\vce\include\arm\windows.h"
#include "c:\vce\include\arm\commctrl.h"

Posted: Thu Jul 10, 2008 7:40 am
by Otto
Thank you Antonio.
It is working now. But after editing the rc file with PellesC the
#include "c:\vce\include\arm\windows.h"
is always changed to
#include " windows.h".
I have to change these lines with multiedit.
Is there a trick how to avoid this behavior?

Regards,
Otto