c++ - TransparentBlt
- steve <stewilled msn.com> Jan 27 2009
I figured it out... PRAISE JESUS!!!... thanks anyway... i used coffimplib. == Repost the article of steve (stewilled msn.com) == Posted at 2009/01/26 23:35 to c++ if (bTrans) TransparentBlt(hDC, x, y, GetWidth(), GetHeight(), hMemDC, 0, 0, GetWidth(), GetHeight(), crTransColor); else BitBlt(hDC, x, y, GetWidth(), GetHeight(), hMemDC, 0, 0, SRCCOPY); sc Bitmap.cpp -mn -o+time -WA -3 -a8 -c -oBitmap.obj Error: I:\PLANETS\Bitmap.cpp(217): undefined identifier 'TransparentBlt' Lines Processed: 125947 Errors: 1 Warnings: 0 Build failed WinGdi.h doesn't have TransparentBlt in it .... is it somewhere else?
Jan 27 2009








steve <stewilled msn.com>