Question about resource editor

Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Question about resource editor

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Otto,

Remove the #ifdef:

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

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Post 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
Post Reply