Thread: Getting started

  1. #16
    Registered User RussMan's Avatar
    Join Date
    Sep 2003
    Posts
    14
    It might mean you have a ; after the declaration of the function and also the prototype. Check that. Also make sure you have a prototype if you don't becuase if other functions call it they may not know about it. the prototype will let them know about it.

  2. #17
    Registered User
    Join Date
    Aug 2003
    Posts
    28
    I tried something unprecedented: Reading the chapter that the program came from. I found this:

    "The TransparentBlt() function is part of the Win32 API, but it requires the inclusion of a special library called msimg.lib in order for your games to compile properly. This is a standard library that should be included with your compiler, but you'll need to make sure that it is linked in with any programs that use the TransparentBlt() funcion."

    I have no idea how to link it with my project.
    ---Rainer
    Digital pimp, hard at work

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help getting started..matrices
    By BobDole11 in forum C Programming
    Replies: 7
    Last Post: 11-15-2008, 09:51 PM
  2. Help getting started :(
    By blackocellaris in forum C Programming
    Replies: 4
    Last Post: 11-05-2006, 06:50 PM
  3. Getting started
    By panzeriti in forum Game Programming
    Replies: 3
    Last Post: 06-28-2003, 10:13 AM
  4. How to get started?
    By anoopks in forum Linux Programming
    Replies: 0
    Last Post: 01-14-2003, 03:48 AM
  5. Need help getting started
    By Unregistered in forum C++ Programming
    Replies: 4
    Last Post: 09-02-2001, 11:08 PM