Quote:
Originally posted by sue205
Not the DLL your using, but the same problem using DLL's.It was a nitemare to figure out, but if you register the DLL manually, ie regsvr32, and then try and run your program it should be OK.
I also had the same problem if I fixed a bug in the DLL and then didnt update the one being used by the program.
You can debug yr app, by adding your DLL to your project.
Goto File and then Add Project, and add your break point.
Ive got some sample coding to register DLL in your code if you need it.
Well as I said a message box of success comes up on one dll but NOT the other 2??? Could this be the problem? How do I register these other 2 dll files?