Determining Platform from WinCE DLL file
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'm supporting multiple platforms and want to make sure that the person who creates our CE installation package doesn't put a DLL for a MIPS device on an ARM device.....yeah I know I shouldn't have to do this, but I found that none of the correct files were on the device after a couple hours of trouble shooting. Ideally I could read part of the DLL from the device and determine which platform it is supposed to run on. Ideas?? Thanks, Paul