473,396 Members | 1,734 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

V.studio

I have just bought the program "Microsoft Visual Studio 2005" standard
edition. I installed it in my computer, with no additional work. I tried to
build a program by using
..NET Framework. But When I tried to make "New Project (using C++ ) , Idid
not find the" .NET ".
I think I have to make additional installing to this item.
Please can any body guide me?, noting that the book came with this program
is not helpful at all.
Thank you all.
===================================
Oct 19 '06 #1
8 1248

"HELLO $$$" <fa***@alphalink.com.auwrote in message
news:45********@news.chariot.net.au...
>I have just bought the program "Microsoft Visual Studio 2005" standard
edition. I installed it in my computer, with no additional work. I tried to
build a program by using
.NET Framework. But When I tried to make "New Project (using C++ ) , Idid
not find the" .NET ".
I think I have to make additional installing to this item.
Please can any body guide me?, noting that the book came with this program
is not helpful at all.
Thank you all.
===================================
There are several templates for C++ that provide .NET Framework support.

Windows Forms Application
Windows Forms Control Library
CLR Console Application
CLR Empty Project

to name a few.

The .NET Framework was installed with your Visual Studio, so no additional
installation is necessary. You can find more information and tutorials at:

http://msdn2.microsoft.com/en-us/library/e6w9eycd.aspx

http://msdn2.microsoft.com/en-us/library/1370z17c.aspx

http://msdn2.microsoft.com/en-us/visualc/aa431848.aspx
Oct 19 '06 #2
Hi pvdg
Thank you very much for your help about V. studio.NET Framework.
I beg your pardon another help question if you want to help. This is:
When I make a code & build also compiled well, with good output. How can I
copy this program say on differet disk to be away from the mother program to
be operated on by any user away from original or mother program??
Thank you.
+++++++++++++++++++++++++++++++++++++++
----- Original Message -----
From: "pvdg42" <pv****@newsgroups.nospam>
Newsgroups: microsoft.public.dotnet.general
Sent: Friday, October 20, 2006 12:46 AM
Subject: Re: V.studio

>
"HELLO $$$" <fa***@alphalink.com.auwrote in message
news:45********@news.chariot.net.au...
>>I have just bought the program "Microsoft Visual Studio 2005" standard
edition. I installed it in my computer, with no additional work. I tried
to build a program by using
.NET Framework. But When I tried to make "New Project (using C++ ) , Idid
not find the" .NET ".
I think I have to make additional installing to this item.
Please can any body guide me?, noting that the book came with this
program is not helpful at all.
Thank you all.
===================================
There are several templates for C++ that provide .NET Framework support.

Windows Forms Application
Windows Forms Control Library
CLR Console Application
CLR Empty Project

to name a few.

The .NET Framework was installed with your Visual Studio, so no additional
installation is necessary. You can find more information and tutorials at:

http://msdn2.microsoft.com/en-us/library/e6w9eycd.aspx

http://msdn2.microsoft.com/en-us/library/1370z17c.aspx

http://msdn2.microsoft.com/en-us/visualc/aa431848.aspx

"pvdg42" <pv****@newsgroups.nospamwrote in message
news:O7**************@TK2MSFTNGP02.phx.gbl...
>
"HELLO $$$" <fa***@alphalink.com.auwrote in message
news:45********@news.chariot.net.au...
>>I have just bought the program "Microsoft Visual Studio 2005" standard
edition. I installed it in my computer, with no additional work. I tried
to build a program by using
.NET Framework. But When I tried to make "New Project (using C++ ) , Idid
not find the" .NET ".
I think I have to make additional installing to this item.
Please can any body guide me?, noting that the book came with this
program is not helpful at all.
Thank you all.
===================================
There are several templates for C++ that provide .NET Framework support.

Windows Forms Application
Windows Forms Control Library
CLR Console Application
CLR Empty Project

to name a few.

The .NET Framework was installed with your Visual Studio, so no additional
installation is necessary. You can find more information and tutorials at:

http://msdn2.microsoft.com/en-us/library/e6w9eycd.aspx

http://msdn2.microsoft.com/en-us/library/1370z17c.aspx

http://msdn2.microsoft.com/en-us/visualc/aa431848.aspx


Oct 20 '06 #3

