Passing Arrays between FoxPro and .NET with COM Interop
Posted by: Rick Strahls WebLog,
on 27 Jul 2006 |
View original | Bookmarked: 0 time(s)
I’ve been struggling with a complex Web Service interface and trying to get this thing to work over COM interop and slowly but surely I’ve worked through each one of these issues.
The hardest issue which is a more general issue for COM Interop with Visual FoxPro however is the way VFP deals with arrays passed over COM. This has given me endless amount of problems in the past and in this complex service most of the structure are actually expressed as arrays. The .NET Web Service...