FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Question about resource editor
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Question about resource editor
Posted: Sun Jul 06, 2008 06:19 AM

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

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Question about resource editor
Posted: Sun Jul 06, 2008 12:32 PM

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
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Question about resource editor
Posted: Thu Jul 10, 2008 07:40 AM

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

Continue the discussion