Ok, I just built my first DLL to be called at runtime.

It worked first time and in general it was incredibly easy using the example
SB6 file.

Question about how to compile DLL:

My DLL is a simple Clarion DLL. No parameters and ir returns a long. It
wimply reads a registry entry and unscrambles it to check if the maintenance
plan is valid so that updating can continue.

I have compiled it "Local" and "DLL".

I want to verify that my settings are correct given that the DLL will be
extracted to a temporary folder at install time and probably won't have
access to any Clarion runtime. DLL's.

Mike