I am developing windows CE 6.0 for VIA board. I have a MFC application as exe file. I want to include my application in the NK.bin image. how to do this?
Asked
Active
Viewed 1,622 times
1 Answers
2
Add your application to one of the BIB files (e.g. PROJECT.BIB or PLATFORM.BIB).
Probably as simple as adding this (though if you have dependencies, you'll need them too):
FILES
MyApp.exe {dev pc path to your compiled app}\MyApp.exe NK S

ctacke
- 66,480
- 18
- 94
- 155
-
Thank you. one more thing, if i want to add my application to control panel,what i have to do? – Eshwartamil Apr 03 '12 at 04:38
-
1@Eshwartamil you should post that as a new question. – yms Apr 03 '12 at 13:47
-
Agreed. That's a completely separate, and much more complicated question. – ctacke Apr 03 '12 at 17:29