alphablend with win98 does not work!
-
it compiles, runs, but makes nothing transparent. my code runs well on WinXP and Win 2000. in the MSDN is written, that it should also work with win98! does anybody has a clue? or an implementation of a alphablend funtion? the code i use is: //blalba BLENDFUNCTION blend; blend.BlendOp = AC_SRC_OVER; blend.AlphaFormat = 0; blend.SourceConstantAlpha = 110;//(wichtigster parameter (zw. 0 - 255)) blend.BlendFlags = 0; AlphaBlend(dcMemBackground, 0, 0, nWidth, nHeight, dcMemForeground, 0, 0, nWidth, nHeight, blend); thanx, greets
-
it compiles, runs, but makes nothing transparent. my code runs well on WinXP and Win 2000. in the MSDN is written, that it should also work with win98! does anybody has a clue? or an implementation of a alphablend funtion? the code i use is: //blalba BLENDFUNCTION blend; blend.BlendOp = AC_SRC_OVER; blend.AlphaFormat = 0; blend.SourceConstantAlpha = 110;//(wichtigster parameter (zw. 0 - 255)) blend.BlendFlags = 0; AlphaBlend(dcMemBackground, 0, 0, nWidth, nHeight, dcMemForeground, 0, 0, nWidth, nHeight, blend); thanx, greets
I belive lot of other apis like this one is OS dependened.
Tech.Support : Mam, is your pc running under windows? Customer : No actually its close to the main door.