Topic awaiting preservation: C++ problem |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: Eagleshieldsbay, Sweden |
posted 06-28-2004 18:56
I get an "Undefined symbol 'Rectangle" at this line void DoDrawRect(Rectangle); code: //---------------------------------------------------------------------------
|
Maniac (V) Inmate From: Eagleshieldsbay, Sweden |
posted 06-28-2004 20:46
If someone with a diffrent compiler would try and compile this code. |
Maniac (V) Mad Scientist From: Somewhere over the rainbow |
posted 06-28-2004 20:55
The poster has demanded we remove all his contributions, less he takes legal action. |
Maniac (V) Inmate From: Eagleshieldsbay, Sweden |
posted 06-28-2004 21:20
Ok, I've tried that It didn't fix It... |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-28-2004 21:51
lol, your defining Rectangle what? |
Maniac (V) Inmate From: Eagleshieldsbay, Sweden |
posted 06-28-2004 21:57
Nope... I'm declaring DoDrawRect(Rectangle); |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-28-2004 22:01
Ugh, let me try to compile this. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-28-2004 22:33
So it was all Syntax errors and a logic error. I have the code as follows and it compiles. code: //--------------------------------------------------------------------------- |
Maniac (V) Inmate From: Eagleshieldsbay, Sweden |
posted 06-28-2004 22:56
Thanks for the help WM! |