Compiler Limits
- Updated2023-02-21
- 1 minute(s) read
The following table shows the compiler limits for LabWindows/CVI.
| Coding Attribute | Limit |
|---|---|
| Maximum nesting of #include | 32 |
| Maximum nesting of #if, #ifdef | 16 |
| Maximum number of macro parameters | 32 |
| Maximum number of lines in a macro | 1500 |
| Maximum number of function parameters | 256 |
| Maximum number of function parameters with user protection | 64 |
| Maximum nesting of compound blocks | 32 |
| Maximum size of array/struct types | 231 |