Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP & HASP
Message
 
 
To
13/06/2001 02:32:11
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00518731
Message ID:
00519116
Views:
21
>I want to protect my software with HASP(Hardware Against Software Piracy) system. But to encode/decode the data it is necessary to know the offset adress of the buffer (variable).
>
>The assembler code is:
>
>mov p4, Offset EncDecBuff
>
>, where EncDecBuff - is my variable.
>
>Is it possible to do it in VisualFoxPro.

Unfortunately, because of the way VFP handles memory you cannot do this. You cannot reliably find out where a given variable is sitting at any one time, and even if you could VFP may move it on you.
Mike Stewart
Previous
Reply
Map
View

Click here to load this message in the networking platform