473,785 Members | 2,335 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What happends to Win32 in next Windows version?

Does Microsoft remove Win32 from Windows in next Windows release?
Does .NET cover low lovel API too?
Jan 3 '06 #1
8 1356
Comics,

I assume you are referring to WinFX. No, it will not _replace_ Win32.
I believe that its intent is to implement and expand the existing
functionality in Win32. In some cases, WinFX will probably be a
managed wrapper around Win32 functionality, in other cases, I assume
that it will call directly into the kernel, and in other cases the
functionality may reside in pure managed code. WinFX is simply the
"new way" to do things, but Win32 will still be there.

Regards,
Colin
http://www.colinneller.com/blog

Jan 3 '06 #2
..NET is there to 'abstract away' Win32. It allows MS to change underlying
technologies as they require whilst not impacting the application that
relies on its functionality.
"Comics" <pi*****@viewer .if> wrote in message
news:dp******** **@nyytiset.pp. htv.fi...
Does Microsoft remove Win32 from Windows in next Windows release?
Does .NET cover low lovel API too?

Jan 3 '06 #3
The understanding that I took away from PDC05 in LA is that WinFX (aka
Avalon) is in fact a replacement for GDI and GDI+, and is a move away
from bitmapped graphics alone to vector graphics *and* bitmapped
graphics as equally valid ways of rendering things in Windows.

I thought that the opposite was true: that either WinFX and GDI / GDI+
would coexist side-by-side, or that GDI / GDI+ would be re-implemented
as a wrapper around WinFX / Avalon.

Either way, Win32 graphics isn't "going away". Everything that worked
before will still work in the world of Vista.

Of course, I could be completely off base here....

Jan 3 '06 #4
Bruce,

Your understanding of WinFX is a little too narrow. WinFX includes the
entire platform API (I/O - WinFS, networking - WCF, etc.), not just
graphics - Avalon/WPF.

I agree, "Win32 graphics isn't 'going away'", but neither is the rest
of the Win32 API. Also true, in order to fully leverage Vista
technologies (WPF/Avalon, WCF, WinFS, etc.), you will need to use
WinFX.

Regards,
Colin
http://www.colinneller.com/blog

Jan 3 '06 #5
Bruce Wood <br*******@cana da.com> wrote:
The understanding that I took away from PDC05 in LA is that WinFX (aka
Avalon) is in fact a replacement for GDI and GDI+, and is a move away
from bitmapped graphics alone to vector graphics *and* bitmapped
graphics as equally valid ways of rendering things in Windows.


Hang on a sec - WinFX is more than just Avalon (whose new name is WPF -
Windows Presentation Foundation). The other two "pillars" are WWF
(Windows Workflow Foundation) and WCF (Windows Communication
Foundation, aka Indigo).

Those are the main parts of WinFX, but I'd expect there to be more as
well...

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Jan 3 '06 #6
Point taken.

I wish they'd just stuck with Vista, Avalon, Indigo, etc. I'm getting
my W's confused. :-)

Nonetheless, the idea that I took away is that this stuff isn't just
going to be a "wrapper" around Win32. More the other way around, I
thought.

Jan 3 '06 #7
> I wish they'd just stuck with Vista, Avalon, Indigo, etc. I'm getting
my W's confused. :-)
I'm with you on that one. To quote Chris Anderson, "yes, 'WPF' is
pronounced 'Avalon'... the WPF is silent".
Nonetheless, the idea that I took away is that this stuff isn't just
going to be a "wrapper" around Win32. More the other way around, I
thought.


Agreed.

---
Colin Neller
http://www.colinneller.com/blog

Jan 3 '06 #8

"Comics" <pi*****@viewer .if> wrote in message
news:dp******** **@nyytiset.pp. htv.fi...
Does Microsoft remove Win32 from Windows in next Windows release?
Does .NET cover low lovel API too?


Not at all, the current Beta adds ~4500 new native Win32 API's to the set
already available in XP SP2.
That means that all 'legacy' Win32 applications will run on Vista, only
thing that is removed is support for 16 bit apps (but these are not Win32
anyway).
The .NET framework is now installed with vista and is no longer an option,
but it's still an higher level managed code API sitting in top of the core
Win32 API's and other Win32's system services.
WinFX contains a set of new technologies targeting the .NET framework,
however, WinFX doesn't specifically target Vista it will also be made
available (the beta is available by now) for XP and W2K3.

Willy.


Jan 3 '06 #9

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

Similar topics

9
2680
by: Martin Maney | last post by:
In my copious spare time I've been dabbling at getting a computerized version of a board game working. After deciding that tk just made me want to vomit, and wx was like swimming through concrete slurry, and others I have mercifully forgotten about, I stumbled across pygame. (maybe not for the first time; I think I set it aside earlier because it was described as being aimed at a different sort of game, and besides, I had hoped wx might...
1
2197
by: Brian Beck | last post by:
As far as I can tell, both maintainers of the Windows builds of Python-LDAP haven't updated in about a year. This doesn't exactly make the builds ancient or obsolete, but it would be nice to start fresh with the latest version. I've tried without success in building it myself. The hardest part is simply that Python-LDAP is dependent on at LEAST two other projects -- OpenLDAP and Cyrus SASL. This increases the difficulty three-fold. ...
2
4995
by: RL | last post by:
Hello Perl gurus, 1. I have a web page where I can push a button (dospawn.html). 2. This button calls a CGI script (spawnboss.cgi) 3. spawnboss.cgi calls a forking perl script (forkme.pl) 4. forkme.pl calls the process creation script (createme.pl) 5. createme.pl creates my notepad.exe process, but no window shows up on my PC. The result on my web browser is:
44
4285
by: lester | last post by:
a pre-beginner's question: what is the pros and cons of .net, compared to ++ I am wondering what can I get if I continue to learn C# after I have learned C --> C++ --> C# ?? I think there must be many know the answer here. thanks
140
7913
by: Oliver Brausch | last post by:
Hello, have you ever heard about this MS-visual c compiler bug? look at the small prog: static int x=0; int bit32() { return ++x; }
5
2361
by: Dan | last post by:
Okay...one last question. I've pretty much spent the weekend reading up on .Net, Soap, web services and enough three letter acronyms to feed the world alphabet soup. Is it a fair and mostly true statement to say that when programming Visual C++ using .Net, the .Net stuff basically replaces the Win32 API? I know you can still make a call back to win32 if need be, but the general idea I gather is that .Net is the new "platform" to sit...
3
1964
by: fong01 | last post by:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it Server stack trace: at System.Net.Sockets.Socket.Connect(EndPoint remoteEP) at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket() at...
14
12198
by: rohitpatel9999 | last post by:
Hi While developing any software, developer need to think about it's possible enhancement for international usage and considering UNICODE. I have read many nice articles/items in advanced C++ books (Effective C++, More Effective C++, Exceptional C++, More Exceptional C++, C++ FAQs, Addison Wesley 2nd Edition) Authors of these books have not considered UNICODE. So many of their
37
9058
by: Michael Palmer | last post by:
As anyone knows, the state of Python GUI programming is a little fractured at this time, with many toolkits, wrappers and meta-wrappers dead and alive, with or without documentation. I've come across two projects that have the appeal of striving for simple, pythonic APIs: PyGUI and wax. The latter is a wrapper around wxPython. It is lacking documentation but actually quite usable and concise. The other, PyGUI, has an even nicer API and...
0
9647
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9489
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10100
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9959
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8988
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7509
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6744
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5396
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5528
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.