Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BSTR types in VFP
Message
 
 
To
12/03/2000 08:44:05
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00344694
Message ID:
00344732
Views:
17
Donald,

>Can VFP 6.0 handle a BSTR type?

Yes.

>For example, if I pass a string to a COM object which will return a BSTR is there any conversion that must occur on the VFP side?

Nope, all those conversions are handled by the COM interface. It's transparent handing strings in and out of VFP.

lcString = "This is a test"
lcStringAnother = oSomeCOMObject.SomeMethod( lcString )
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform