About Store Forum Documentation Contact



Post Reply 
FixedArray "array must not exceed 0x7fffffff"
Author Message
SamNainocard Offline
Member

Post: #1
FixedArray "array must not exceed 0x7fffffff"
I'm having problem with FixedArray error when using with another struct, although I have been used a lot but this one keep error with this message.


Code:
class Ability
{
   int inx,
       mod;
}
class ClassA
{
   FixedArray<Ability, 6> dat;
}


Attached File(s)
.txt  Output.txt (Size: 1.88 KB / Downloads: 7)
01-02-2015 02:28 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: FixedArray "array must not exceed 0x7fffffff"
Thank you for reporting the issue.
I've just committed the fix to "beta" branch source.
This will work OK in next release.
01-03-2015 05:17 AM
Find all posts by this user Quote this message in a reply
Post Reply