26.12.2016, 20:45
Quote:
|
The problem is not related to the iterators, they are just arrays anyway. The problem is that it expected a constant value and both lines use MAX_GZONES. How is that defined?
|
but it's now fixed !
i was missing this :
PHP код:
new MAX_GZONES = 50;
PHP код:
#define MAX_GZONES 50

