Go Back   Forums > Community Chatterbox > Tech Corner > Programming
Memberlist Forum Rules Today's Posts
Search Forums:
Click here to use Advanced Search

Reply
 
Thread Tools Display Modes
Old 29-08-2005, 08:25 AM   #11
Data
retired
 
Data's Avatar


 
Join Date: Jun 2004
Location: Jan Mayen, Svalbard and Jan Mayen
Posts: 2,167
Default

if you post the source. I can see if it compiles under GNU/Linux

Should be the case as you seem to use stdout
__________________
Flowing with the stream of life
Data is offline                         Send a private message to Data
Reply With Quote
Old 29-08-2005, 11:23 AM   #12
chickenman
Hero Gamer

 
Join Date: Mar 2005
Location: Shella, Kenya
Posts: 417
Default

I use Linux LOL :P
When i am done with the RPG you will be able to download it for Linux and Windows.
chickenman is offline                         Send a private message to chickenman
Reply With Quote
Old 30-08-2005, 10:39 AM   #13
chickenman
Hero Gamer

 
Join Date: Mar 2005
Location: Shella, Kenya
Posts: 417
Thumbs down

You can download the Test version of it now k:
(with source-code)

http://www32.websamba.com/3256353/
chickenman is offline                         Send a private message to chickenman
Reply With Quote
Old 30-08-2005, 01:08 PM   #14
Data
retired
 
Data's Avatar


 
Join Date: Jun 2004
Location: Jan Mayen, Svalbard and Jan Mayen
Posts: 2,167
Default

uhm how do I run setup.exe under linux ?
__________________
Flowing with the stream of life
Data is offline                         Send a private message to Data
Reply With Quote
Old 30-08-2005, 01:35 PM   #15
chickenman
Hero Gamer

 
Join Date: Mar 2005
Location: Shella, Kenya
Posts: 417
Default

oh yea i forgot i'll compile it for Linux later
chickenman is offline                         Send a private message to chickenman
Reply With Quote
Old 30-08-2005, 10:57 PM   #16
Blood-Pigggy
10 GOSUB Abandonia
20 GOTO 10
 
Blood-Pigggy's Avatar

 
Join Date: Jan 2005
Location: Wilmington, United States
Posts: 2,660
Default

Mmm, what do I do when it asks me for the file path to save for.
I've made a path that went like this "C:\Program Files\Hall Of the Dead"
But it quit out, after leaving it blank the second time and pressing enter, it brought up a "Hall Of the Dead had to be shutdown" error.

Any specific instructions as to where to save?
I also encounter problems when trying to get into options, as it does nothing and just sticks there.
__________________
Youtube Channel -
http://youtube.com/user/BloodPigggy

My Site -
http://sites.google.com/site/eyenixon
Blood-Pigggy is offline                         Send a private message to Blood-Pigggy
Reply With Quote
Old 31-08-2005, 04:52 AM   #17
thatmexicanguy
Game freak
 
thatmexicanguy's Avatar


 
Join Date: Feb 2005
Location: Travis Air Force Base, United States
Posts: 112
Default

Ooo! Ooo! I want to test!
thatmexicanguy is offline                         Send a private message to thatmexicanguy
Reply With Quote
Old 31-08-2005, 12:23 PM   #18
chickenman
Hero Gamer

 
Join Date: Mar 2005
Location: Shella, Kenya
Posts: 417
Default

The options don't work at the moment
chickenman is offline                         Send a private message to chickenman
Reply With Quote
Old 31-08-2005, 06:04 PM   #19
Data
retired
 
Data's Avatar


 
Join Date: Jun 2004
Location: Jan Mayen, Svalbard and Jan Mayen
Posts: 2,167
Default

checked the source.
didn't want to compile because of
constructs like this:
Code:
fopen("save/"save.savename,"wb");
should be something like this:
Code:
char filename[100];
strcpy(filename,"save/");
strcat(filename,save.savename);
fopen(filename,"wb");
(requires a #include <string.h>
__________________
Flowing with the stream of life
Data is offline                         Send a private message to Data
Reply With Quote
Old 01-09-2005, 01:39 PM   #20
chickenman
Hero Gamer

 
Join Date: Mar 2005
Location: Shella, Kenya
Posts: 417
Default

oooops that is the old source, i need to update it.
chickenman is offline                         Send a private message to chickenman
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 


The current time is 06:09 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.