..    
Deutsch · English · Español · Français · Italiano    Réplicas (Mirrors)    
Contenidos  
  
 
Inicial  
  
 
Descargas  
  
 
Documentación  
  
 
Programas relacionados  
  
 
Varios  
  
 

GPGME FAQ

Lo sentimos, esta página no ha sido traducida aún.

GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management.

 
  
 

Frequently Asked Questions

(en)Why does the function gpgme_data_seek not work? (it)Perché la funzione gpgme_data_seek non funziona?

You probably did not compile the program with largefile support. GPGME is compiled with largefile support by default, so off_t is a 64-bit data type. Because gpgme_data_seek uses off_t as a parameter type, you have to compile your program with largefile support as well, so that the data types used by GPGME and by your program match.

Note that you have to compile your program with largefile support even if you do not use gpgme_data_seek, because file descriptors are exchanged between the program and GPGME.

The GPGME documentation contains much more information on the subject. See section 2.3 Largefile support of the GPGME Reference Manual.

 
  
 
 

Copyright (C) 2002-2004 Free Software Foundation, Inc.

Escrita por Werner Koch (2006-04-27 12:50:00).
Traducida por Noel David Torres Taño ()
Generada con WML 2.0.8 (30-Oct-2001) el 2007-03-08 19:00:50
desde el fichero fuente gpgme-faq.wml, $Revision: 1.3 $, $Date: 2006/05/27 12:22:53 $
Sitio diseñado por LoLo

Para cualquier pregunta, por favor, siga estas instrucciones .


  Los recursos técnicos para
este proyecto son patrocinados por
Sitio hospedado y patrocinado por  
   

¡XHTML 1.0 Válido!     Peace!     ¡CSS Válido!