Re: libgpgme-11.dll

2016-12-01 Thread Robert J. Hansen
> Did you install gpgme-w32spawn.exe alongside gpgme-11.dll ? This > wrapper is required due to pecularities of Windows' CreateProcess > API. I did not, and this was the problem. Thank you, Werner. :) ___ Gnupg-users mailing list Gnupg-users@gnupg.

Re: libgpgme-11.dll

2016-12-01 Thread Werner Koch
On Thu, 1 Dec 2016 03:54, r...@sixdemonbag.org said: > For long and boring reasons I need to be able to call GPGME from > Microsoft Visual C++. The MSVC linker requires .lib files, which are > not shipped with GnuPG. That's okay: the procedure to make them is The gnupg 2.1 installer actually in

libgpgme-11.dll

2016-11-30 Thread Robert J. Hansen
For long and boring reasons I need to be able to call GPGME from Microsoft Visual C++. The MSVC linker requires .lib files, which are not shipped with GnuPG. That's okay: the procedure to make them is pretty straightforward. For each of libgpgme-11.dll, libgpg-error-0.dll, and libassuan-

Re: HELP - IMPORTANT - Signature check with libgpgme-11.dll

2009-11-09 Thread Werner Koch
On Fri, 6 Nov 2009 13:51, p...@sevencs.com said: > I need some help as soon as possible! If you in that urgent need for help you may want to check with a commercial support company or a freelancer. The GnuPG service directory at http://www.gnupg.org/service.html may be helpful. Shalom-Salam,

Signature check with libgpgme-11.dll

2009-11-04 Thread Knud Pehrs
Hello! I have a problem to use the functions of libgpgme-11.dll in my application. I have downloaded the gnupg-1.4.10, libgpg-error-1.7 and gpg_MadeEasy_1.1.8. All three packages were installed to c:\usr\local\bin The gnupg-1.4.10 and libgpg-error-1.7 were build with ./configure, make, make

Calling libgpgme-11.dll from Visual basic 6

2009-10-16 Thread Franklin Hu
I have been able to find the Win32 version of the gpgme library called libgpgme-11.dll from the gpg4win package. I am trying to figure out how to call it from visual basic 6. I have first started by looking how to call C dlls from vb:   http://support.microsoft.com/kb/106553   I want to call