Hi VeT!

In the meantime I've encountered problems with simply using int* as well.
I had the same trouble as you have. Tried different things until I came (I think at least so, I don't have my source at hand right now) to a point where I noticed that it is working when I use a global int for the getFromGSVector index.
If you try to use a local variable getFromGSVector it needs to be of datatype byte* because if you use
Code:
int* example = 0;
example ++;

the value of example will be 4 as an int is 4 bytes big and therefore the pointer is increased in multitudes of four. Thats how it is working for me right now. But maybe pegamode just should check his source for getFromGSVector. It indeed behaves strange in some situations.

greetings
K-Duke


Using A7 Free
Click and join the 3dgs irc community!
Room: #3dgs