Porting application developed in VC++



Mkr
07-09-2005, 09:28 PM
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

Brad Combs
07-09-2005, 09:28 PM
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




"Mkr" <rmammulli@yahoo.com> wrote in message
news:1120594970.975152.247690@f14g2000cwb.googlegroups.com...
>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
>


Porting application developed in VC++