Porting application developed in VC++

  • Thread starter Thread starter Mkr
  • Start date Start date
M

Mkr

I also have a Graphical User application in VC++.
a)How am I going to port this application to target board.
b)I need to boot or start from this application on the target board.


Thanks


Mkr
 
Hi Mkr,
a)How am I going to port this application to target board.
If the application was written for Pro, 2K, etc... just make sure you have
the appropriate VC++ runtime components in your image. There is no porting
necessary.
b)I need to boot or start from this application on the target board.
If the application needs to be the shell application take a look at this:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxpembed/html/custshell.asp

HTH,
Brad
 
Back
Top