Win32 Dead?
Site Bugs / Suggestions
2
Posts
2
Posters
8
Views
1
Watching
-
IS Win32 really dead? I mean just a few days ago I was still using Win32 for some 2D DirectX game code. Am I a tyrannosauras? :confused:
All Windows based programs eventually use the Win32 API, is closest you'll get to the operating system. MFC wraps Win32 API and makes Windows based programming a little easier. VB on the other hand goes thru many layers before finally consuming the Win32 API.