Page 1 of 1
Download Windows Source Code
Posted: Wed Mar 07, 2007 12:13 pm
by Jim
Do you want the source code for the Win32 API??? it is now available!!!:lol:
Were??? How it can be?
The Answer is: The Wine Project, the Wine Project wrote Dll's to replace all the Windows API dll's like NTDLL, Kernel32, GDI32 etc. so you can run windows programs on any other Operating System, So I was thinking on Idea to write your own kernel, but for the User Interface, and the API to use the Win32 API. And I would gain 3 things (1) Every Win32 program would run on your OS, (2) You would now the Win32 API internals better (3) this is a very good thing for someone how is more Familiar of the Win32 API from the Linux API.
What do you think about this idea? I would be happy to here.
for any more reference see
http://www.winehq.com
Posted: Wed Mar 07, 2007 1:25 pm
by paul
Posted: Wed Mar 07, 2007 3:51 pm
by M-Saunders
You can also download the Windows source code from here:
http://127.0.0.1
I've downloaded quite a few things on there, although I'm not sure why that server has some of my old emails
M
Posted: Wed Mar 07, 2007 7:11 pm
by AndrewAPrice
This is the dumbest thread this week...
Posted: Wed Mar 07, 2007 7:26 pm
by Brynet-Inc
MessiahAndrw wrote:This is the dumbest thread this week...
I agree.. Everyone knows about Wine and ReactOS..
This topic is rather pointless keller...
The title was also poorly chosen..
1) Stop using so many dang emotions already..
2) Stop going over board on the question marks..
Posted: Thu Mar 08, 2007 2:50 am
by Jim
Hi
For some readers Wine is a new thing, like for me that I only use MS Windows. So I'm sure it would have some others that didn't hear about it. Also some discussion on the GUI subsystem is a good idea, because any OS developer would want his OS to have a GUI some day.
Posted: Thu Mar 08, 2007 3:00 am
by ~
That's something everyone desires, but those source codes are always the hardest to follow and read because one doesn't know why everything is programmed the way it is and there's where one gets lost.
Posted: Thu Mar 08, 2007 3:09 am
by Jim
Hi
Wine source is very clear to follow, you only have to be familiar with the Win32 API.