Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DECLARE DLL problem
Message
From
15/11/2001 21:05:31
 
 
To
15/11/2001 19:42:10
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00580332
Message ID:
00582508
Views:
27
>>>Cetin and Ed:
>>>
>>>With your help now this code is working. But sometimes DoubleToNum function provokes C000005 error.
>>>
>>>Indeed I am forgetting something.
>>>
>>>Alejandro Fernandez
>>Alejandro,
>>Are you sure it's DoubleToNum invoking C000005 ? Might it something else with DLL.
>>Cetin
>
>I found this error tracing the source with SET STEP ON.

That will happen if the address in memory is not valid; either it's non-existant, or you do not have read privileges for the address. Check the value of the pointer - some people's implementation of the DWORDToNum() UDF is subtly flawed, since VFP treats a 4 byte integer as a value between -2147483647 to 2147483647, not 0 to 4294967295.
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
Next
Reply
Map
View

Click here to load this message in the networking platform