Interfacing with third party DLLs and shared objects

To interface with an external DLL, or shared object, one developedwith a different system, you should make sure your DLL supplier provides you withthe following.

The procedures exported from the DLL are most likely using theoperating system standard calling convention, so interfacing should not pose anyspecial problems.

Use the following steps to use the DLL in your project(s).