API Question CTD using GetStatusEx

Topper

Addon Developer
Addon Developer
Donator
Joined
Mar 28, 2008
Messages
671
Reaction score
32
Points
43
Hi,
why i've got a write access error message using just this:
Code:
    VESSEL *v = oapiGetFocusInterface();//this->openHandle()->vessel;
    VESSELSTATUS2 status;
    status.version = 2;
    v->GetStatusEx(&status);
???
 
Code:
status.flag = 0;
 
Back
Top