Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dll doesn't work in executable but works into the visual fox
Message
From
17/08/2009 15:39:06
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Dll doesn't work in executable but works into the visual fox
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Application:
Desktop
Miscellaneous
Thread ID:
01418533
Message ID:
01418533
Views:
118
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
Next
Reply
Map
View

Click here to load this message in the networking platform