Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cipher50 Source Code
Message
De
22/04/2005 15:59:47
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01006304
Message ID:
01007674
Vues:
23
Hi Sergey!
Thanks for response.
I had try to overwrite this FLL code to VB.NET class (to save compatibility with vfp data which was encrypted with cipher50.. but no success) My class can't encrypt string which was decrypted with cipher50.fll.. but IMHO I wrote same code as source has...
Then I try debug FLL to compare variables values in my .net class and fll lib.. and finally...nothing work for me... fll crush when debug... .net class return wrong result... life is s@it ;~(

Den.


>It's old code. I guess '(FPFI)' wasn't required at the time when it was written. Don't know about the rest.
>
>>Anyone try compile FLL library from source code of Cipher50.fll which placed in UT files section. Thats is on my opinion a strange source code.. Can someone talk with me about that?
>>
>>first function declaration in source code is
>
>>FoxInfo myFoxInfo[] =
>>   {
>>   {"ENCRYPT",encrypt,2,"?,C"},
>>   {"DECRYPT",encrypt,2,"?,C"}
>>   };
>>
>>
>>Where is (FPFI) ? It not compiled right .. and not works right as original FLL..
>>FoxInfo myFoxInfo[] =
>>   {
>>   {"ENCRYPT",(FPFI) encrypt,2,"?,C"},
>>   {"DECRYPT",(FPFI) encrypt,2,"?,C"}
>>   };
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform