PDA

Click to See Complete Forum and Search --> : Error in Loading DLL??


CT
Jan 4th, 2001, 02:14 AM
My VB application was working fine using Acad R14. Problem started when I removed AutoCAD R14 for AutoCAD LT 98.

when I try to redefine project reference using AutoCAD Lt R4 Object library, I hit "Error in Loading Dll".

I did a global search on ACLT.TLB Which is the file name for AutoCad LT R4 Object library but ended up with no match!

Appreciate very much if some one can help in this problem

Kind regards

Bill Crawley
Jan 24th, 2001, 03:08 AM
Dont know anything about autocad. But when you replaced/upgraded. There is a good chance that since these seem to be two different products the original DLL has been deleted with the new one installed and overwriting the original GUID. You may well find that the new one has different methods and may have even removed some. You need to re-open your VB code and make a fresh reference then re-compile your vb, you should find it'll start working after that.