LonniePurvis
Programmer
I have written a dll that is referenced from my ocx code. What I would like to do is run the ocx and dll in debug mode at the same time. When the code references the dll, I would like to step through the dll code.
I have tried to do this two ways: 1. Setting the dll project to debug using a specific html (the one my ocx starts up in debug) and 2. Setting it to wait for components to be created. In both instances I recieve the following error
Run-time error '430': Class does not support Automation or does not support expected interface.
Anybody know how to do this?
I have tried to do this two ways: 1. Setting the dll project to debug using a specific html (the one my ocx starts up in debug) and 2. Setting it to wait for components to be created. In both instances I recieve the following error
Run-time error '430': Class does not support Automation or does not support expected interface.
Anybody know how to do this?