Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to work with Ole Automation Server
Message
From
04/07/2002 10:53:34
 
 
To
02/07/2002 18:27:48
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00674758
Message ID:
00675349
Views:
17
>Hi,
>I have an OLE Automation Server named DaisyEcrsys.
>

< snip >

>what than. How to pass pointers, unicode characters, etc ?
>for ex. I have tried :
>yy=xxx.ProgramLogo(1,1,"Test")
>and error code is returned.

To pass UNICODE use STRCONV function. e.g.:
lcÒestUnicode = STRCONV('test',5)
As for pointers and structures... VFP does not have such variable types, but you can try to use some of the downloads in the UT. Check for clsHeap and winapi structures.

HTH
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Previous
Reply
Map
View

Click here to load this message in the networking platform