Problem is that .bmp is really bad. It has bad transparency.
I've managed to create mask but transparency is still really bad.
Is there possible to do this with some ohter ways?
( Like somehow using ico or png )
Window is created inside of dll and .exe create windows console.
Thanks!
I have read that as well but never understood why you can't use SDL_image before calling SDL_SetVideoMode. Why would you even need a window at all to use SDL_image? The SDL_image docs says nothing about it. I have been using SDL_image to load the icon and it has worked without problems on Windows and Linux.