Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrays in C dlls
Message
From
23/02/1999 06:49:30
 
 
To
22/02/1999 19:51:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00190091
Message ID:
00190355
Views:
14
>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.
>

This I knew, Paul; it was a matter of avoiding introducing a .DLL to the mix.

>Vlad
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform