View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
moon[_4_] moon[_4_] is offline
external usenet poster
 
Posts: 1
Default "Error in loading DLL", VB6 ActiveX DLL


Maybe it's a stupid question, but is your dll located in the SYSTEM32
folder?



"Scott" schreef in bericht
...

If anyone can help me, I will be very appreciative.

I've written an ActiveX DLL that has mysteriously stopped working on my
development machine but works fine on another test machine. Each machine
has
the same version of Excel (i.e. 2003) and is running the same dll and xls
file. However, on the development machine, the code will execute in debug
mode without errors (reference made to vbp file vs dll). I have tried a
lot
of things to resolve the issue: OS LiveUpdate, Office Update, delete dll
from
registry, register / unregister dll via regsvr32, checked dll using
Dependency Walker, etc but nothing has helped. Ideas anyone? Thanks!