I hadn't noticed this myself before but these files are indeed missing.
Although this does affect only a small number of devices (Some Pocket PC
2000 devices only). The class libraries within the SDF are not themselves
processor specific, but it is the custom setup dll within the cab file which
necessitates the multiple versions of the cab. You could try as Alex has
suggested the version located
C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\wce400\sh3
and the mips equivalent.
If these doesn't install on the device, another option would be to include
the dlls within your own cab file.
Peter
--
Peter Foot
Windows Embedded MVP
www.inthehand.com |
www.opennetcf.org
"a" <"russell(a)ryba.net"> wrote in message
news:(E-Mail Removed)...
> I'm building an installer to include the OpenNETCF cab files with my
> application. For wce300, ARM and ARMV4 I see OpenNetCF.SDF.ARM.CAB and
> OpenNetCF.SDF.ARMV4.CAB. I don't see any similar files in the
> ...\wce300\mips or ...\wce300\sh3 folders.
>
> Are these files missing, or does OpenNetCF not support MIPS and SH3
> processors?
>
> Thanks,
> - Russ