[ODE] AutoDisableThreshold???
Adam D. Moss
adam at gimp.org
Tue Dec 16 13:40:49 MST 2003
arcad wrote:
> Anyone prompt that for bug in ODE version 0.39.
>
> Try to use the functions :
>
> void dBodySetAutoDisableThresholdSF1(dBodyID, dReal autoDisableThreshold);
> void dBodySetAutoDisableStepsSF1(dBodyID, int AutoDisableSteps);
> void dBodySetAutoDisableSF1(dBodyID, int doAutoDisable);
>
> The Compiler returns:
> error LNK2019: unresolved external symbol _dBodySetAutoDisableSF1.
>
> Has checked and truth in library of this functions no, but in
> documentation there is.
>
> Can anyone will explain what is wrong?
It's simply that although 0.39 exposed the header functions
and documentation, the function was not actually implemented
at the time (I think no-one noticed). Now in CVS the prototypes
in the headers are commented-out (though they're still in the
docs... maybe I should fix that), an implementation has been
contributed but it needs some work (and minor interface change)
to be correct.
Regards,
--Adam
--
Adam D. Moss . ,,^^ adam at gimp.org http://www.foxbox.org/ co:3
Consume Less, Live More
More information about the ODE
mailing list