How to use Windows API in C/C++?
Author |
Message |
HazySmoke)345
|
Posted: Wed Jul 04, 2007 3:32 pm Post subject: How to use Windows API in C/C++? |
|
|
According to the compiler that I'm using (GCC 5), there is a header file called <windows.h>. The thing is, though, <windows.h> 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++? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Mazer
|
Posted: Wed Jul 04, 2007 7:27 pm Post subject: RE:How to use Windows API in C/C++? |
|
|
Try Visual Studio Express Edition? |
|
|
|
|
|
md
|
Posted: Mon Jul 09, 2007 10:59 pm Post subject: 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
|
Posted: Wed Mar 12, 2008 3:30 am Post subject: RE:How to use Windows API in C/C++? |
|
|
how can attach a c++ file to a application |
|
|
|
|
|
|
|