Building VC++.Net CF application in commandline

N

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.
 
N

Nash

Managed C++ is not supported in the compact framework.

--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded communityhttp://community.OpenNETCF.com









- Show quoted text -

no i have created it using vc++->smart device project option
 
G

Guest

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



Managed C++ is not supported in the compact framework.

--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded communityhttp://community.OpenNETCF.com









- Show quoted text -

no i have created it using vc++->smart device project option
 

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

Top