Sorry, it worked on me.
Maybe it'll work if you put the DoEvents from both sides of the function/sub :0)
----------
The @host is everywhere!
----------
Printable View
Sorry, it worked on me.
Maybe it'll work if you put the DoEvents from both sides of the function/sub :0)
----------
The @host is everywhere!
----------
If the third party supplier will not fix their code, for whatever reason, you can get around this problem by calling a LoadLibrary on the DLL when your application starts and not calling the FreeLibrary until the very last thing your application does when it is shutting down. The program will still crash but nobody will notice, as they will be expecting it to close.
A loaded DLL will not cause any problems with your Declare... use of the DLL - in fact it will make that bit faster.
-------------------------------------------------
Ex. Datis: Duncan Jones
Merrion Computing Ltd
http://www.merrioncomputing.com