Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cipher.fll
Message
From
23/10/1997 09:39:41
 
 
To
22/10/1997 18:51:06
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00055853
Message ID:
00056311
Views:
41
>>>You don't use DECLARE for FLL, but SET LIBRARY
>>>
>>>Vlad
>>>
>>>>I am trying to implement the encrypting function contained in cipher.dll. I can't seem to get the syntax right for declaring the function. -- DECLARE blah, blah. I have the documentation for the .fll, but am not familiar enough with declaring library function to derive the synatax. Help anyone?
>>
>>Vlad, thanks for your response.
>>I was under the impression that I needed both...
>>
>>SET LIBRARY to (.fll)
>>DECLARE string cipher in cipher.fll (and whatever after)
>>
>>Either way, I can't get the function to work.
>>Any more help you can provide would be appreciated.
>>Thanks.
>
>Correct:
>
>SET LIBRARY TO cipher
>
>or
>
>SET LIBRARY TO cipher.fll
>
>Of course, you may need to specify the path where the fll is located:
>
>SET LIBRARY TO c:\myproj\cipher.fll
>
>Declare is only for dlls. Also, you must have the fll compiled for the VFP version you're using.
>
>Vlad

Well, that was easy. Why must I always make things so difficult?
Thanks, Paul.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform