Building VC++.Net CF application in commandline
Dear All,
I have an application writtern on VC++.net my question is how to
compile that application in command line.
I tried to compile it using msbuild <.vcproj> /configuration =
Release
it is compiling but my problem is how should i specify which sdk it
should use. Either pocketpc 2003 or smartphone 2003 or is there any
other way apart from msbuild i should use.
Thanks in advance.
Re: Building VC++.Net CF application in commandline
Managed C++ is not supported in the compact framework.
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
"Nash" <jeevs007 [at] gmail.com> wrote in message
news:f4444e16-2194-4caa-a0ee-76cac0d01b60 [at] q77g2000hsh.google groups.com...
> Dear All,
> I have an application writtern on VC++.net my question is how to
> compile that application in command line.
>
> I tried to compile it using msbuild <.vcproj> /configuration =
> Release
>
> it is compiling but my problem is how should i specify which sdk it
> should use. Either pocketpc 2003 or smartphone 2003 or is there any
> other way apart from msbuild i should use.
>
> Thanks in advance.
Re: Building VC++.Net CF application in commandline
On Jan 25, 7:06=A0pm, "<ctacke/>" <ctacke[at]opennetcf[dot]com> wrote:
> Managed C++ is not supported in the compact framework.
>
> --
>
> Chris Tacke, Embedded MVP
> OpenNETCF Consulting
> Giving back to the embedded communityhttp://community.OpenNETCF.com
>
> "Nash" <jeevs... [at] gmail.com> wrote in message
>
> news:f4444e16-2194-4caa-a0ee-76cac0d01b60 [at] q77g2000hsh.google groups.com...
>
>
>
> > Dear All,
> > I have an application writtern on VC++.net my question is how to
> > compile that application in command line.
>
> > I tried to compile it using msbuild <.vcproj> /configuration =3D
> > Release
>
> > it is compiling but my problem is how should i specify which sdk it
> > should use. Either pocketpc 2003 or smartphone 2003 or is there any
> > other way apart from msbuild i should use.
>
> > Thanks in advance.- Hide quoted text -
>
> - Show quoted text -
no i have created it using vc++->smart device project option
Re: Building VC++.Net CF application in commandline
Then simply use MSBUILD to run your project or solution file from the
command line.
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
"Nash" <jeevs007 [at] gmail.com> wrote in message
news:c5f4ea48-8d13-42a3-9d28-c68367bb2e1f [at] s12g2000prg.google groups.com...
On Jan 25, 7:06 pm, "<ctacke/>" <ctacke[at]opennetcf[dot]com> wrote:
> Managed C++ is not supported in the compact framework.
>
> --
>
> Chris Tacke, Embedded MVP
> OpenNETCF Consulting
> Giving back to the embedded communityhttp://community.OpenNETCF.com
>
> "Nash" <jeevs... [at] gmail.com> wrote in message
>
> news:f4444e16-2194-4caa-a0ee-76cac0d01b60 [at] q77g2000hsh.google groups.com...
>
>
>
> > Dear All,
> > I have an application writtern on VC++.net my question is how to
> > compile that application in command line.
>
> > I tried to compile it using msbuild <.vcproj> /configuration =
> > Release
>
> > it is compiling but my problem is how should i specify which sdk it
> > should use. Either pocketpc 2003 or smartphone 2003 or is there any
> > other way apart from msbuild i should use.
>
> > Thanks in advance.- Hide quoted text -
>
> - Show quoted text -
no i have created it using vc++->smart device project option