Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dll doesn't work in executable but works into the visual fox
Message
De
17/08/2009 15:39:06
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Dll doesn't work in executable but works into the visual fox
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Application:
Desktop
Divers
Thread ID:
01418533
Message ID:
01418533
Vues:
116
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform