Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using a .fll in .NET
Message
De
25/05/2018 14:52:33
 
 
À
25/05/2018 11:00:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 10
Divers
Thread ID:
01660373
Message ID:
01660375
Vues:
190
>We have a lot of VFP databases which we need to access from .NET which were encrypted using XiTech's C40FOX80.FLL
>
>AFAIR .fll files are basically win .dll files written in C++ (in fact I think I wrote a couple myself)
>
>So the question is : Is it possible to use the Xitech library directly from .NET (and, if so, how)

Fll has to map parameters and return values from vfp memory struct to C, and for that you had to create a data structure describing methods callable from vfp with signatures with vfp C constants somewhat similar to a vTable.

Every other routine was PASCAL calling convention IIRC (~80%)

>UPDATE: Just saw that the .FLL file is just a wrapper for XICRCORE.DLL - maybe I can use that from .net ?

probably
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform