How can I develop a small app with vs.net 2002 , and run it in other computers without install .net environment
If it can, how to do that
thanks very much.
June,
> How can I develop a small app with vs.net 2002 , and run it in other computers without install .net environment?
>
> If it can, how to do that?
Use unmanaged C++, then, using the Win32 API, ATL, etc. or whatever
unmanaged libraries and frameworks suit you.

Signature
Tomas Restrepo
tomasr@mvps.org
Does that mean ... - 12 May 2004 12:56 GMT
Does that mean I need to use VC++6.0 or BC or something else, but not VS.NET
Thanks verymuch
mccoyn - 12 May 2004 13:31 GMT
No, when you create the project just select the one of the unmanaged template in the new project dialog. For example, "Win32 Console Project" and "Win32 Project" will both setup the project as unmanaged
You can also change the project settings the remove the the /clr option from the compilier settings.
Steve Alpert - 12 May 2004 17:39 GMT
> Does that mean I need to use VC++6.0 or BC or something else, but not VS.NET?
>
> Thanks verymuch
Remember, it depends on what you installed when you installed .Net. If
you only had a learners kit, you might only have C# and NOT C++
/steveA

Signature
Steve Alpert
my email Fgrir_Nycreg@vqk.pbz is encrypted with ROT13 (www.rot13.org)
I got it, thanks a lot. - 13 May 2004 02:21 GMT