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

Unmanaged Visual C++ 2005 questions

The new Visual C++ 2005 is coming out in a theater near you. :-)
Just a few questions:

* How will the users that use my program upgrade to the .NET framework 2.0?
My current users already refuse to install the v1.x framework since they
clame it is too complicated.

* Can we still compile pure unmanaged C++ executables so that our users do
not need to install a .NET framework? With VC++ 2003 it could, but since
Microsoft is pushing to .NET (I love .NET) the resulting executable might
expect the .NET all the time from now on even when no managed extensions are
used.

Nov 17 '05 #1
6 1175
Hi Olaf!
The new Visual C++ 2005 is coming out in a theater near you. :-)
Nov 2005...
* How will the users that use my program upgrade to the .NET framework 2.0?
My current users already refuse to install the v1.x framework since they
clame it is too complicated.
You have the same problem for XP...
(maybe it will be integrated with SP3...)

But most systems have it already installed (most software has integrated
the dotNet.msm in their setup (like ATI-Video-Drivers...)

* Can we still compile pure unmanaged C++ executables so that our users do
not need to install a .NET framework? With VC++ 2003 it could, but since
Microsoft is pushing to .NET (I love .NET) the resulting executable might
expect the .NET all the time from now on even when no managed extensions are
used.


You can still develop unmanaged code.

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
Nov 17 '05 #2
> > The new Visual C++ 2005 is coming out in a theater near you. :-)

Nov 2005...
Around the 7th. :-)
* How will the users that use my program upgrade to the .NET framework 2.0? My current users already refuse to install the v1.x framework since they clame it is too complicated.


You have the same problem for XP...
(maybe it will be integrated with SP3...)

