I just bought Sprite Manager 2 and EZ GUI and I am pretty excited to get to using these tools, but I can’t get the source files to compile.
I get the error that UVAnimation_Multi doesn’t have a definition for ‘index’ in four different locations which is true. I took a look at the source briefly and couldn’t find the variable. It looks like the variable ‘framePos’ should be used instead.
Also I get a fifth error saying that curAnimIndex does not exist. This error looks like it can be fixed by changing the line “curAnimIndex = curAnim.index;” to “int curAnimIndex = curAnim.index;” but again this line references the missing ‘index’ variable.
Now before I try butchering the code into working I would prefer getting some input, hopefully from the developer, on how to fix this since this is a straight install with no modifications whatsoever to his code and it should work out of the box. Thanks for any input.