Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrays in C dlls
Message
From
22/02/1999 19:51:56
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00190091
Message ID:
00190257
Views:
13
The conversion function from double to VFP string:
void DoubleToVFPString(double tnDouble, char* tpszResult)
{
   double* lpnDouble = (double*)tpszResult;
   *lpnDouble = tnDouble; // Bingo!
}
Wrap it into a dll and that's all.

Vlad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform