I created a COM exe that creates other worker COM objects that are also COM exes. Everything works fine if I create Manager Object using CreateObject("myManager") but if I created the manager as CreateObject("myManager.mymanager") then VFP locks up because Createobject never returns. If I comment out the creation of the worker objects in the manager object then either method works.
So I am wondering can a COM object create other COM objects. I was going to create a manager COM object that would create several work COM (exe) objects with the idea the Manager COM object would be used by some other software to run FoxPro jobs.
Thanks,
Simon