Search found 601 matches: buildx

Return to advanced search

Re: Consulta Sobre Pasar Dbf a Mysql

This is a small exmaple. You can copy to fwh\samples folder, build with buildh or buildx and test. Please provide your mysql server credentials, password, etc. #include "fivewin.ch"function TestUploadFromAlias()   local oCn, oRs, nBatchSize ...
by nageswaragunupudi
Mon Feb 01, 2021 4:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Sobre Pasar Dbf a Mysql
Replies: 14
Views: 1339

Re: Imprimir imagen guardada en tabla SQL

... uses MSSQL server in the cloud provided by FiveTech for demonstration purposes. Please copy the sample to \fwh\samples folder and build with buildx.bat or buildh.bat #include "fivewin.ch"function Main()   local oCn, nVer, cSql, oRs, oPrn   oCn   ...
by nageswaragunupudi
Fri Dec 25, 2020 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Imprimir imagen guardada en tabla SQL
Replies: 11
Views: 2474

Re: Ole2TxtError() - Error de no existir LIBMYSQL.DLL

... + >> b32.bc echo $(HBDIR)\lib\hbvm.lib + >> b32.bc The part with libmysql So, 1) Please ensure you are linking all the libs in buildx.bat / buildh.bat in your application script. 2) Copy the same libmysql.lib from fwh\samples folder to your exe path.
by Marc Venken
Sun Dec 20, 2020 1:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ole2TxtError() - Error de no existir LIBMYSQL.DLL
Replies: 2
Views: 312

Re: Gif animado transparente

Estimado Francisco, Haga una nueva instalación del FWH1709, en C:\FWH1709 y cambie el BUILDX.bat Reporte... Saludos. João: Con todas las sugerencias incluidas. (Utilicé el primer programa que encontré para capturar video) Click sobre la imagen. https://i.ibb.co/4Y961k0/frangif.gif ...
by FranciscoA
Tue Nov 24, 2020 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Gif animado transparente
Replies: 23
Views: 2239

Re: Gif animado transparente

Estimado Francisco, Haga una nueva instalación del FWH1709, en C:\FWH1709 y cambie el BUILDX.bat

Reporte...

Saludos.
by karinha
Mon Nov 23, 2020 9:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Gif animado transparente
Replies: 23
Views: 2239

Re: FWCONNECT NO FUNCIONA

So, 1) Please ensure you are linking all the libs in buildx.bat / buildh.bat in your application script. 2) Copy the same libmysql.lib from fwh\samples folder to your exe path. The link was the same as the buildx.bat. What I did was add libmysql.dll ...
by pedroluis
Wed Sep 23, 2020 3:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWCONNECT NO FUNCIONA
Replies: 6
Views: 769

Re: FWCONNECT NO FUNCIONA

So,
1) Please ensure you are linking all the libs in buildx.bat / buildh.bat in your application script.
2) Copy the same libmysql.lib from fwh\samples folder to your exe path.
by nageswaragunupudi
Wed Sep 23, 2020 2:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWCONNECT NO FUNCIONA
Replies: 6
Views: 769

Re: FWCONNECT NO FUNCIONA

It is clear. Let us test it step by step. Please copy this program to \fwh\samples folder and then build and run with buildh.bat or buildx.bat. buildh <yourprgname>  http://www.lav-sis.com.ar/prueba.jpg It's Work Mr.Rao !!! Lo probé donde ud. me indicó y funcionó. ...
by pedroluis
Tue Sep 22, 2020 10:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWCONNECT NO FUNCIONA
Replies: 6
Views: 769

Re: FWCONNECT NO FUNCIONA

It is clear.

Let us test it step by step.
Please copy this program to \fwh\samples folder and then build and run with
buildh.bat or buildx.bat.

Code: Select all  Expand view

buildh <yourprgname>
 
by nageswaragunupudi
Tue Sep 22, 2020 8:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWCONNECT NO FUNCIONA
Replies: 6
Views: 769

Re: Creating a silent file to .pdf

Rao I am getting compile errors .. I have compiled \samples\pdfharu1.prg with buildx.bat and It compiles and links .. however using xMate I am linking in Fivehx and Fivehc and my app will not compile .. I have rem'd out all the libs in buildx except Fivehx and ...
by Rick Lipkin
Tue Sep 08, 2020 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a silent file to .pdf
Replies: 18
Views: 2250

Re: Error xbrowse PostMessage( ::oEditGet:hWnd, ...

...  ACTIVATE DIALOG oDlg CENTEREDreturn nil You can test this program by copying to \fwh\samples folder and build with buildh.bat or buildx.bat
by nageswaragunupudi
Tue Sep 01, 2020 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIXED !! Error xbrowse PostMessage( ::oEditGet:hWnd, ...
Replies: 2
Views: 517

Re: GET NO PERMITE EL ESPACIADO

Compile los ejemplos si funcionan bien he revisado y comprado mi configuración con el buildx.bat y estan iguales. [Environment] Description 1=xHarbour 1.2.3+ FWH 20.07+Bcc74+xMate 1.15 Description 2= Description 3= PRG Compiler ver=xHarbour 123 20200311 C compiler ...
by CARLOS ATUNCAR
Wed Aug 19, 2020 4:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET NO PERMITE EL ESPACIADO
Replies: 7
Views: 716

Re: Which C compiler and which Harbour should be used for FW?

... http://whosaway.com/ In the fivewin\samples folder you will find the compile and link batch files and lots of good examples of FiveWin programs Buildx.bat is for xHarbour Build.bat is for Harbour Cristobal has a very fine IDE you can download as well: https://bitbucket.org/fivetech/fivewin-contributions/downloads/FIVEDIT.EXE ...
by Rick Lipkin
Mon Jun 22, 2020 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3621

Re: xBrowse and SQLRDD bug

... the vertical scrollbar is positioned at the bottom. Please try this sample on your server, by changing the password, etc. This is my modified buildx.bat @ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for xHarbour 20.04 - Apr. 2020 ...
by nageswaragunupudi
Thu Jun 11, 2020 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and SQLRDD bug
Replies: 18
Views: 2463

Re: Editsource() Problem

FWH is natively shipped with buildh.bat, buildx.bat, buildh32.bat, etc.
Please build with buildh.bat and let us know if it is working correctly as expected or not.
by nageswaragunupudi
Mon Jun 08, 2020 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5399
PreviousNext

Return to advanced search