Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cipher50 Source Code
Message
From
22/04/2005 15:59:47
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01006304
Message ID:
01007674
Views:
22
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"}
>>   };
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform