Search found 1 match
- Mon Apr 01, 2024 4:51 pm
- Forum: VO & Vulcan
- Topic: VO 2740 OLEAutoObject works with Excel 64bit WHY?
- Replies: 7
- Views: 1166
Re: VO 2740 OLEAutoObject works with Excel 64bit WHY?
Excel automation is typically done via out-of-process COM (EXE). This can cross the 32/64 bit boundary because Windows marshals the calls between processes. It would not work with an in-process COM DLL. I regularly call Visual FoxPro 32-bit COM EXE servers from 64-bit .NET.