Computer Science Canada How to use Windows API in C/C++? |
Author: | HazySmoke)345 [ 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++? |
Author: | Mazer [ Wed Jul 04, 2007 7:27 pm ] |
Post subject: | RE:How to use Windows API in C/C++? |
Try Visual Studio Express Edition? |
Author: | md [ 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. |
Author: | Asif Ahmad [ 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 |