Quote:

[...] pVerts is just a pointer, so using [] translates to pointer arithmetic. It's the same as &(pVerts + i), [...]


don't you mean *(pVerts + 1) instead of &(pVerts + 1)?

darn, i still didn't succeed in getting my example working in lite-c.