473,322 Members | 1,523 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,322 software developers and data experts.

Is .NET installed when using C++ as a language using VS.NET2003?

When a C# apps is deployed, the PC running it needs to have the .NET
Framework installed, true? Now my real question, if i use VS .NET 2003
or 2005 to create a C++ application, does the PC running the resulting
app need .NET framework installed?
thanks,
BRAMOIN

*** Sent via Developersdex http://www.developersdex.com ***
Nov 18 '05 #1
3 980
Hi,

Meya-awe wrote:
Now my real question, if i use VS .NET
2003 or 2005 to create a C++ application, does
the PC running the resulting app need .NET
framework installed?


That depends on the type of C++ project you choose -- C++ .NET projects will
require .NET framework, while Win32, MFC or ATL projects will not.

Of course, the functionality of .NET framework won't be available in the
other project types either, and if you are used to developing with .NET, you
will find things to be very different.

--
Chris Priede
Nov 18 '05 #2
What if i want to create a DLL which will not require .NET framework
installed (with no .NET dependencies), Which project type do i select
for a DLL?
thanks,
BRAMOIN

*** Sent via Developersdex http://www.developersdex.com ***
Nov 18 '05 #3
Meya-awe wrote:
What if i want to create a DLL which will not require .NET framework
installed (with no .NET dependencies), Which project type do i select
for a DLL?


For a DLL without .NET or other framework dependencies, try Win32 Project
and change its type to DLL in the second step (Application Settings).

--
Chris Priede
Nov 18 '05 #4

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

Similar topics

2
by: maddog | last post by:
My works are done in vs.net. I wanna take a look at vs.net2003. any suggestion are welcome. thanks. -- maddog
1
by: Dev | last post by:
Dear Friends, I have created VC++.NET dll by VS.NET2003.Is it possible to use this dll(vs.net2003) into C# version (Vs.net2002)? Is there backward compatibility? If so ..How do to this?..If...
1
by: znmaster | last post by:
I've downloaded WTL7.0 from http://msdn.microsoft.com, and installed it according to the instructions. But I can't see the WTL Appwizard in VC++.net. I use Windows2000. Can WTL7.0 only be used...
0
by: Bill Sun | last post by:
Hi, When I want to using the ADO examples:ADOXCreateDatabaseX.cpp applied by MSDN 2003 on the VC.net2003. the compile always told me errors, like: c:\project\console\console\console.cpp(22):...
22
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to...
1
by: David Alloza | last post by:
Hello, I have exactly the same problem as this guy, but in the case of a ( final ) commercial version of .NET2005. ...
0
by: Julian | last post by:
I upgraded this program from VC6 to .NET2003 a few months back. I had to change some of the source code, but I was finally able to get it to compile and link properly. I just tried to upgrade...
7
by: TS | last post by:
I get this message in the window "cannot assign 'null' into 'xxxxx'". this is an object and hence a reference type. Sometimes this isn't permitted...why? thanks
5
by: Benzi Eilon | last post by:
I have written a C# application which should run as a Windows Service. I must avoid having multiple instances of the application on one machine so I inserted the following code at the beginning of...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.