FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour problemas al compilar: Wbrowse
Posts: 479
Joined: Fri Feb 16, 2007 10:29 AM
problemas al compilar: Wbrowse
Posted: Thu Jun 28, 2007 12:19 PM
Compa帽eros, estoy intentando habilitar la rueda del rat贸n para hacer scroll en los listbox r谩pidamente.
Lei en el foro que la versi贸n que est谩 colgada en la secci贸n de utilidades de Wbrowse de Hernan lo acepta. As铆 que intento incluir esta clase en mi aplicaci贸n pero me genera un error en la compilaci贸n y no me genera el EXE.
Ya inclu铆 wbrowse.prg, tmultise.prg y wbrwline.c


... y el error que me genera es:

Compiling 'C:\programacion\CEE\wbrowse\WBROWSE.PRG'...
Generating C source output to 'C:\programacion\CEE\c\WBROWSE.c'... Done.
"C:\Borland\BCC55\Bin\BCC32.EXE" -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -O2 -OS -tW -5 -c -w3 -IC:\Borland\BCC55\Include -IC:\Harbour\include;C:\FWH\INCLUDE;C:\programacion\CEE -LC:\Borland\BCC55\Lib -o"C:\programacion\CEE\OBJ\WBROWSE.obj" "C:\programacion\CEE\c\WBROWSE.c"
Borland C++ 5.5 for Win32 Copyright (c) 1993, 2000 Borland
C:\programacion\CEE\c\WBROWSE.c:
"C:\Borland\BCC55\Bin\BCC32.EXE" -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -O2 -OS -tW -5 -c -w3 -IC:\Borland\BCC55\Include -IC:\Harbour\include;C:\FWH\INCLUDE;C:\programacion\CEE -LC:\Borland\BCC55\Lib -o"C:\programacion\CEE\OBJ\WBRWLINE.obj" "C:\programacion\CEE\wbrowse\WBRWLINE.C"
Borland C++ 5.5 for Win32 Copyright (c) 1993, 2000 Borland
C:\programacion\CEE\wbrowse\WBRWLINE.C:
Warning W8017 C:\Borland\BCC55\Include\excpt.h 122: Redefinition of 'GetExceptionCode' is not identical
Warning W8017 C:\Borland\BCC55\Include\winbase.h 55: Redefinition of 'Yield' is not identical
Warning W8017 C:\Borland\BCC55\Include\winbase.h 3660: Redefinition of 'lstrcmp' is not identical
Warning W8017 C:\Borland\BCC55\Include\winbase.h 3702: Redefinition of 'lstrcpyn' is not identical
Warning W8017 C:\Borland\BCC55\Include\winbase.h 3722: Redefinition of 'lstrcpy' is not identical
Warning W8017 C:\Borland\BCC55\Include\winbase.h 3760: Redefinition of 'lstrlen' is not identical
Warning W8017 C:\Borland\BCC55\Include\winbase.h 5043: Redefinition of 'AddAtom' is not identical

Que estoy haciendo mal ??? llevo varios dias liado con esto :-)
Mil gracias de antemano por todo
Un saludo a todos
Lorenzo
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
problemas al compilar: Wbrowse
Posted: Thu Jun 28, 2007 01:46 PM

Usa s贸lo los flags -c y -I... y te debe generar el OBJ correctamente ya que s贸lo te aparecen "warnings" que puedes ignorar

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion