I was trying to call GetPhysicalCusrorPos() compiling with g++ (mingw), and it turned out that I my sdk is outdated. So I went to download the last MinGW with latest w32api, but this function is still missing from the headers... So I started googling around about the following questions, only to get more and more lost :
_ When you want to work with the windows API but with MinGW, is w32api the good and only way to reach it ?
_ What is exactly the relationship between the Windows API, the windows SDK, w32api, MinGW and the w32api ???
_ Can the gnu tools (MinGW so gcc, g++ etc) do the same as VisualC/WinSDK (cl.exe) ???
Please don't suppose that I didn't search for answers, I surely did but all the different answers I found lost me more than they helped me. If someone could clarify all that would be very nice for all the lost beginners like me.
Thanks a lot !