Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cipher.fll
Message
De
27/10/1997 11:44:41
 
 
À
23/10/1997 18:35:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00055853
Message ID:
00056817
Vues:
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.
>
>Maybe you don't read the help carefully enough? :)

I read the help very carefully, over and over, but assumed it was incomplete, and that I must do something more to get it to work.
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform