How to use Windows API in C/C++?
Author |
Message |
HazySmoke)345
![](http://i10.photobucket.com/albums/a121/HazySmoke/clubps2.jpg)
|
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++? |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Mazer
![](http://compsci.ca/v3/uploads/user_avatars/1323750815476d9f446d80c.png)
|
Posted: Wed Jul 04, 2007 7:27 pm Post subject: RE:How to use Windows API in C/C++? |
|
|
Try Visual Studio Express Edition? |
|
|
|
|
![](images/spacer.gif) |
md
![](http://compsci.ca/v3/uploads/user_avatars/1849317514ed6c4399768d.png)
|
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. |
|
|
|
|
![](images/spacer.gif) |
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 |
|
|
|
|
![](images/spacer.gif) |
|
|