If I look at how happy people are to install SP2, then I doubt it that SP3
will be installed if I ship my program.
One of the people here managed to delay the SP2 install by 6 months. Untill
he went on holiday and I took over his machine (I am IT too). I still don't
understand all the fuzz he had of not installing it. I think it is some kind
of scare of the unknown.
But most systems have it already installed (most software has integrated
the dotNet.msm in their setup (like ATI-Video-Drivers...)
It is getting better, but most users we have simply refuse to install it and
it is not really a mass product we create (yet), so harder to push the .NET
framework installation as requirement. For 2 years I have been advocating
this .NET but I am only one and they are many. :-(

But it is good that ATI and VB programmers use .NET now, that means that
users somehow are forced by others to install it, so my installation will
become simpler in time. Hopefully in my lifetime. ;-)
You can still develop unmanaged code.

I was expecting this, but I could not find this on the information I have
seen.
So buying it will not get the people scared that I want to go all the way
for the .NET thing. :-)
Nov 17 '05 #3
Hi Olaf!
But most systems have it already installed (most software has integrated
the dotNet.msm in their setup (like ATI-Video-Drivers...)


It is getting better, but most users we have simply refuse to install it and
it is not really a mass product we create (yet), so harder to push the .NET
framework installation as requirement. For 2 years I have been advocating
this .NET but I am only one and they are many. :-(


ATI has *integrated* the dotNET-Framework in their setup. So the user
does *not* recognise that it will be installed :-)

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
Nov 17 '05 #4
Wil
"Olaf Baeyens" wrote:
* Can we still compile pure unmanaged C++ executables so that our users do
not need to install a .NET framework? With VC++ 2003 it could, but since
Microsoft is pushing to .NET (I love .NET) the resulting executable might
expect the .NET all the time from now on even when no managed extensions are
used.


Since MS support for VC++ 6.0 will soon lapse, VC++ 8.0 and all future
releases for many years to come had **better** support unmanaged code,
because there's a mighty lot of it out there that must still be maintained!!!
Also, MS is itself writing Longhorn in unmanaged C/C++, isn't it? It's my
understanding that Avalon, Indigo, etc., are not written in .NET.
Nov 17 '05 #5
Wil wrote:
"Olaf Baeyens" wrote:
* Can we still compile pure unmanaged C++ executables so that our
users do not need to install a .NET framework? With VC++ 2003 it
could, but since Microsoft is pushing to .NET (I love .NET) the
resulting executable might expect the .NET all the time from now on
even when no managed extensions are used.


Since MS support for VC++ 6.0 will soon lapse, VC++ 8.0 and all future
releases for many years to come had **better** support unmanaged code,
because there's a mighty lot of it out there that must still be
maintained!!! Also, MS is itself writing Longhorn in unmanaged C/C++,
isn't it? It's my understanding that Avalon, Indigo, etc., are not
written in .NET.


Avalon and Indigo are managed code. If not 100%, then nearly so. Many of
the new parts of Visual Studio 2005 (e.g. all of the Team System stuff) is
managed code.

The core OS is and always will be native C and C++.

But yes, native code development will be supported forever. Afterall, the
CLR itself is unmanaged code, and they'll always need tools to build that.

-cd
Nov 17 '05 #6
Wil
I suppose I misinterpreted Scoble's remarks in
http://channel9.msdn.com/ShowPost.aspx?PostID=72074
The parts of Avalon that Longhorn relies on are not managed, as far as I know.


Maybe I was assuming that Longhorn "relies on" more of Avalon than it
actually does, since (originally) Avalon, Indigo, and WinFS were declared the
"Three Pillars of Longhorn". Now, apparently, it's less of a "pillar" than
an attached ornament? So how much of Avalon is written in C/C++, and how
much is written in C#? Anyway, the part of Avalon that Longhorn **does**
rely on is unmanaged, it seems. And of course, as you say the code base of
Longhorn is itself unmanaged, since it's built starting with Windows 2003.
It will be a long time, if ever, before Windows is unmanaged code, I'm sure
we all agree. If that made sense, then Solaris would be written in Java.

Wil

Nov 17 '05 #7

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

Similar topics

2
by: | last post by:
Everything seems to be moving to .NET and VC++ seems to be adding a lot of managed code support every new release. The questions: is unmanaged code in VC++ beeing phased out in favour of managed...
1
by: Eric Sassaman [MS] | last post by:
Online Chat: Visual C++ 2005 Beta Join the Visual C++ team to discuss your questions and comments on the Beta release of Visual C++ 2005. Whether you are a first-time user of the Visual C++...
3
by: JoeProgrammer | last post by:
A couple of questions re. managed vs. unmanaged code. 1. I know this depends on the app, but how much faster is unmanaged code vs. managed code? Is there an average figure for this? 2. Is it as...
18
by: surfrat_ | last post by:
Hi, I am having the following problems in getting Microsoft Visual Studio 2005 Professional to link to an Access .mdb database. Please help me to sort this out. Problem 1: The Microsoft...
5
by: Tremendo | last post by:
Hi, I created a DLL using managed C# and this DLL needs to be consumed by two applications: - One is written in managed C#, and will run on a PC that does have the .NET framework installed (no...
0
by: micho3 | last post by:
Here is my problem! I'm trying to use a Unmanaged dll (Use of MFC) into a C# project. But I know I have to wrap it before I can use it! So I've tried to wrap it without any success ! I'm new in this...
6
by: Volodia | last post by:
Hi, I have a problem to find information how to add unmanaged dll build in VC++ 2005 to the asp.net web site What I have tried: 1. use DllImport("MyDll.dll") to declare function in...
4
by: Goran Djuranovic | last post by:
Hi all, I am experiencing a strange thing happening with a "designer.vb" page. Controls I manually declare in this page are automatically deleted after I drop another control on a ".aspx" page. -...
0
by: =?Utf-8?B?UGFy?= | last post by:
Hi I have a question on how to import unmanaged DLLs into Visual Studio 2005, C# environment. The background is that an instrument we bought is controlled through a couple of DLL files. I...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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,...

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.