Re: [hlcoders] Basic Problem, many a hairs lost!

2002-01-18 Thread botman
Ok when I try to compile my particle engine code I am for somereason getting: error C2143: syntax error : missing ')' before ';' on this code: void ParticleSystem::Render(void) { int i; while( i MAX_PARTICLES) { /*code*/ } } But I dont know why the hell its doing that Any clues

Re: [hlcoders] Basic Problem, many a hairs lost!

2002-01-18 Thread Philip Plante
} } Thanks :) - Original Message - From: botman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 18, 2002 2:58 PM Subject: Re: [hlcoders] Basic Problem, many a hairs lost! Ok when I try to compile my particle engine code I am for somereason getting: error C2143: syntax error

Re: [hlcoders] Basic Problem, many a hairs lost!

2002-01-18 Thread Philip Plante
It points to the for statement. Thanks - Original Message - From: Persuter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 18, 2002 5:21 PM Subject: RE: [hlcoders] Basic Problem, many a hairs lost! I dunno if you typed this in, but if you copy/pasted it, it should

RE: [hlcoders] Basic Problem, many a hairs lost!

2002-01-18 Thread Ken Birdwell
What's your MAX_PARTICLES defined as? Is there is ; at the end? If so, then that's the problem. -Original Message- From: Philip Plante [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 8:10 PM To: [EMAIL PROTECTED] Subject: Re: [hlcoders] Basic Problem, many a hairs lost

Re: [hlcoders] Basic Problem, many a hairs lost!

2002-01-18 Thread Philip Plante
Its defined as 1000 and there is no ; on the end. - Original Message - From: Ken Birdwell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 18, 2002 6:18 PM Subject: RE: [hlcoders] Basic Problem, many a hairs lost! What's your MAX_PARTICLES defined

Re: [hlcoders] Basic Problem, many a hairs lost!

2002-01-18 Thread Philip Plante
Problem, many a hairs lost! It points to the for statement. Thanks - Original Message - From: Persuter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 18, 2002 5:21 PM Subject: RE: [hlcoders] Basic Problem, many a hairs lost! I dunno if you typed this in, but if you copy

[hlcoders] Basic Problem, many a hairs lost!

2002-01-18 Thread Matthew Lewis
Actually, I would have guessed that the define statement for MAX_PARTICLES has a ';' at the end of it when it shouldn't: #define MAX_PARTICLES 1024 ; oops don't put a ; here ___ To unsubscribe, edit your list preferences, or view the list