
-----------------------------------
HazySmoke)345
Wed Jul 04, 2007 3:32 pm

How to use Windows API in C/C++?
-----------------------------------
According to the compiler that I'm using (GCC 5), there is a header file called . The thing is, though,  doesn't have everything. Functions such as GetPixel() or SendInput() cannot be found in there. Is there actually a way to use all the WinAPI functions in C/C++?

-----------------------------------
Mazer
Wed Jul 04, 2007 7:27 pm

RE:How to use Windows API in C/C++?
-----------------------------------
Try Visual Studio Express Edition?

-----------------------------------
md
Mon Jul 09, 2007 10:59 pm

RE:How to use Windows API in C/C++?
-----------------------------------
Check out MSDN, windows.h just contains most of the generic stuff IIRC, for specific graphics APIs you need to include additional headers.

-----------------------------------
Asif Ahmad
Wed Mar 12, 2008 3:30 am

RE:How to use Windows API in C/C++?
-----------------------------------
how can attach a c++ file to a application
