سؤال

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?

هل كانت مفيدة؟

المحلول

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
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top