[Gpg4win-devel] gpgme in gpg4win?

Drew Northup dnorthup at maine.edu
Thu Nov 12 19:37:02 CET 2009


On Thu, 2009-11-12 at 20:13 +0200, Nikolay Sklabinsky wrote:
> I am working on a project (windows, c#) which requires files to be
> encrypted/decrypted with GnuPG and sent over ftp. I have to do that
> programmatically and, if I am not mistaken, gpgme library would be
> just what I need. However, it is not present in the gpg4win 2.0.1
> package. The package contains, however, several libraries with very
> similar names - libgpgme-11.dll, libgpgme++.dll and others. Are these
> the variations of gpgme for Windows? If so, what is the difference
> between them and which one should be used for my scenario? Where can I
> find header files for those libraries? Please help. Thank you.

Nikolay,
The sources for 2.0.1 can be found at
http://www.gpg4win.org/download.html and the header files are contained
therein.
I do believe that the gpgme library IS libgpgme*.dll, as is common with
libraries originating in UNIX-land,  pre-pending the name of the library
with "lib" and then ending with a library type descriptor and if needed
an extension. (Windows itself could, to some extent, care less what it
is named so long as it can find the library. The same applies to modern
Linux/Unix systems as well.)
The information as to which library you should be using is likely to be
found in the source documentation.
-- 
---------------------------------+--------------------------------------
Drew Northup                     |          Technical Support Specialist
University of Maine System       |                Drew.Northup at Maine.edu
Computing Center                 |                 phone: (207) 561-3513
Orono, ME 04469                  |                   fax: (207) 561-3531




More information about the Gpg4win-devel mailing list