Enumerations
#8

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
That's a 4D array which is not supported. The most common solution would be to use crankname out of the enumerator. Zeex's patch for the compiler supports 4D arrays but not sure if your case would work.
problem is here enum connections_Data {
...
crankname[13][24],
};
You can't have a 2D array in an enum afaik, thats your problem.

you need to move those into their own array.

Btw you could technically have a 4D array, with having an array inside enum that you use to declare a 3D array.
Reply


Messages In This Thread
Enumerations - by Jack_Leslie - 09.06.2016, 08:16
Re: Enumerations - by Stinged - 09.06.2016, 08:21
Re: Enumerations - by Jack_Leslie - 09.06.2016, 08:23
Re: Enumerations - by Stinged - 09.06.2016, 08:28
Re: Enumerations - by Konstantinos - 09.06.2016, 08:28
Re: Enumerations - by Jack_Leslie - 09.06.2016, 08:30
Re: Enumerations - by Jack_Leslie - 09.06.2016, 08:32
Re: Enumerations - by PrO.GameR - 09.06.2016, 09:01

Forum Jump:


Users browsing this thread: 2 Guest(s)