Search found 438 matches: tmp

Return to advanced search

Re: Error en librerias de Harbour MSVC

... (en vez de la anterior MSVCRT) de MSVC que es más moderna y rápida Dear Antonio, You mean modify buildh32.bat file echo ws2_32.lib >> msvc.tmp echo shlwapi.lib >> msvc.tmp echo strmiids.lib >> msvc.tmp *NEW ADD echo ucrt.lib >> msvc.tmp IF EXIST %1.res echo %1.res >> ...
by richard-service
Thu Apr 18, 2024 10:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en librerias de Harbour MSVC
Replies: 4
Views: 126

Re: harbour/xharbour appear ADS functions error

Enrico Maria Giordano wrote:Did you link ace32.lib and rddads.lib?


Yes, Linking

    RDDADS_LIB = $(HARBOUR_DIR)\Lib\rddads.lib
    ACE32_LIB = $(HARBOUR_DIR)\Lib\ace32.lib

    echo. s:\SetTool32\harbour\Lib\rddads.lib >> make.tmp
    echo. s:\SetTool32\harbour\Lib\ace32.lib >> make.tmp
by richard-service
Tue Apr 02, 2024 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8434

Re: How to include hbCurl?

Otto, I include, in a .mak file, the following: echo $(HBDIR)\lib\hbtipssl.lib >> msvc.tmp echo $(HBDIR)\lib\hbcurl.lib >> msvc.tmp echo $(HBDIR)\lib\libcurl.lib >> msvc.tmp I do my builds with Harbor and MSVC It works fine. Also include the libcurl.dll ...
by Marc Venken
Fri Mar 08, 2024 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2951

Re: How to include hbCurl?

Otto, I include, in a .mak file, the following: echo $(HBDIR)\lib\hbtipssl.lib >> msvc.tmp echo $(HBDIR)\lib\hbcurl.lib >> msvc.tmp echo $(HBDIR)\lib\libcurl.lib >> msvc.tmp I do my builds with Harbor and MSVC It works fine. Also include the libcurl.dll ...
by TimStone
Sun Mar 03, 2024 12:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2951

Re: Google Graph extra graphic ? (Navaro)

... now, but I don't see the difference of the problem before with resolution. For the Xbrowse : PROG = Arduino program item MOV = Move servo motor TMP = Temperature sensor value NUM = Program number (steps 1 to xxx that the robot is doing) cronologic sequence SER0 - SER2 (will be ser 5) are the ...
by Marc Venken
Thu Feb 22, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: No borrar fichero

sugiero lo que comenta Joao
al cerrar o salir de los sistemas
aFicheros := directory( ".\tmp\*.*" )
for i := 1 to len(aFicheros)
ferase( '.\tmp\'+aFicheros[i][1] )
next
by sysctrl2
Fri Oct 20, 2023 7:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No borrar fichero (SOLUCIONADO)
Replies: 12
Views: 491

Re: Virtual strings in DBF

Then u could use triggers with rdd. Every time update a field then it will update a dbf tmp with the same struct.

C.
by Carles
Thu Sep 28, 2023 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Virtual strings in DBF
Replies: 12
Views: 697

Re: numeric get

Dear karinha,
unfortunately, this doesn't work.
Image
The cursor starts at the red arrow not at the very right position.
by Detlef
Thu Jul 20, 2023 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: numeric get
Replies: 8
Views: 337

Webservice de .NET a Fivewin

Esimados Colegas, En esta oportunidad me encuentro trabajando con este webservice y no logro obtener una respuesta correcta, recibo error de seguridad. Cuento con un ejemplo realizado en el lenguaje .NET que utilizo como referencia. Quería consultarles si alguno ha trabajado con ese idioma y me da u...
by mterraz
Wed Jul 12, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webservice de .NET a Fivewin
Replies: 2
Views: 586

Re: xbrowse

Mr. Rao,
I don't want to trouble you.
But my test still fails all the time.
And it doesn't matter with FW_SetUnicode() or without.

Image
I don't know what to do.

Regards
Detlef
by Detlef
Sat Jul 08, 2023 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse
Replies: 15
Views: 608

Re: FiveDBU 64 Bit ?

... char *)" (? nxs_crypt@@YAXPBEK0KPAE@Z) fivedbu.exe : fatal error LNK1120: 1 nicht aufgelöste Externe * Linking errors * c:\fwh64\samples\msvc.tmp fivedbu.obj c:\fwh\lib\FiveH32.lib c:\fwh\lib\FiveHC32.lib c:\fwh\lib\libmysql32.lib c:\fwh\lib\hbhpdf32.lib c:\fwh\lib\libhpdf32.lib c:\harbour\lib\win\msvc\hbrtl.lib ...
by Jimmy
Mon Apr 17, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU 64 Bit ?
Replies: 10
Views: 743

Re: VS2022 Portable x32 x64

... /GA %1.c :ENDCOMPILE IF EXIST %1.rc rc -r -d__FLAT__ %1 IF EXIST %1.rc IF NOT EXIST %1.res rc -r -d__FLAT__ %1 echo %1.obj > msvc.tmp echo %fwh%\lib\FiveH32.lib %fwh%\lib\FiveHC32.lib %fwh%\lib\libmysql32.lib >> msvc.tmp echo %fwh%\lib\hbhpdf32.lib >> msvc.tmp echo ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6783

xBrowse footer picture

... 5 ]:bClrFooter     := { ||{ CLR_MAGENTA, } }      :MakeTotals()   END  Result: https://www.hamelau.eu/tmp/footer.jpg There are 4 decimals instead of only 2 and a decimal dot instead of comma. What can i do to display the sums according the picture ...
by Detlef
Mon Apr 03, 2023 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse footer picture
Replies: 11
Views: 731

Re: mod_harbour + ADS on linux server

... not work. The browser receives no response from the server and in apache error.log there is the error: /usr/sbin/apache2: symbol lookup error: /tmp/libharbour.-318593280.-1236078313: undefined symbol: AdsSetDateFormat I hope that this could help you. If you think that is better I will give you ...
by berpa
Thu Dec 01, 2022 10:35 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31223

Re: mod_harbour + ADS on linux server

Ok, I got it... I had to restart apache... :oops:

Now I get this error (both in my application and in mod_harbour examples):

mod_harbour version Dec 1 2022, 10:10:00
/tmp/libharbour.-846395648.-210844650: undefined symbol: HB_FUN_ADS
failed to load hb_apache()

Am I doing something wrong?
by berpa
Thu Dec 01, 2022 9:38 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31223
Next

Return to advanced search