Installing CF v2.0 app into CE 5.0 OS

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to add a CF v2.0 Windows app into my CE 5.0 image but the
platform builder won't build quitting on the error "Error: only 4k page
alignments supported at this time, found in module iNXGShell.exe" which is my
app.

Can someone provide an explaintion?
 
You can't built it into the MODULES section of a BIB file. You have to put
it in the FILES section. It's not a 'real' EXE in the sense that it can be
executed in-place...

Paul T.
 
Back
Top