Page 1 of 2

Arcade Source Code

Posted: Mon Feb 02, 2004 12:23 am
by Mit
For those of you interested in tryin out some C stylee codin (i.e. knox :] )

http://i-lands.net/ArcadeSourceJan04.zip

This includes the latest (partly functional) Interface.dll, .lib and headers which give you easy access to a small group of functions for creating a directX window and drawing 2d graphics.

For more info, read the readme.txt in the zip :)

YEY

Posted: Mon Feb 02, 2004 2:36 am
by Knoxjoey
YEY Cheers mit :D

Posted: Mon Feb 02, 2004 12:07 pm
by Mit
Should we be expectin a load of questions or a nice new arcade game, ya think? :]

Posted: Mon Feb 02, 2004 1:40 pm
by Fooli
I've read the first few chapters of the C tutorial. You should be expecting a barrage of total nonsense any time soon :p
f

Posted: Mon Feb 02, 2004 3:28 pm
by Mit
jus dont go there, ok? :)

Posted: Mon Feb 02, 2004 3:36 pm
by Fooli
Hey, I got 10/15 on the first test - I'm a programmer now :)
f

Posted: Mon Feb 02, 2004 8:10 pm
by Mattizme
Holy Jeebus, THE DAY HAS COME!

Posted: Mon Feb 02, 2004 9:52 pm
by Whirl
Still trying to get the lousy code to work with DevC++ .. Kim says it works with it (:

Posted: Tue Feb 03, 2004 12:58 pm
by Knoxjoey
i got it too work with DevC++

Posted: Tue Feb 03, 2004 4:04 pm
by hedgehog
I've read the first few chapters of the C tutorial.
which? i'd be up for having a go at it some day in the far, far, long, oh feck i'm already dead type future :]

Posted: Tue Feb 03, 2004 9:04 pm
by Knoxjoey
i just got a bunch of nEw games too play soo i wont start codeing for a while :cry:

Posted: Tue Feb 03, 2004 9:16 pm
by Whirl
Kj. Could you email me or PM me the steps you've taken to get it to compile in DevC++? Much thanks

Posted: Wed Feb 04, 2004 2:50 am
by Knoxjoey
i am gonna have too reinstall it too find out :\ i kinda forget now :S but i think you got too copy over all the Direct X SDK include, libary and other such files into the Dev C++ include, libary and other such files yea. i think thats how i did it :\

Posted: Tue Feb 10, 2004 5:58 pm
by Kaezon
Now i'm new to C/C++ but I noticed several header files called for in the code are missing. Is there a reason for that?

Posted: Tue Feb 10, 2004 6:10 pm
by Mit
Nope shouldnt be.. which ones are you referring to?
Only requirements in there should be the Interface.h and StandardDef.h, both are included in the zip.

Posted: Wed Feb 11, 2004 1:53 am
by Kaezon
Nevermind, They must be some of those "built in" headers that I see in the tutorials like "iostream.h"

Posted: Wed Feb 11, 2004 11:03 am
by LegoGirl
Do you mean the standard libs...

Code: Select all

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
...the Windows SDK...

Code: Select all

#include <windows.h>
...or the DirectX SDK...

Code: Select all

#include <d3dx8.h>
..?

Posted: Wed Feb 11, 2004 1:23 pm
by Kaezon
the standard libs

Posted: Wed Feb 11, 2004 1:57 pm
by Mit
Those things come built in with all C/C++ compilers - they include lots of commonly used functions such as things for opening and reading from a file, formatting a line of text, etc etc. (e.g fopen, fread, sprintf etc).

=( i hope its not my internet.

Posted: Sun Apr 25, 2004 12:39 am
by stonie
the acarde source link is broken. =(