Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C or C++ dll
Message
De
17/05/2016 11:14:17
 
 
À
17/05/2016 09:57:41
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Divers
Thread ID:
01636486
Message ID:
01636515
Vues:
138
That is maybe very difficult to find.must at least know currently the original language (C or C++) and Visual Foxpro to translate original declarations .

for ex randomly in C++:
LRESULT CallWindowProc(
    WNDPROC lpPrevWndFunc,
    HWND hWnd,
    UINT Msg,
    WPARAM wParam,
    LPARAM lParam
);
to translate it into vfp declaration
DECLARE INTEGER CallWindowProc IN user32;
    LONG lpPrevWndFunc,;
    LONG hWnd,;
    LONG Msg,;
    INTEGER wParam,;
    INTEGER lParam
yes the documentation is also recquired for each function,constant,......its not shipped for most cases...(only the dll).I suppose its the goal to protect the data contained in.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform