-
using new .NET 2003 Visual Studio IDE for C++ apps...
I am a C/C++ programer, getting started to learn C#. Got Visual Studio .NET 2003 recently. I was just trying to run a standalone C++ application, but i dont find any way to build my application. Is it required in this new development environment that everything has to be inlcluded in a project? i mean in visual studio 6.0, i was able to write and build standalone C++ applications without any need to include the same in any project.
Even in .NET 2003 Visual Studio IDE, if we go to file->new->file->visual C++, we can make a standalone C++ file, i made, but i dont find any way to compile and run or to build my application unlike visual studio 6.0. can anybody please help me to explain me how can i do that, is adding the C++ file in a project mandatory in .NET 2003 Visual Studio IDE???
-
Yes, I believe that all source files must be part of a project in order to compile them from within the Visual Studio .NET IDE. You can, however, compile standalone source files with the command line compiler (cl.exe).
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
Similar Threads
-
By Zahid Iqbal in forum dotnet.announcements
Replies: 0
Last Post: 05-20-2003, 07:06 AM
-
By Maria Jose Serres in forum dotnet.announcements
Replies: 0
Last Post: 02-19-2003, 02:54 PM
-
Replies: 5
Last Post: 01-25-2002, 09:33 AM
-
By AutomatedQA in forum vb.announcements
Replies: 0
Last Post: 11-19-2001, 05:08 PM
-
By Matthew Solnit in forum .NET
Replies: 5
Last Post: 03-15-2001, 01:22 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks