We have a home grown out of process automation server written in C++.
When I use the following lines it works
Dim objSvr as Object
Set objSvr = CreateObject ("ProgID")
Following also works on several machine we tired except one
Dim objSvr as ClassName
Set objSvr = New ClassName
On that machine we get a error like "ActiveX component cannot create
object" or something very similar. We used the same installation to
install the server and the VB client on every machine.
Any idea what can be wrong.
Thanks in Advance
Archived from group: microsoft>public>vb>general>discussion