Hello!
I have a problem accessing COM-functions of a 3D library (Truevision3D).
Some functions need data structurs in the form of D3DVECTOR, defined as
typedef struct D3DVECTOR {
float x, y, z;
} D3DVECTOR, *LPD3DVECTOR;
when i try to call the function from visual basic, all runs well:
Dim...