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

Click here to load this message in the networking platform