Search found 5 matches

by Mephisto
Fri Aug 18, 2006 6:40 pm
Forum: Unreal 3.2 Modules
Topic: XMLSocket connections
Replies: 18
Views: 10897

If I remember correctly there is no way to change the line ending from '\r\n' to '\0' with a module. That would require to change the IRCd's source code which isn't supported here.

greets meph
by Mephisto
Fri Apr 14, 2006 11:12 am
Forum: Unreal 3.2 Support
Topic: Compile windows binaries under nix
Replies: 7
Views: 2598

And if I recall correctly this wasn't the thread's topic...
by Mephisto
Thu Apr 13, 2006 1:44 pm
Forum: Unreal 3.2 Support
Topic: Compile windows binaries under nix
Replies: 7
Views: 2598

I'd prefer compiling win32 binarys on a *nix too. Firstly, I don't want to buy a M$ compiler for thousands of dollars, secondly I'm used to use a compiler on a *nix.
I think MinGW is just what you are looking for.

Greets Mephisto
by Mephisto
Thu Apr 13, 2006 11:59 am
Forum: General chat
Topic: Windows, Unix, Linux ROUND 2!
Replies: 14
Views: 8830

Windows on my workstation (and I "love" it :)), for everything else *NIX

greets mephisto
by Mephisto
Wed Apr 05, 2006 6:59 pm
Forum: Unreal 3.2 Modules
Topic: Help: Makefile with SQL lib
Replies: 3
Views: 2692

Hi, I had to add MySQL support to IRCServices, which wasn't really easy too. I needed some days to figure out what I have to change. I'd say you have to change the line IRCDLIBS=-lcrypt -lnsl -ldl -L/home/xxx/Unreal3.2/extras/regexp/lib -ltre -L../extras/c-ares/lib -lcares to something like that IRC...