Thread: Am I in the right direction? (plz test)

  1. #31
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    oh, cool. So...how do i get allegro for Borland C++ 3.1?

  2. #32
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    You might need to download a new compiler (dev-c++ is great and works well with allegro). You can get allegro at:
    http://www.talula.demon.co.uk/allegro/

    There's a Dev-C++ installer flying around somewhere.

  3. #33
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    hmmm...anyway, when you talked about data.dat, how would I get all those files into one?

  4. #34
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    Whatever struct you used for the file format, repeat that in the same file, then fseek to the number of the graphic you need and load the structure into memory using fread.

  5. #35
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    cool. I'll go try that later...
    so anyway.....there was a question i had but now i cant remember.
    any more opinions?
    Last edited by Xterria; 03-02-2002 at 04:48 PM.

  6. #36
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    anyone know where to get the .BGI and .CHR files for Borland C++ 3.1?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. sustring test puzzle
    By WDT in forum C# Programming
    Replies: 3
    Last Post: 06-29-2009, 07:19 AM
  2. Help needed to verify a new on-line C test
    By JanHruska in forum Projects and Job Recruitment
    Replies: 15
    Last Post: 06-20-2009, 06:48 AM
  3. Creating C/C++ Unit Test Cases
    By chiefmonkey in forum C++ Programming
    Replies: 1
    Last Post: 04-28-2009, 08:29 PM
  4. Integer Emulation
    By Elysia in forum C++ Programming
    Replies: 31
    Last Post: 03-18-2008, 01:03 PM
  5. Question About Linker Errors In Dev-C++
    By ShadowMetis in forum C++ Programming
    Replies: 9
    Last Post: 08-18-2004, 08:42 PM