ok i think i found what i was looking for.. MSIMG32.DLL is shipped with win98/win2k+..., how would I interface to that dll to use the transparentblt, alphablend, etc?
- drarem
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I see the structure for alphablend but no alphablend in the win32api ? :(
- drarem
ok i think i found what i was looking for.. MSIMG32.DLL is shipped with win98/win2k+..., how would I interface to that dll to use the transparentblt, alphablend, etc?
- drarem
LoadLibrary()
GetProcAddress()
Kip
thnx, I will try it out when I get a chance :)
do i need to set up function declarations for the calls within the dll?
- drarem