In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Error en 2.0 y no en 1.9

Foro público de Xailer en español
Responder
zeasoftware
Mensajes: 1831
Registrado: Mar Oct 11, 2005 9:53 am

Error en 2.0 y no en 1.9

Mensaje por zeasoftware »

Por que este error me sale en la 2.0 y no en la 1.9?
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
zCalculator.c:
Warning W8070 zCalculator.prg 429: Function should return a value in function XA_FUNC_STATIC
Error E2238 zCalculator.prg 434: Multiple declaration for 'XA_FUNC_STATIC'
Error E2344 zCalculator.prg 415: Earlier declaration of 'XA_FUNC_STATIC'
Warning W8070 zCalculator.prg 440: Function should return a value in function XA_FUNC_STATIC
Warning W8057 zCalculator.prg 440: Parameter 'TCALCULATOR_WMMOVING' is never used in function XA_FUNC_STATIC
*** 2 errors in Compile ***
1 Files, 3 Warnings, 2 Errors
Tiempo de compilación: 4.11s Tiempo de enlazado: 0.01s Tiempo total: 4.13s
Saludos.
--
Ramón Zea
01.993.231-62-29
http://www.paginasprodigy.com/zeasoftware/
zeasoftware@prodigy.net.mx
zeasoftware@hotmail.com
ramonzea@yahoo.com
zeasoft.movil@hotmail.com
--
jrcpoli-quitar
Mensajes: 558
Registrado: Mar Feb 09, 2010 2:26 pm

Error en 2.0 y no en 1.9

Mensaje por jrcpoli-quitar »

Saludos:
Cambia la función por HB_FUNC_STATIC
José Ramón Castro.
Ramón Zea escribió:
> Por que este error me sale en la 2.0 y no en la 1.9?
> Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
> zCalculator.c:
> Warning W8070 zCalculator.prg 429: Function should return a value in
> function XA_FUNC_STATIC
> Error E2238 zCalculator.prg 434: Multiple declaration for 'XA_FUNC_STATIC'
> Error E2344 zCalculator.prg 415: Earlier declaration of 'XA_FUNC_STATIC'
> Warning W8070 zCalculator.prg 440: Function should return a value in
> function XA_FUNC_STATIC
> Warning W8057 zCalculator.prg 440: Parameter 'TCALCULATOR_WMMOVING' is
> never used in function XA_FUNC_STATIC
> *** 2 errors in Compile ***
> 1 Files, 3 Warnings, 2 Errors
> Tiempo de compilación: 4.11s Tiempo de enlazado: 0.01s Tiempo total: 4.13s
> Saludos.
> --
> Ramón Zea
> 01.993.231-62-29
> http://www.paginasprodigy.com/zeasoftware/
> zeasoftware@prodigy.net.mx <mailto:zeasoftware@prodigy.net.mx>
> zeasoftware@hotmail.com <mailto:zeasoftware@hotmail.com>
> ramonzea@yahoo.com <mailto:ramonzea@yahoo.com>
> zeasoft.movil@hotmail.com <mailto:zeasoft.movil@hotmail.com>
Responder