Jump to content

Recommended Posts

Posted

I really really want to finnish this game but i dont think im skille enough but ill try... but i cant compile it, is the source working stefan can u repair it if not? and is it easy(but much time) to finish

Posted

Well Plz Gob Please post that version!

Look at those errorz i got in Dev c++ beta5 (and full4):

//I dont put up the warnings since he already noticed about that.

//Well first on is this and the line are printed under:

1566 C:Dev-C++ProjectsUdune2sdune2.cpp

implicit declaration of function `int random(...)'

int rnd(int range)

{

return (random() % range); //Error Here

}

//The secon comes here:

2042 C:Dev-C++ProjectsUdune2sdune2.cpp

implicit declaration of function `int srandom(...)'

srandom(time(0));//there is something wrong with this too

Posted

you'll also have to remove all the lines that look like

extern volatile int <something with mouse>

in a .h file, defsomething i think. then it's necessary that you add the line

END_OF_MAIN()

at the end of the .cpp file.

and of course you must have installed the allegro library for mingw. it can be found here: http://www.talula.demon.co.uk/allegro/

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.