Exportar Funcion
Publicado por Maria (3 intervenciones) el 26/01/2005 15:56:23
Alguien puede ayudarme, estoy compilando en gcc una libreria, Necesito exportar unas funciones para poder utilizarlas en una aplicacion, l problema esta en que no se que comando utilizar para hacer la instruccion. Cada vez que intento compilar me arroja errores. como por ejemplo
peri_numeros1.c:1808: error: parse error before \'*\' token
peri_numeros1.c: In function `cf_prueba\':
peri_numeros1.c:1816: error: `env\' undeclared (first use in this function)
peri_numeros1.c:1816: error: (Each undeclared identifier is reported only once
peri_numeros1.c:1816: error: for each function it appears in.)
peri_numeros1.c:1826: warning: assignment makes pointer from integer without a c
ast
Gracias
peri_numeros1.c:1808: error: parse error before \'*\' token
peri_numeros1.c: In function `cf_prueba\':
peri_numeros1.c:1816: error: `env\' undeclared (first use in this function)
peri_numeros1.c:1816: error: (Each undeclared identifier is reported only once
peri_numeros1.c:1816: error: for each function it appears in.)
peri_numeros1.c:1826: warning: assignment makes pointer from integer without a c
ast
Gracias
Valora esta pregunta


0