Thread: 2 libraries needed

  1. #1
    Registered User gavra's Avatar
    Join Date
    Jun 2008
    Posts
    265

    2 libraries needed

    I need those libraries:
    "CSprite.h"
    "CSpriteBase.h"

    I tried to find them but I didn't find none of them \:

    Thanks.
    gavra.

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    No library ever ended with ".h". Header files end with .h, though. Anyway, I seem to recall CSprite coming from Microsoft. XNA, maybe?

  3. #3
    Registered User gavra's Avatar
    Join Date
    Jun 2008
    Posts
    265
    I meant "headers" sorry.
    humm I doknow..
    XNA isn't for C#?
    gavra.

  4. #4
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Can you give some context? I googled and got quite a few hits (509, to be precise, although that shrinks a lot if you also search for CSpriteBase.h) on "csprite.h", but I have no idea which one, if any, would be the one you actually need.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  5. #5
    Registered User gavra's Avatar
    Join Date
    Jun 2008
    Posts
    265
    Hum nope all I know is those names \:
    I'll check it out again cause it seems to be weird (maybe these 2 headers doesn't exist? XD)
    gavra.

  6. #6
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Quote Originally Posted by gavra View Post
    Hum nope all I know is those names \:
    I'll check it out again cause it seems to be weird (maybe these 2 headers doesn't exist? XD)
    google definitely finds the names. I didn't follow any of the links. Some links appear to refer to SDL.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  7. #7
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Perhaps if you posted the context in which they appear to be used, it might be useful.
    Header files don't have globally unique names.

    Also, see the FAQ
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. GCC: Compiling with both static and shared libraries
    By eatwithaspork in forum C Programming
    Replies: 4
    Last Post: 06-23-2008, 01:48 PM
  2. Replies: 7
    Last Post: 05-13-2008, 03:47 AM
  3. MinGW thread-safe runtime libraries
    By Mario F. in forum C++ Programming
    Replies: 3
    Last Post: 08-21-2006, 08:15 AM
  4. Libraries and headers
    By darksaidin in forum C++ Programming
    Replies: 10
    Last Post: 07-23-2003, 06:24 AM
  5. QT and external libraries
    By Quacker in forum Linux Programming
    Replies: 1
    Last Post: 04-08-2003, 07:02 AM