Search found 18 matches

by Eriwal
Fri Sep 26, 2003 4:13 am
Forum: Programming and Development
Topic: Wanted: Win32 Coder to Port New SCFClient
Replies: 4
Views: 753

Could you package the code into a tar/gzip (tar.gz) file....Winzip doesn't recognise the bz2 format (at least WinZip8.1 doesn't).

I'll download the SDL libs and see if I can get it to compile under MinGW32. If it works I'll send you the makefile for building it under cygwin and mingw.
by Eriwal
Fri Sep 26, 2003 4:03 am
Forum: Suggestions
Topic: Crossfire has *serious* problems ahead...
Replies: 29
Views: 2580

Sorry if I sounded abruput in my previous replies, but I was a bit annoyed by the initial replies I got when first proposing a native win32 client (they seemed were rude to me at the time , anyway).


> You have a working native client?

No I don't have a working client. I was offering to perhaps ...
by Eriwal
Thu Sep 25, 2003 5:23 am
Forum: Suggestions
Topic: Crossfire has *serious* problems ahead...
Replies: 29
Views: 2580

Re: you missed on point.

I thought you would want a stable and efficient Windows client. I didn't realise that portabliity is more important than functionality. My mistake.

Is there any need to throw either one away?

http://crossfire.real-time.com/images/troll_171.gif

It's possible, and preferable, to keep both ...
by Eriwal
Tue Sep 23, 2003 5:08 pm
Forum: Programming and Development
Topic: Request: Precompiled Win32 CF server
Replies: 42
Views: 3523

EmperorBMA wrote:Odd, I never got that error. Do you have the CVS sources or the normal package?
The tarball package from the Sourceforge file section. I'm running it against the binary Ryo uploaded for me.
by Eriwal
Tue Sep 23, 2003 5:07 pm
Forum: Suggestions
Topic: Crossfire has *serious* problems ahead...
Replies: 29
Views: 2580

Re: you missed on point.

The fact the windows gtk client has lots of problem does not come from the 'code for portability' behaviour of coding.


Well, from my view the errors I see in the shell say that the problem is being caused because of the GTK lib. Specifically the library isn't handling simple device context ...
by Eriwal
Tue Sep 23, 2003 5:42 am
Forum: Suggestions
Topic: Crossfire has *serious* problems ahead...
Replies: 29
Views: 2580

I forgot to add ... I don't mind coding a new Windows client using just Windows specifics. If there are docs for the client-server network protocols I don't think it would be a problem. The only major obstacle is whether people really insist on portable clients....I don't have any Unix or Linux ...
by Eriwal
Tue Sep 23, 2003 5:31 am
Forum: Suggestions
Topic: Crossfire has *serious* problems ahead...
Replies: 29
Views: 2580

Ok, this will sound evil to many of the open source coders who believe that "Portability is everything"....but perhaps trying to make all the clients as portable as possible is not such a good idea. If the clients were written using the basic GNU principles of "do a job and do it right" they might ...
by Eriwal
Tue Sep 23, 2003 5:15 am
Forum: Programming and Development
Topic: Request: Precompiled Win32 CF server
Replies: 42
Views: 3523

Ryo -- I've been trying to run the CF server but it refuses to get past the "Could not open var/temp.maps for reading" error. This is where it crashes (seg faults), so it's not a normal exit condition.

The error occurs after read_map_log() function, which executes and returns without error. Without ...
by Eriwal
Sun Sep 21, 2003 1:29 am
Forum: Programming and Development
Topic: Request: Precompiled Win32 CF server
Replies: 42
Views: 3523

Two things:
First:
How did you manage to compile it in the first place? I have tried with VC++ (Error: No long long), Cygwin (Error: No _atoll), MinGW, et al, with absolutely no success...


I have MingW32 as well and couldn't compile it. If you read the top of this thread you'll see that Ryo ...
by Eriwal
Sun Sep 21, 2003 1:20 am
Forum: Programming and Development
Topic: Request: Precompiled Win32 CF server
Replies: 42
Views: 3523

Avion -- I have all the maps and files extracted to the right place. The server is asking for a file called "map", not the directory.

"You need a archtype called 'map' and it have to contain start map".

That is the exact error report when trying to run the server.

I have all maps in the share ...