"HELLO $$$" <fa***@alphalink.com.auwrote in message
news:45********@news.chariot.net.au...
Hi pvdg
Thank you very much for your help about V. studio.NET Framework.
I beg your pardon another help question if you want to help. This is:
When I make a code & build also compiled well, with good output. How can I
copy this program say on differet disk to be away from the mother program
to
be operated on by any user away from original or mother program??
Thank you.
..NET programs can only run on computers which have the .NET Framework
installed.
Check out Other Project Types->Setup and Deployment.

Go to msdn.microsoft.com and search for information on:

"Xcopy deployment" and "Setup and Deployment"

You should find some useful articles.
Oct 20 '06 #4
Actually it's bad news about .NET Framework.
But, What's about a program not designed via .NET Framework, say like any
"consol template"?
Can I operate it away from mother program?
Thank you.
++++++++++++++++++++++++++++++++++++++
"pvdg42" <pv****@newsgroups.nospamwrote in message
news:uE**************@TK2MSFTNGP03.phx.gbl...
>
"HELLO $$$" <fa***@alphalink.com.auwrote in message
news:45********@news.chariot.net.au...
>Hi pvdg
Thank you very much for your help about V. studio.NET Framework.
I beg your pardon another help question if you want to help. This is:
When I make a code & build also compiled well, with good output. How can
I
copy this program say on differet disk to be away from the mother program
to
be operated on by any user away from original or mother program??
Thank you.

.NET programs can only run on computers which have the .NET Framework
installed.
Check out Other Project Types->Setup and Deployment.

Go to msdn.microsoft.com and search for information on:

"Xcopy deployment" and "Setup and Deployment"

You should find some useful articles.

Oct 20 '06 #5

"HELLO $$$" <fa***@alphalink.com.auwrote in message
news:45********@news.chariot.net.au...
Actually it's bad news about .NET Framework.
But, What's about a program not designed via .NET Framework, say like any
"consol template"?
Can I operate it away from mother program?
Thank you.
First, I don't understand your concern about the .NET Framework. Have you
ever tried to run a Java application on a computer without the JRE/JVM
installed? It cannot be done. So, why the objection to .NET????

You can use various C++ templates to create applications that are
independent of the .NET Framework. A couple of examples are : Win 32
Project, MFC Application, Win 32 Console Application, MFC DLL, etc.

I'd suggest you use the search facility at msdn.microsoft.com to learn more
about these and other templates available in Visual Studio.
Oct 21 '06 #6
I am working on C++ only as a beginner. I bought a book its title "Visual
C++.NET" step by step as a beginner. The author supposed that the reader has
..NET Framework installed in his computer. As I have visual studio, so I
don't find exactly what the book wrote?!
As example when I try to create a new project he shows me the template as an
example "console.net", this latter not found on my program.
===================================
"pvdg42" <pv****@newsgroups.nospamwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>
"HELLO $$$" <fa***@alphalink.com.auwrote in message
news:45********@news.chariot.net.au...
>Actually it's bad news about .NET Framework.
But, What's about a program not designed via .NET Framework, say like any
"consol template"?
Can I operate it away from mother program?
Thank you.

First, I don't understand your concern about the .NET Framework. Have you
ever tried to run a Java application on a computer without the JRE/JVM
installed? It cannot be done. So, why the objection to .NET????

You can use various C++ templates to create applications that are
independent of the .NET Framework. A couple of examples are : Win 32
Project, MFC Application, Win 32 Console Application, MFC DLL, etc.

I'd suggest you use the search facility at msdn.microsoft.com to learn
more about these and other templates available in Visual Studio.

Oct 21 '06 #7

"HELLO $$$" <fa***@alphalink.com.auwrote in message
news:45********@news.chariot.net.au...
>I am working on C++ only as a beginner. I bought a book its title "Visual
C++.NET" step by step as a beginner. The author supposed that the reader
has .NET Framework installed in his computer. As I have visual studio, so I
don't find exactly what the book wrote?!
As example when I try to create a new project he shows me the template as
an example "console.net", this latter not found on my program.
===================================
Your problem is that the book is written against a different version of
Visual Studio form the one you have.

What version of Visual Studio does the book target? If the cover backbone
has "Version 2003", it's for Visual Studio .NET 2003. If "Version 2003" is
not present, it's for the original Visual Studio .NET (2002). In either
case, significant changes were made to Visual Studio in the 2005 version,
and you cannot expect to find what the book shows.

