|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] I Figured it Out!
================================================================= To SUBSCRIBE or UNSUBSCRIBE please visit: http://gameprogrammer.com/mailinglist.html ================================================================= I'm so stupid! The only thing I did wrong was with the new operator! Instead of using [], I used (). The way I was doing it before, I was creating a pointer to an unsigned char far, and giving it the value 64000. I changed it so it actually allocates 64kb! Sorry about that! I made a stupid error. Now...does anyone want to help me get the PCX loader working? My friends and I are working on an RPG, and I'm in charge of the graphics engine. I just need to figure out how to load the PCX file, and then the sprites will be no problem. I have a feeling it was related to my last error...oops ^^! Sorry once again! Sincerely, Mike ================================================================= The GameProgrammer.Com mailing list is for the open discussion of any topic related to the art, science, and business of programming games. This list is especially tolerant of beginners. We were all beginners once To SUBSCRIBE or UNSUBSCRIBE please visit: http://gameprogrammer.com/mailinglist.html
|
|