User-748188285 posted
I built my first DLL with Visual Studio 2008 in Basic.
That works OK.
I have added an activex EXE as a reference to the project.
Which comes out to be Interop.myOther.dll
When I get toline
objDLL = New myOther.myClass
The DLL crashes with
"Object reference not set to an instance of an object"
I have tried several things.
What do I need to do to get around this problem?
TIA
shall42