Jump to content

UDune2


vidiware

Recommended Posts

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

Link to comment
Share on other sites

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/

Link to comment
Share on other sites

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...