I am getting the following compiler message when attempting to use AlphaBlend: undefined reference to `__imp_AlphaBlend' The MSDN lists the requirements for AlphaBlend: Requirements: Minimum supported client Windows 2000 Professional [desktop apps only] Minimum supported server Windows 2000 Server [desktop apps only] Header WinGdi.h (include Windows.h) Library Msimg32.lib DLL Msimg32.dll I am using Dev-C++ Version 5.1 TDM-GCC 4.9.9.2 Build Time March 20, 2015 11:59 Language Standard: GNU C++11 I...
I am getting the follow compiler message when attempting to use AlphaBlend: undefined reference to `__imp_AlphaBlend' The MSDN lists the following requirements for AlphaBlend: Requirements: Minimum supported client Windows 2000 Professional [desktop apps only] Minimum supported server Windows 2000 Server [desktop apps only] Header WinGdi.h (include Windows.h) Library Msimg32.lib DLL Msimg32.dll I am using Dev-C++ Version 5.1 TDM-GCC 4.9.9.2 Build Time March 20, 2015 11:59 Language Standard: GNU...
The MSDN lists the following requirements for AlphaBlend: Requirements: Minimum supported client Windows 2000 Professional [desktop apps only] Minimum supported server Windows 2000 Server [desktop apps only] Header WinGdi.h (include Windows.h) Library Msimg32.lib DLL Msimg32.dll I am using Dev-C++ Version 5.1 TDM-GCC 4.9.9.2 Build Time March 20, 2015 11:59 Language Standard: GNU C++11 I assume the required library file is libmsimg32.a. The searched libraries in order are: Dev-Cpp\MinGW64\lib ---...