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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top