Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pointers in VFP?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01158687
Message ID:
01158919
Views:
21
Rodd,

Have you tried doing this?
declare FunctionX ;
   string @cBuffer
cBuffer = replicate( chr(0), 256 ) && allocate the buffer and initialize it
FunctionX( @cBuffer )
>Thanks for your input. I downloaded the two flls and will give them a shot. Looking through them, it appears that they both support the callback functions which solves question number 1. However, I don't see anything in them that would address my second question regarding the translation of a pointer. Am I overlooking something or do you have any ideas on how I might handle that part of the equation?
df (was a 10 time MVP)

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

Click here to load this message in the networking platform