When I opened up Microsoft Visual Basic 6.0, the splash screen came up along with an error box "Can't find DAO350.dll". When I registered dao350.dll with ...
You probably need to declare area() as PASCAL calling convention and with the EXPORT macro so that it is, indeed, exported from your DLL. You'll also have to defeat C++ "name-mangling", so define it ...