In Visual Studio .NET 2003, there is a template "Console Application .NET".
The equivalent in Visual Studio 2005 is "CLR Console Application". However,
that is *not* where the dissimilarities end. The extensions to C++ for .NET
2.0, C++/CLI (Visual Studio 2005) are completely different from those used
in earlier versions, so the book's code examples will do you no good.

And, one more time, the .NET Framework (v2.0) *IS* installed on your
computer. It was installed as part of the Visual Studio 2005 installation.

You'll need to find a book and/or tutorials that target Visual Studio 2005
and .NET 2.0

Here is a book that targets VS 2005/.NET v2.0:

http://www.wrox.com/WileyCDA/WroxTit...764571974.html
Oct 22 '06 #8
You're right, it's version 2003.
I display this problem in detail under the subject "Difficult code ". You
can read it . You may also find an important good solution, because I have a
lot of codes in this book, and I nearly stopped from this mess.
Thank you again for help.
=================================
"pvdg42" <pv****@newsgroups.nospamwrote in message
news:e3**************@TK2MSFTNGP04.phx.gbl...
>
"HELLO $$$" <fa***@alphalink.com.auwrote in message
news:45********@news.chariot.net.au...
>>I am working on C++ only as a beginner. I bought a book its title "Visual
C++.NET" step by step as a beginner. The author supposed that the reader
has .NET Framework installed in his computer. As I have visual studio, so
I don't find exactly what the book wrote?!
As example when I try to create a new project he shows me the template as
an example "console.net", this latter not found on my program.
===================================
Your problem is that the book is written against a different version of
Visual Studio form the one you have.

What version of Visual Studio does the book target? If the cover backbone
has "Version 2003", it's for Visual Studio .NET 2003. If "Version 2003" is
not present, it's for the original Visual Studio .NET (2002). In either
case, significant changes were made to Visual Studio in the 2005 version,
and you cannot expect to find what the book shows.

In Visual Studio .NET 2003, there is a template "Console Application
.NET". The equivalent in Visual Studio 2005 is "CLR Console Application".
However, that is *not* where the dissimilarities end. The extensions to
C++ for .NET 2.0, C++/CLI (Visual Studio 2005) are completely different
from those used in earlier versions, so the book's code examples will do
you no good.

And, one more time, the .NET Framework (v2.0) *IS* installed on your
computer. It was installed as part of the Visual Studio 2005 installation.

You'll need to find a book and/or tutorials that target Visual Studio 2005
and .NET 2.0

Here is a book that targets VS 2005/.NET v2.0:

http://www.wrox.com/WileyCDA/WroxTit...764571974.html


Oct 23 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
0
by: Stylus Studio | last post by:
Stylus Studio 6 XML Enterprise Edition Now Integrates with TigerLogic XDMS XQuery and Native XML Database Bedford, MA, -- Stylus Studio ( http://www.stylusstudio.com ), the industry-leading...
0
by: Stylus Studio | last post by:
World's Most Advanced XML Schema Editor Adds Support for IBM AlphaWorks XML Schema Quality Checker to Improve XML Schema Style and Quality BEDFORD, MA -- 09/13/2005 -- Stylus Studio...
1
by: gerr | last post by:
Visual studio 2003 "HTTP/1.1 500 Internal Server Error" when trying to create a new Asp.net site with Visual Studio 2003 on localServer XP Pro/IIS 5.1. Everything worked fine prior to installing...
1
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
0
by: marathoner | last post by:
I am currently migrating my Visual C++ 6.0 applications to Visual Studio 2005. I am getting compiler errors involving the VS2005's platform SDK. When I removed directory references to that SDK,...
2
by: Cramer | last post by:
So, what is the relationship between Visual Studio and Visual Web Developer. I find a lot of documentation on MSDN that presents Visual Web Developer as it's own stand-alone product (which I'd...
0
jwwicks
by: jwwicks | last post by:
Introduction This tutorial describes how to use Visual Studio to create a new C++ program, compile/run a program, resume work on an existing program and debug a program. It is aimed at the...
3
by: Johnson | last post by:
I'm not sure if this is an IIS 5.1 issue or ASP.NET issue, or Visual Studio 2008 issue -- thus posting to 3 groups. Please don't be offended. The problem I'm encountering is that Visual Studio...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.