ImAurs

Results 12 comments of ImAurs

This should be a problem with the compiler Can you link the msimg32.lib library file?

Are you include wingdi.h in code?

Are you linked msimg32.lib in code? try link msimg32.lib in linker 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: #include #include int main() { AlphaBlend(NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); return 0; } linker not say "Undefined reference to alphablend"...

replace "NULL" to your paramet pls.........

That's right, but I don't have instance code and I don't know much about Windows graphics APIs