PDA

Click to See Complete Forum and Search --> : Programming WindowsX


Oct 19th, 2000, 08:19 PM
Is programming windows x like win32?

parksie
Oct 20th, 2000, 12:26 PM
Er...WindowsX?

Never heard of that one! Enlightenment, anyone?

Silicon Valley
Oct 20th, 2000, 01:55 PM
Maybee they meant Windows 3.x.

Oct 20th, 2000, 02:38 PM
Its linux's gui, i think.

parksie
Oct 20th, 2000, 04:56 PM
Oh - X Windows?

It's not that similar to Win32, because X is a client/server system, as in: you can have an X server running windowing sessions on a powerful server box, with X clients using them (possibly more than one each) on a separate computer. This means that there's a lot in there that is completely different to Win32.

Sorry :(. (Although some of the functions may be recognisable in a slightly different form)