[quote="technomage"]I've been trying to get ODE working under FreePascal using the units supplied with JEDI-SDL. The applicaiton compiles OK but I get the following error message when trying to run the app.

"The procedureentry point dWorldQuickStop could not be located in the dynamic ]

Is it a C procedure? If it is C++ (without extern) it might be mangled. FPC can't interface directly to C++, wrap it in C first.