Search found 3042 matches: obj

Return to advanced search

Re: xHarbour.org updated!

intente compilar de la siguiente manera:

c:\xharbour\bin\harbour .\fast\FastRepH.prg /N /OObj\ /Ic:\fwh\include;c:\xharbour\include;c:\BCC77\include\windows
c:\BCC77\bin\bcc32 -c -b -tWM -Ic:\xharbour\include -oObj\FastRepH Obj\FastRepH.c

Se generó fastrep.c pero hubo un error al generar el obj.
by jair
Tue Mar 26, 2024 3:41 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 153
Views: 30973

Re: xHarbour.org updated!

intente compilar de la siguiente manera:
c:\xharbour\bin\harbour .\fast\FastRepH.prg /N /OObj\ /Ic:\fwh\include;c:\xharbour\include;c:\BCC77\include\windows
c:\BCC77\bin\bcc32 -c -b -tWM -Ic:\xharbour\include -oObj\FastRepH Obj\FastRepH.c

Se generó fastrep.c pero hubo un error al generar el obj.
by jair
Tue Mar 26, 2024 3:28 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 153
Views: 30973

Re: xHarbour.org updated!

Se generó fastrep.c pero hubo un error al generar el obj.
by jair
Tue Mar 26, 2024 3:27 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 153
Views: 30973

Re: xHarbour.org updated!

... dll fastreport y usa un prg para se comunica con la dll y este prg al no compilar presenta varios mensajes y un error que impide la creación del obj. Si te lo paso podrás ver lo que está mal? Si puedes hacer esto te estaré inmensamente agradecido y podré usar la nueva versión xharboir y bvv 7.70 ...
by jair
Tue Mar 26, 2024 3:22 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 153
Views: 30973

Re: Compiling with new harbour_bcc770_32_20240309

... buildh.bat is working fine using it. Please review FWH 24.02 samples\buildh.bat to see how we use it. from build.bat I saw echo %bcdir%\lib\c0w32.obj + > b32.bc echo %1.obj, + >> b32.bc echo %1.exe, + >> b32.bc echo %1.map, + >> b32.bc echo %hdirl%\hbrtl.lib + >> b32.bc ...
by Silvio.Falconi
Wed Mar 20, 2024 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 378

Re: Compiling with new harbour_bcc770_32_20240309

... be solved? but I have to put it in the root where the sources are then I can get the exe basically wants it before the call to the lib C0W32.OBJ in fact seeing the generated env file I have [Files] %HOME%\test.prg=1,.F.,0,0, %HOME%\tslines.prg=2,.F.,0,0, %HOME%\Resource\default.rc=3,.F.,0,0, ...
by Silvio.Falconi
Tue Mar 19, 2024 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 378

Still a problem with FWH 24.02 and xHarbour Builder - SOLVED

Hello,

I still get an error while building my application with xHarbour Builder.

This is the error

- Unresolved external symbol '_GetDCBrushColor referenced from CTRL2CHR.obj

With FWH 22.03 everything is ok.

How can this be solved?

Thanks a lot in advance.
by driessen
Sat Mar 16, 2024 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Still a problem with FWH 24.02 and xHarbour Builder - SOLVED
Replies: 4
Views: 119

Re: To Nageswrao Del Objs on TscrollPanel

... :=  { || Erase_Items(oBrw,oPanel) } Mr Rao this del the record on Browse but on Panel there are also the btnbmp (oBj) Function Erase_Items(oBrw,oPanel)   local  nItem:=  oBrw:aArrayData[ oBrw:nArrayAt ][2]   oBrw:Delete()   oBrw:Refresh()  ...
by Silvio.Falconi
Wed Feb 28, 2024 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 498

Re: Intentando un primer archivo make

... line become very large. Gracias por tu ayuda probé y el resultado es el mismo, además de quedarme una línea sumamente larga. There isn´t a echo.obj so I don´t understand the message returned. Además no existe un echo.obj, de modo que no entiendo el mensaje que devuelve Sorry for my terrible ...
by jose_murugosa
Wed Feb 28, 2024 12:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intentando un primer archivo make (RESUELTO)
Replies: 8
Views: 185

Re: Intentando un primer archivo make

hi, ...RENDIMIENTOS.EXE : $(PRG:.PRG=.OBJ)   echo off   echo $(BCDIR)\lib\c0w32.obj  + > b32.bc   echo OBJ\MAIN.OBJ\   echo OBJ\AJUSTECUARTOS.OBJ\   echo OBJ\ALMACENOREPORTE.OBJ\   echo OBJ\ARMAMATRIZ.OBJ\   echo OBJ\ARMAMATRIZENTDES.OBJ\  ...
by Jimmy
Tue Feb 27, 2024 10:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intentando un primer archivo make (RESUELTO)
Replies: 8
Views: 185

To Nageswrao Del Objs on TscrollPanel

https://i.postimg.cc/FRpJX5hG/nages-products.png Nages, I create a Scroll Panel with some Objs and save the obj on adata array To manage open a Xbrowse with aData I wish erase the obj on TscrollPanel When Click (SetCheck) on one items on xbrowse except product number ...
by Silvio.Falconi
Mon Feb 26, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 498

Re: Cual es la clase ?

... (c) 1997-2023 Embarcadero Technologies, Inc. Error: Unresolved external '_HB_FUN_FREOPEN_STDERR' referenced from J:\FWH2307\FWH\SAMPLES\RBDESIGN.OBJ Error: Unresolved external '_HB_FUN_HB_COMPILEFROMBUF' referenced from J:\FWH2307\FWH\SAMPLES\RBDESIGN.OBJ Error: Unresolved external '_HB_FUN_HB_HRBRUN' ...
by Antonio Linares
Mon Feb 26, 2024 7:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cual es la clase ?
Replies: 10
Views: 284

Re: Cual es la clase ?

... (c) 1997-2023 Embarcadero Technologies, Inc. Error: Unresolved external '_HB_FUN_FREOPEN_STDERR' referenced from J:\FWH2307\FWH\SAMPLES\RBDESIGN.OBJ Error: Unresolved external '_HB_FUN_HB_COMPILEFROMBUF' referenced from J:\FWH2307\FWH\SAMPLES\RBDESIGN.OBJ Error: Unresolved external '_HB_FUN_HB_HRBRUN' ...
by CARLOS ATUNCAR
Mon Feb 26, 2024 2:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cual es la clase ?
Replies: 10
Views: 284

Re: leggere test,hrb

... use Harbour.exe ? yes > Can you make a test here to compile ? Please review hrb.prg and hrbext.prg in Harbour/tests folder Antonio, can load an Obj from a fwh exe file ? I tried this prg but not run #include "fivewin.ch"FUNCTION Main()Local x, handle := hb_hrbLoad( "test.obj" ...
by Silvio.Falconi
Fri Feb 16, 2024 10:01 am
 
Forum: All products support
Topic: leggere test,hrb
Replies: 9
Views: 785

Re: link error

this : Error: Unresolved external '_HB_FUN_FREOPEN_STDERR' referenced from RBDESIGN.OBJ Error: Unresolved external '_HB_FUN_HB_COMPILEFROMBUF' referenced from RBDESIGN.OBJ Error: Unresolved external '_HB_FUN_HB_HRBRUN' referenced from RBDESIGN.OBJ Error: Unable to ...
by NWKL
Wed Feb 14, 2024 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 421
Next

Return to advanced search