Well, you will need to recompile the dll, because there is a version check in one function (something like

If(v(version) < _VAR(8))
return _VAR(0);

(line 48 / physX_load() )

Last edited by Rei_Ayanami; 10/13/11 09:06.