| T O P I C R E V I E W |
| g.smith@bi1 |
Posted - 07/12/2002 : 09:46:04 AM If I try to declare a global array with size determined by a previous #define, the compiler says "Error, syntax error in variable declaration.". However, it accepts the same declaration inside a function. Example (from the documentation): #define BUFFER_BYTES 256 char lpBuff[BUFFER_BYTES]; Is this a real bug or am I just being silly? Cheers, Godfrey
|
| 1 L A T E S T R E P L I E S (Newest First) |
| easwar |
Posted - 07/12/2002 : 1:39:19 PM Hi Godfrey,
Yes, that is a bug in 7Rel and 7SR1. It has been fixed since then and should be fine in the next service release (SR2).
Easwar OriginLab. |
|
|