G
Glenn Palomar
Hi,
I have an application that creates an instance of a COM component. It works
consistently in XP x86 but not in XP x64 systems.
My code looks like the line below:
m_appInventor = CType(CreateObject("Inventor.Application"),
Inventor.Application)
I would appreciate any suggestion on how to make it work consistently in x64
systems.
Also, is there an equivalent VB.net class for this?
Thanks,
Glenn
I have an application that creates an instance of a COM component. It works
consistently in XP x86 but not in XP x64 systems.
My code looks like the line below:
m_appInventor = CType(CreateObject("Inventor.Application"),
Inventor.Application)
I would appreciate any suggestion on how to make it work consistently in x64
systems.
Also, is there an equivalent VB.net class for this?
Thanks,
Glenn