-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined reference to alphablend #302
Comments
This should be a problem with the compiler |
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? |
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() { |
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 |
Can you make a video of how to do it so i understand? |
Do you have test code? |
I said make a video ._. |
That's right, but I don't have instance code and I don't know much about Windows graphics APIs |
I mean the video of how to link it |
emm |
Does this mean you will produce a video or not? |
I don't know. |
This is the reason for the Windows API |
I'm trying to test blur C++ effect but it says "Undefined reference to alphablend"
what to do?
The text was updated successfully, but these errors were encountered: