Search results

  1. M

    Passing structure to COM-function - problems

    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...
Back
Top