Hi,
I learned something about DLL's yesterday. But I haven't found the way how to use all of the functions and procedures in DLL without writing this line into code of application for every function and procedure I want to use.
function CircleArea(const radius : double) : double; external 'circle.dll';