Search found 818 matches: echo

Return to advanced search

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: 8176

Re: Compiling with new harbour_bcc770_32_20240309

on your build.bat there is echo %bcdir%\lib\uuid.lib + >> b32.bc but this lib is on \bcc7\lib\psdk Now I try to create env file with the same configi of build.bat %C_LIB_INSTALL%\C0W32.OBJ=1%HB_LIB_INSTALL%\win\bcc\hbrtl.lib=2%HB_LIB_INSTALL%\win\bcc\hbvm.lib=3%HB_LIB_INSTALL%\win\bcc\gtwin.lib=4%HB_LIB_INSTALL%\win\bcc\hblang.lib=5%HB_LIB_INSTALL%\win\bcc\hbmacro.lib=6%HB_LIB_INSTALL%\win\bcc\hbrdd.lib=7%HB_LIB_INSTALL%\win\bcc\rddntx.lib=8%HB_LIB_INSTALL%\win\bcc\rddcdx.lib=9%HB_LIB_INSTALL%\win\bcc\rddfpt.lib=10%HB_LIB_INSTALL%\win\bcc\hbsix.lib=11%HB_LIB_INSTALL%\win\bcc\hbdebug.lib=12%HB_LIB_INSTALL%\win\bcc\hbcommon.lib=13%HB_LIB_INSTALL%\win\bcc\hbpp.lib=14%HB_LIB_INSTALL%\win\bcc\hbcpage.lib=15%HB_LIB_INSTALL%\win\bcc\hbwin.lib=16%HB_LIB_INSTALL%\win\bcc\hbcplr.lib=17%HB_LIB_INSTALL%\win\bcc\hbpcre.lib=18%HB_LIB_INSTALL%\win\bcc\xhb.lib=19%HB_LIB_INSTALL%\win\bcc\hbziparc.lib=20%HB_LIB_INSTALL%\win\bcc\hbzlib.lib=21%HB_LIB_INSTALL%\win\bcc\hbgt.lib=22%HB_LIB_INSTALL%\win\bcc\minizip.lib=23%HB_LIB_INSTALL%\win\bcc\hbmzip.lib=24%HB_LIB_INSTALL%\win\bcc\gtgui.lib=25%HB_LIB_INSTALL%\win\bcc\hbct.lib=26%C_LIB_INSTALL%\CW32.LIB=27%C_LIB_INSTALL%\PSDK\uuid.lib=28%C_LIB_INSTALL%\IMPORT32.LIB=29%C_LIB_INSTALL%\PSDK\odbc32.lib=30%C_LIB_INSTALL%\PSDK\nddeapi.lib=31%C_LIB_INSTALL%\PSDK\iphlpapi.lib=32%C_LIB_INSTALL%\PSDK\msimg32.lib=33%C_LIB_INSTALL%\PSDK\psapi.lib=34%C_LIB_INSTALL%\PSDK\rasapi32.lib=35%C_LIB_INSTALL%\psdk\GdiPlus.lib=36%C_LIB_INSTALL%\PSDK\shell32.lib=37%C_LIB_INSTALL%\PSDK\ws2_32.lib=38%HB_LIB_INSTALL%\win\bcc\png.lib=39C:\Work\FWH\lib\Fiveh.lib=40C:\Work\FWH\lib\Fivehc.lib=41  ...
by Silvio.Falconi
Thu Mar 21, 2024 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3301

Re: Compiling with new harbour_bcc770_32_20240309

... sometimes. FWH 24.02 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 ...
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: 3301

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 ...
by Marc Venken
Fri Mar 08, 2024 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2883

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 ...
by TimStone
Sun Mar 03, 2024 12:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2883

Re: Intentando un primer archivo make

... and 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: 233

Re: Controls behave different in Window as in Dialog

... cleaned it could be a interesting sample for the sample dir. It runs now also from the sample dir with buildh.bat I just needed to add 1 lib : echo %hdirl%\googlefwh.lib + >> b32.bc #include "WebCam.ch"Public oMain//  The Dialog/Window testing is done because I can't get all ...
by Marc Venken
Sat Feb 24, 2024 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 148

Re: Data exchange between PC and Android device on the same loca

... text file the report request is stored. //write Report task $Report = fopen( $filename . "txt", "w"); if ($Report == false) { echo ("Error in opening new Report"); exit(); } fwrite($Report, "Print Report: Verkauf "); fclose($Report); The FIVEWIN program ...
by Arturo Lopesoria
Fri Feb 23, 2024 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 758

Re: WebView2 sample

... FWH and xHarbour and now my problem is solved. One error was my modified buildx.bat. Because I thought never using zip functions I put the entry echo %hdirl%\hbzip.lib + >> b32.bc as comment. :x I'm very sorry having wasted your time with my mistakes. Detlef
by Detlef
Tue Jan 30, 2024 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1190

Re: link between PRG and RC

... source\fwsrc\msglist.prg resource\prestamos.rc #hbxpp.hbc xhb.hbc hbwin.hbc hbct.hbc hbmzip.hbc hbziparc.hbc #hbfoxpro.hbc hbmisc.hbc c.bat @echo off set olpath=%path% set path=%path%;d:\compiler\mingw\bin;d:\compiler\harbour\bin hbmk2 prestamos32.hbp set path=%olpath% pause
by carlos vargas
Tue Jan 30, 2024 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1636

WEBVIEW2 oPrn:PrintTable() alternative

... there. To achieve the functionality of oPrn:PrintTable(), only a few parameters are required. I will gradually expand xReport. Since I receive no echo here in the group, I assume that there is currently/for the time being no interest in the source code. And it is always work involved when posting ...
by Otto
Fri Jan 12, 2024 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 oPrn:PrintTable() alternative
Replies: 0
Views: 645

Re: Comprar BCC 10 de Embarcadero?

... . Si es así , las restricciones son muchas . - Embarcadero te da la licencia para usarlo 365 días no te garantida que te la vaya renovar, de echo cada año debes volver a instalarla con un código nuevo. - tienes que cumplir la condición de ingresar menos de 5.000 USD al año, con esto ya limita ...
by jvtecheto
Thu Jan 11, 2024 9:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Comprar BCC 10 de Embarcadero?
Replies: 13
Views: 1531

modificando el build.sh para Mac me da un error... ayuda

... como puedo hacer para modificar esto? la parte del script es esta: HARBOUR=~/harbourHARB_INC=$HARBOUR/includeSOURCE_INC=../includeFIVEMAC=~/fivemacecho compiling C module...#  add -arch ppc -arch i386 for universal binariesif [ -d /Applications/Xcode.app ]; then   echo "uno"  ...
by goosfancito
Wed Dec 27, 2023 6:28 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: modificando el build.sh para Mac me da un error... ayuda
Replies: 1
Views: 162

Re: Pregunta sobre Fivedit

Eso lo hace cuando el fichero que estás editando es UTF-8
Está configurado así, pero le echo un vistazo y te comento
by cnavarro
Thu Dec 07, 2023 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta sobre Fivedit
Replies: 2
Views: 274

Re: ID of the new process

... * from Win32_Process Where Name = 'winword.exe'") For Each objProcess In colProcesses Set objOwner = objProcess.GetOwner() WScript.Echo "Process ID: " & objProcess.ProcessId WScript.Echo "Owner: " & objOwner.User Next ``` This may not directly give you ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 316
Next

Return to advanced search