Crazeeman

i am stuffed if i know why crazeeman 0.3 wont run on gp2x or with devc++ on
windows

http://www.cloudsprinter.com/software/crazeeman/crazeeman.0.3.tar

if anyone can have a look–

Nice.


This message was sent using IMP, the Internet Messaging Program.

#ifdef WIN32
#include <SDL/SDL.h>
#include <SDL/SDL_image.h>
#include <SDL/SDL_mixer.h>
#define DATA_PREFIX “./”
#else
#include “SDL.h”
#include “SDL_image.h”
#include “SDL_Mixer.h”
#define DATA_PREFIX “./” //missing
#endif

I have compiled with this modification and it runs withous any problem.On May 10, 2006, at 7:19 AM, Neil White wrote:

http://www.cloudsprinter.com/software/crazeeman/crazeeman.0.3.tar

Quoting Crak Otaku :

#ifdef WIN32
#include <SDL/SDL.h>
#include <SDL/SDL_image.h>
#include <SDL/SDL_mixer.h>
#define DATA_PREFIX “./”
#else
#include “SDL.h”
#include “SDL_image.h”
#include “SDL_Mixer.h”
#define DATA_PREFIX “./” //missing
#endif

I have compiled with this modification and it runs withous any problem.

http://www.cloudsprinter.com/software/crazeeman/crazeeman.0.3.tar

scanned by canit

thanks, right now, the pro that i am, i think i have mislayed / over altered the
good 0.3 and it isnt the right version on the website, i think the only place it
is still sane is on a windows partition somewhere. it surley is crazee man ;)> On May 10, 2006, at 7:19 AM, Neil White wrote:

Nice.


This message was sent using IMP, the Internet Messaging Program.