Re: [hlcoders] Newb questions

2002-05-15 Thread Maximilian Marx
this error occurs when you do something like this #if 0 void foo(void) { alert(at_console, foomsg); } #endif just change it this way: #if 0 void foo(void) { alert(at_console, foomsg); } #endif should work - Original Message - From: Big Ogre [EMAIL PROTECTED] To: [EMAIL

Re: [hlcoders] triApi speed problems

2002-05-11 Thread Maximilian Marx
when using detonator driver go to control panel - display - settings - advanced - geforce2 - advanced - opengl settings - vertical sync - always off - Original Message - From: Chris 'Tal-N' Blane [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, May 12, 2002 2:01 AM Subject: Re: