Using external functions

External functions are functions that are written in languages other than PowerScript and stored in dynamic link libraries (DLLs).

You can use external functions written in any language that supports the standard calling sequence for Windows CE platforms.

If you are calling functions in libraries that you have written yourself, remember that you need to export the functions. Depending on your compiler, you can do this in the function prototype or in a linker definition (DEF) file.