Search found 231 matches: oobj

Return to advanced search

Compiling error Antonio Nages resolved

... /a /iC:\Work\fwh\include /iC:\work\HARBOUR\Include /jC:\Work\errori\TEST_G~1\I18n\Main.hil /iinclude;c:\work\fwh\include;C:\work\HARBOUR\include /oObj\test.c Harbour 3.2.0dev (r2403071241) Copyright (c) 1999-2021, https://harbour.github.io/ Compiling 'test.prg'... Lines 5140, Functions/Procedures ...
by Silvio.Falconi
Fri Apr 12, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 220

Re: Problem with valid email refresh btnbmp

... /a /iC:\Work\fwh\include /iC:\work\HARBOUR\Include /jC:\Work\errori\BTNBMP~1\I18n\Main.hil /iinclude;c:\work\fwh\include;C:\work\HARBOUR\include /oObj\karinha.c Harbour 3.2.0dev (r2403071241) Copyright (c) 1999-2021, https://harbour.github.io/ Compiling 'karinha.prg'... karinha.prg(130) Error ...
by Silvio.Falconi
Fri Apr 05, 2024 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2427

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: 156
Views: 37547

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: 156
Views: 37547

Re: build Import LIB from LibPQ.DLL

... ( IsKindOf() ) in Source To be honest, I did not understand the question. IsKindOf is a method that is available to all Harbour classes. oObj:IsKindOf( "someclass" ) means the oObj is of class "someclass" or is derived from that class. What is has to do with "hardcode"
by nageswaragunupudi
Tue Jul 04, 2023 4:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2816

how to get Information from ::aControls

hi, i do have REDEFINE BUTTON and i want to get hWnd of each Control   FOR ii := 1 TO LEN( ::aControls )      oObj := ::aControls[ii]      hWnd := oObj:hWnd      fwlog oObj, LEN(oObj), hWnd oOBj -> TBUTTON LEN(oObj) -> 151 // ??? hWnd -> 0 what i´m ...
by Jimmy
Thu Mar 30, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get Information from ::aControls
Replies: 2
Views: 243

Re: help for Gdiplus Brush class

... /a /iC:\Work\fwh\include /iC:\work\HARBOUR\Include /jC:\Work\errori\BUTTON~1\I18n\Main.hil /iinclude;c:\work\fwh\include;C:\work\HARBOUR\include /oObj\TESTGDI.c Harbour 3.2.0dev (r2104281802) Copyright (c) 1999-2021, https://harbour.github.io/ Compiling 'TESTGDI.prg'... Lines 5658, Functions/Procedures ...
by Silvio.Falconi
Thu Mar 23, 2023 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help for Gdiplus Brush class
Replies: 4
Views: 348

Re: error al personalizar hoja de excel despues de toexcel()

... Cajas.res >> b32.bc $(BCDIR)\bin\ilink32 -Gn -aa -Tpe -s @b32.bc >log-prg.txt del b32.bc .prg.obj: $(HBDIR)\bin\harbour $< /L /N /W /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include >log-prg.txt $(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c Cajas.res : Cajas.rc ...
by artu01
Wed Nov 23, 2022 11:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al personalizar hoja de excel despues de toexcel()
Replies: 9
Views: 1166

Re: TOPMOST

i also found this CODE Code: SetWindowPos( oObj:hWnd, HWND_TOPMOST ,; oObj:nTop, oObj:nLeft ,; oObj:nWidth, oObj:nHeight ) which i can use at INIT Is this working as expected? YES :D Can this be useful? SetForegroundWindow( oWnd:hWnd NO. it ...
by Jimmy
Sat Nov 05, 2022 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOPMOST
Replies: 7
Views: 340

Re: TOPMOST

i also found this CODE
Code:
SetWindowPos( oObj:hWnd, HWND_TOPMOST ,;
oObj:nTop, oObj:nLeft ,;
oObj:nWidth, oObj:nHeight )

which i can use at INIT

Is this working as expected?

Can this be useful?
Code: Select all  Expand view
SetForegroundWindow( oWnd:hWnd
by nageswaragunupudi
Sat Nov 05, 2022 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOPMOST
Replies: 7
Views: 340

Re: Limitation while adding PRG to mylib.lib (RESOLVED)

... this msg when compiling... ********************************************************************* D:\FWH\Harbour\bin\harbour .\W_5AF2.PRG /N /W /Oobj\ /ID:\FWH\FWH\include;D:\FWH\Harbour\include >clip.log D:\FWH\Bcc\bin\bcc32 -c -tWM -ID:\FWH\Harbour\include -oobj\W_5AF2 obj\W_5AF2.c Embarcadero ...
by RiazKhan
Sat Aug 07, 2021 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Limitation while adding PRG to mylib.lib (RESOLVED)
Replies: 2
Views: 386

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Maestro, Finalmente logro compilar el archivo .C Modifique de esta manera y logro hacerlo .PRG.OBJ:   $(HBDIR)\bin\harbour $< /L /N /W /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include;.\include   $(BCDIR)\bin\bcc64 -c -I$(HBDIR)\include -I$(BCDIR)\include\windows\sdk -I$(BCDIR)\include\windows\crtl ...
by Compuin
Mon Jun 28, 2021 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4079

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Antonio Linares wrote:Prueba asi:

$(BCDIR)\bin\bcc64 -I$(BCDIR)\include\windows\sdk -I$(BCDIR)\include\windows\crtl -oobj\$& @tmp .\c\$&.c


Sigue arrojando el error anterior
by Compuin
Mon Jun 28, 2021 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4079

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Prueba asi:

$(BCDIR)\bin\bcc64 -I$(BCDIR)\include\windows\sdk -I$(BCDIR)\include\windows\crtl -oobj\$& @tmp .\c\$&.c

Para los warnings prueba este flag:

-std=<value>
y para C11 value es 201112L // gracias a Manu por la info
by Antonio Linares
Mon Jun 28, 2021 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4079

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... echo "pasa por aqui" "pasa por aqui" c:\Bcc7164\bin\bcc64 -Ic:\Bcc7164\include\windows\sdk -Ic:\Bcc7164\include\windows\crtl -oobj\Libreria @tmp Libreria.c Embarcadero C++ 7.20 for Win64 Copyright (c) 2012-2016 Embarcadero Technologies, Inc. bcc64.exe: error: no such file or ...
by Compuin
Mon Jun 28, 2021 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4079
Next

Return to advanced search