I've (finally) created a small sample DLL which uses DAO objects in VC5. I
can call it from a small application written also in VC5, but when I call it
from a third party application (Toolbook 6.2 in this case), the DLL causes
exception errors.
I've had no problems calling other DLLs from toolbook in the past. I am just
wondering if there is anything extra that I need to do to get the DAO DLL to
work on non-VC applications. (The DAO SDK has been installed on the
computer, but do I need to explicitly link/call the library DLLs from within
toolbook?)