Re: What are the header files for doing win32 API programming in C?
|
Paras Zimmerman |
|
11/19/2008 10:30:57 PM |
Hello, Win32 SUCKS!!! yes, GTK, it works on Linux, BSD, Mac and Windows.. and here's good news: ONE SOURCE CODE!! Post Comments |
|
Re: What are the header files for doing win32 API programming in C?
|
Quincy Haverill |
|
11/19/2008 10:31:25 PM |
Issac, There's a good book called " Let's C " ; get it and it teaches you some stuff about Win32 programming with C ... Post Comments |
|
Re: What are the header files for doing win32 API programming in C?
|
Xzaviero Moretti |
|
11/19/2008 10:31:49 PM |
Hi Issac, Both the header files and libs are available free from microsoft, although I'm surprised that the borland compiler doesn't have that as well. In any case google 'windows sdk site:microsoft.com' for the download locations. Oh: many examples and sample code come with.
Try: http://msdn.microsoft.com/en-us/windowsv... Post Comments |
|