www.digitalmars.com         C & C++   DMDScript  

c++ - TransparentBlt

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