ActiveX data marshalling
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
I am writing a component in Delphi to use in VB (don't ask - there are very
good reasons :-)
I need to send back from Delphi a potentially large amount of data (mail
attachments) up to 100mb and binary.
Currently this is being sent back as a Variant array of Byte which means
that on the receiving end in VB you are getting back an array with
potentially millions of elements.
It looks like the favourite mechanism is some form of Variant.
Given this, is there any particular type of Variant that would work well in
VB? Are there any particular restrictions?
thanks all,
jON
.
Relevant Pages
- Re: QRDesign - gone !
... Just want the latest version before he sold out to QBS. ... later version of Delphi. ... I ignore guys like Pierre because I make my decisions regarding software ... and among other compelling reasons that is why ... (borland.public.delphi.thirdpartytools.general) - Re: Stop the negativism!
... It's also clear that up until now, there were no plans on the roadmap ... in either some posts here by Borland/DevCo or the Delphi hours. ... We do not know the reasons behind this. ... Please keep in mind what the situation must have been like at Borland ... (borland.public.delphi.non-technical) - Re: C.E.O nomination for OnCreate, Inc.
... or is it just an inherent C++ language/object model problem? ... From a Delphi perspective there are also several things you shouldn't ... One of the first and most basic rules is 'no headshots'. ... This is ingrained from the beginning for obvious reasons. ... (borland.public.delphi.non-technical) - Re: VB6, VB2005, or Something Else?
... And you are correct a Variant Object type would have helped. ... Regarding porting code IMHO the MS C++ compiler VC2005 is much superior than Delphi. ... (microsoft.public.vb.general.discussion) - Re: Maintaining Multiple IDEs
... > posts where people are running multiple versions of Delphi to ... > the reasons why projects aren't/don't get moved up to the latest IDE ... but I still need to be prepared to support it should ... I have a major project done in D6 that I took over from someone else. ... (borland.public.delphi.non-technical) |
|