Ehm ... hehe

Just found it ... I removed the asterisk from the "bla"-Vector definition:

Old:
Code:
VECTOR* bla = nullvector;



New:
Code:
VECTOR bla = nullvector;



It works now