"." normally only works on objects (/ instances of a struct), "->" is for pointers:

VECTOR temp; temp.x = 10;
VECTOR* temp; temp->x = 10;

Lite-C detects automatically whether "." is correct or should be "->", but you can deactivate this help with some pragma-define if you want to.


"Falls das Resultat nicht einfach nur dermassen gut aussieht, sollten Sie nochmal von vorn anfangen..." - Manual

Check out my new game: Pogostuck: Rage With Your Friends