Re: [Warzone-dev] MSVC broken on ... STATIC_ASSERT ?

2007-06-24 Thread Dennis Schridde
Am Sonntag, 24. Juni 2007 schrieb [EMAIL PROTECTED]: Error 49 error C2143: syntax error : missing ';' before 'type' \src\multibot.c 1158 Error 50 error C2061: syntax error : identifier 'sendRequestDroid' src\multibot.c1225 Error 51 error C2059: syntax error : ';'

Re: [Warzone-dev] MSVC broken on ... STATIC_ASSERT ?

2007-06-24 Thread vs2k5
On Sun, 24 Jun 2007 17:16:00 -0400 Dennis Schridde [EMAIL PROTECTED] wrote: Am Sonntag, 24. Juni 2007 schrieb [EMAIL PROTECTED]: Error49 error C2143: syntax error : missing ';' before 'type' \src\multibot.c 1158 Error50 error C2061: syntax error : identifier

Re: [Warzone-dev] [Warzone-commits] r1602 - /trunk/src/hci.c

2007-06-24 Thread Giel van Schijndel
Per Inge Mathisen schreef: On 6/24/07, Giel van Schijndel [EMAIL PROTECTED] wrote: * Remove effectively commented out code (was enclosed by `#ifdef EDIT_OPTIONS` conditionals while EDIT_OPTIONS was never defined) No! Please leave the editing code alone! I want to put that stuff

[Warzone-dev] draft of new network primitives

2007-06-24 Thread Per Inge Mathisen
This is a quick draft for some better and sane network primitives. One step toward better network code? Your opinion most welcome. (Compiles but not tested yet. I cannot test it properly before adding it (since I need another host to test against), and I'm not adding it before I see some thumbs