W
Walter
Is this a correct statement?
PocketPC 2003 only supports ARM processors. So if you
need to create a custom setup.dll all you will need in
your .ini file will be the following section:
....
[DefaultInstall.ARMV4]
CopyFiles=Files.ARMV4
CESetupDLL=Setup.dll
....
You will not need to include any of the other ones:
[DefaultInstall.SH3]
....
[DefaultInstall.MIPS]
....
[DefaultInstall.X86]
....
[DefaultInstall.WCE420X86]
....
And the Setup.dll if compiled in eMbedded C++ will need
to be compiled for ARMV4 ...
Thanks
PocketPC 2003 only supports ARM processors. So if you
need to create a custom setup.dll all you will need in
your .ini file will be the following section:
....
[DefaultInstall.ARMV4]
CopyFiles=Files.ARMV4
CESetupDLL=Setup.dll
....
You will not need to include any of the other ones:
[DefaultInstall.SH3]
....
[DefaultInstall.MIPS]
....
[DefaultInstall.X86]
....
[DefaultInstall.WCE420X86]
....
And the Setup.dll if compiled in eMbedded C++ will need
to be compiled for ARMV4 ...
Thanks