Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dll doesn't work in executable but works into the visual
Message
De
18/08/2009 11:05:01
 
 
À
17/08/2009 15:39:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Application:
Desktop
Divers
Thread ID:
01418533
Message ID:
01418669
Vues:
62
This may not be relative, but the path "c:\libegb.dl" should be 'c:\libegb.dll", and check the path to the DLL. It is best to either place the DLL in the System32 or the local folder.

>I declared a function of dll and works perfectly into visual foxpro enviroment, but when I build a executable doesn't work.
>Somebody know what's the trouble ???
>
>Below the code program:
>
>local sArqImagem, sAssCentral
>
>sAssCentral = space (3000)
>
>sArqImagem = "C:\ALTERACAO\assinatura_digital2\imagens\f3b9dd4f2.jpg"
>
>*
>
>Declare egb_win_get_central_certificate in c:\libegb.dl string @cert_data
>
>egb_win_get_central_certificate(@sAssCentral)
>
>
>= messagebox (sAssCentral, 64, 'Assinatura Central')
>
>return
Greg Reichert
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform