Thread: TransparentBlt not declared in this scope

  1. #1
    Registered User
    Join Date
    Nov 2009
    Posts
    151

    TransparentBlt not declared in this scope

    When I compile my program says
    Code:
    'TransparentBlt' was not declared in this scope
    I have linked libmsimg32.a to my project, and have Googled it, and that didn't help much.

    Thanks in advance

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    You didn't #include the header file that declared TransparentBlt.

  3. #3
    Registered User
    Join Date
    Nov 2009
    Posts
    151
    I included windows.h, isn't that the header that has TransparentBlt?

  4. #4
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    I don't know.

  5. #5
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    TransparentBlt Function (Windows)

    Note the requirements section.
    Woop?

  6. #6
    Registered User
    Join Date
    Nov 2009
    Posts
    151
    OK, thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. error: was not declared in this scope compilation error
    By i_r_tomash in forum C Programming
    Replies: 2
    Last Post: 05-27-2010, 07:44 AM
  2. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  3. <Gulp>
    By kryptkat in forum Windows Programming
    Replies: 7
    Last Post: 01-14-2006, 01:03 PM
  4. Please Help - Problem with Compilers
    By toonlover in forum C++ Programming
    Replies: 5
    Last Post: 07-23-2005, 10:03 AM
  5. Nested loop frustration
    By caroundw5h in forum C Programming
    Replies: 14
    Last Post: 03-15-2004, 09:45 PM