Open Yedboy33k opened 3 months ago
This should be a problem with the compiler Can you link the msimg32.lib library file?
I linked msimg32.lib. Still the same thing.
Are you include wingdi.h in code?
oh thanks
keeps saying undefined reference to `_imp__AlphaBlend@44'
Are you linked msimg32.lib in code? try link msimg32.lib in linker options
where to find compiler options
First open your project and click "Tools"Button, and click to "Compiler Options", "Add the following commands when calling the linker" the following input box
I wrote some code:
int main() { AlphaBlend(NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); return 0; } linker not say "Undefined reference to alphablend" Can you try the code?(replace "NULL" to your paramet pls)
It says 5 72 C:\Users\DELL\OneDrive\Escritorio\main.cpp [Error] could not convert '0' from 'int' to 'BLENDFUNCTION' {aka '_BLENDFUNCTION'}
replace "NULL" to your paramet pls.........
I did replace NULL to my paramet
emm
I'm trying to test blur C++ effect but it says "Undefined reference to alphablend" what to do?