Building VC++.Net CF application in commandline
Building VC++.Net CF application in commandline
am 25.01.2008 12:25:08 von Nash
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
am 25.01.2008 15:06:17 von unknown
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" wrote in message
news:f4444e16-2194-4caa-a0ee-76cac0d01b60@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
am 28.01.2008 03:39:02 von Nash
On Jan 25, 7:06=A0pm, "" 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" wrote in message
>
> news:f4444e16-2194-4caa-a0ee-76cac0d01b60@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
am 28.01.2008 05:04:30 von unknown
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" wrote in message
news:c5f4ea48-8d13-42a3-9d28-c68367bb2e1f@s12g2000prg.google groups.com...
On Jan 25, 7:06 pm, "" 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" wrote in message
>
> news:f4444e16-2194-4caa-a0ee-76cac0d01b60@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