topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
xharbour para FWH810 | Gracias armando,
Te reitero, el correo es:
julio punto llinas21 arroba gmail punto com
mi correo en el foro es ssp21 arroba hotmail punto com
Gracias por contestar !
Abrazos, |
xharbour para FWH810 | Julio:
Te lo envié a ambas direcciones pero en una me lo rechaza
Saludos |
xharbour para FWH810 | Recibido Armando...
Muchas Gracias, resuelto con la copia que me enviaste !
Abrazos, |
xharbour para fwh1507+xharbour+bcc582 | com: fwh1507+xharbour+bcc582
onde posso fazer o download do xharbour(bcc582)?
??????????????????????????????????????????????????????????????????????????????
? FiveWin for xHarbour 15.07 - Jul. 2015 xHarbour development power ??
? (c) FiveTech, 1993-2015 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8 ??
?... |
xharbour para fwh1507+xharbour+bcc582 | Aqui
<!-- m --><a class="postlink" href="https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/xharbour10121_20150503_bcc58.zip">https://bitbucket.org/fivetech/harbour- ... _bcc58.zip</a><!-- m --> |
xharbour para fwh1507+xharbour+bcc582 | Cristobal Navarro,
muito obrigado! |
xharbour parameters | HI, i have use only -c to compile my appl, libs, fwh, etc... another flags ( -5-6-O-tmw) is default or is dispensable? thanks |
xharbour parameters | in the truth, it would like to know which parameters are necessary currently. |
xharbour parameters | Norberto,
Do you mean the flags to compile C files or PRG files ? |
xharbour parameters | Antonio, i compile xharbour (cvs), my libs (prg and C), appl (prg), and sometimes (Fwh). thanks |
xharbour parameters | Norberto,
For PRG files, /n /i... is ok, unless you want to stop on compiler warnings
For C files, -c is ok |
xharbour version | c'è una funzione per vedere la versione installata?
grazie |
xharbour version | Version()
EMG |
xharbour version 1.0 | I'm using xharbour .9971.
My FWH version is Oct 2007 (7.10)
My complier is Borland C++ 5.5
Will these FWH files work with the latest Xharbour beta 1.0 of November 9th, 2007 ?? |
xharbour version 1.0 | I believe so. I use 7.11 now with the November xHarbour release, but the PCode change was a while back, so you should be OK. I do not use the Borland compiler, however. I use the MS compatible compiler included with xHarbour. |
xharbour with gcc (mingw)? | Hello,
Can xharbour work with gcc (mingw)? Or is that only possible with harbour?
Pieter |
xharbour with gcc (mingw)? | Pieter,
I don't know if xharbour supports MinGW.
Surely Enrico may help us on this |
xharbour with gcc (mingw)? | Yes, it is on
[url:1nvknwl8]http://www.whosaway.com[/url:1nvknwl8]
EMG |
xharbour with gcc (mingw)? | Enrico, Oké!, I have send an email to you. Pieter |
xharbour with gcc (mingw)? | Pieter,
Remove the flag '-mno-cygwin' when calling gcc |
xharbour with gcc (mingw)? | Antonio,
I already tried that, I get this error.
??????????????????????????????????????????????????????????????????????????????
?FiveWin for Harbour 15.01 and GCC - Jan. 2015 Harbour development power ??
?(c) FiveTech, 1993-2015 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8 ??
????????????????????????????????... |
xharbour with gcc (mingw)? | Hello <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> ,
I have downloaded from <!-- m --><a class="postlink" href="http://www.whosaway.com/">http://www.whosaway.com/</a><!-- m -->:
-mingw530.zip
-xhb10146_mingw53.zip
I want to compile and run a helloworld.prg program... |
xharbour with gcc (mingw)? | Pieter,
Please review FWH\samples\buildg.bat to use MinGW
You can easily modify it to use it with xHarbour |
xharbour with gcc (mingw)? | Antonio, Thanks,
I have modified buildg.bat:
if "%fwh%" == "" set fwh=C:\XharbourWithMingwTestProgram\fwh
set hdir=C:\XharbourWithMingwTestProgram\xhb10146_mingw53\xharbour
set hdirc=%hdir%\bin\harbour.exe
set hlibs=%hdir%\lib\gcc
set mingw=C:\XharbourWithMingwTestProgram\mingw530\MINGW530
set path=C:\XharbourWithMi... |
xharbour with gcc (mingw)? | Long time ago ( 2008 !!! )
I tested MingW with Antonio to get it working
have a look at my results, posted problems and samples
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=12763&hilit=MingW">viewtopic.php?f=3&t=12763&hilit=MingW</a><!-- l -->
The project for testing... |
xharbour with gcc (mingw)? | Hello ukoenig:D, thank you. So something did worked:D, was it fivewin with harbour and/or xharbour?
I know that harbour works very well with mingw(it is very easy with hbmk2). I now want to get xharbour working with mingw(It not really neccesary to use fivewin for that at this moment)
I see mno-cygwin is missing. (un... |
xharbour with gcc (mingw)? | Pieter,
all my tests are done with XHARBOUR.
I will have a closer look at my old tests and check with NEW fwh.
regards
Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
xharbour with gcc (mingw)? | Pieter,
Please replace this:
I think the problem is with set hlibs=%hdir%\lib\gcc
with this:
set hlibs=%hdir%\lib |
xharbour with gcc (mingw)? | Antonio,
I did set hlibs=%hdir%\lib
Still the same error.
??????????????????????????????????????????????????????????????????????????????
?FiveWin for Harbour 15.01 and GCC - Jan. 2015 Harbour development power ??
?(c) FiveTech, 1993-2015 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8 ??
??????????????????????... |
xharbour with gcc (mingw)? | Pieter,
Please post here your modified batch file |
xharbour with gcc (mingw)? | Hi Antonio,
@ECHO OFF
CLS
ECHO ???????????????????????????????????????
ECHO ?FiveWin for Harbour 15.01 and GCC - Jan. 2015 Harbour development power ?
ECHO ?(c) FiveTech, 1993-2015 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8 ?
ECHO ????????????????????????????????????????
ECHO ? ?????????????????????????????... |
xharbour-0.99.0.rpm + gcc compile & link error. | Hi all.
i have linux kernel redhat 9.
xharbour-0.99.fc1.0.rpm install.
redhat 9 + gcc + xharbour-0.99.fc1.0
test.prg
////////////////////////////////////////////
func main()
? "test say....."
return
////////////////////////////////////////////
compile..
#harbour test.prg
~Done.
#gcc test.o -otyest.c -I /usr/i... |
xharbour-0.99.0.rpm + gcc compile & link error. | Yunbg,
Could you use Harbour instead of xHarbour ? Then you could easily build using Harbour hbmk2 app |
xharbour-0.99.0.rpm + gcc compile & link error. | Thank you.
Antonio Linares
I have no idea.
you make simple xbuild.sh sent me please.
My configure in linux.
HB_BIN_INSTALL=/usr/bin
HB_LIB_INSTALL=/usr/xharbour/lib
HB_INC_INSTALL=/usr/xharbour/include
...
xharbour 0.99.0 + gcc + linux(red hat 9) |
xharbour-0.99.0.rpm + gcc compile & link error. | This is the buildx.sh for xHarbour and FiveLinux:
buildx.sh
[code=fw:25a5g93i]<div class="fw" id="{CB}" style="font-family: monospace;"># ./buildx.sh<br /> <br />clear<br /> <br /><span style="color: #00C800;">if</span> <span style="color: #000000;">[</span> $# = <span style="color: #000000;">0</span> <s... |
xharbour.exe es el mismo que la 805 | Antonio,* New: Harbour and xHarbour builds, updated with the most recent svn and cvs files. Important: There are many libraries names changed in Harbour, please review fwh\samples\buildh.bat and update your batch and makefiles.Según yo, el xharbour.exe 3,181,951 de la 806 es exactamente el mismo de la versión 805Baje... |
xharbour.exe es el mismo que la 805 | Fernando,Por favor, tienes que descargar harbour.exe y xharbour.exe de nuevo. No los habíamos actualizado en nuestro servidor FTP, graciasVamos a revisar de inmediato lo que nos comentas acerca de WebExp. Gracias |
xharbour.exe es el mismo que la 805 | Fernando,Aqui estan funcionando bien samples\webexp.prg, webexp2.prg y webexp3.prg. Lo que parece no funcionar es el método "GoHome" que lo hemos cambiado por: // oActiveX:Do( "GoHome" ) oActiveX:Do( "Navigate", "http://www.google.com" )Los eventos aparecen aqui correctamente mostrados al finalizar webex... |
xharbour.exe es el mismo que la 805 | Descarge nuevamente todo y lo instalé.Los samples ya se ejecutanCierto es que si en lugar de usarlo oActiveX:Do( "GoHome" ) usasoActiveX:Do( "Navigate", "http://www.fivetechsoft.com" ) funciona correctamente...Lo único que veo de diferente es que si tiene un parametro funciona,, sino. Regresa NIL.Esa difere... |
xharbour.exe es el mismo que la 805 | Pues no,El mismo prg en la 805msginfo( oActiveX:Do( "Initialize" ) ) --> regresa 0 que indica que se inicializóEn la 806msginfo( oActiveX:Do( "Initialize" ) ) --> regresa NIL Para mi que hay algo en la 806... tu webexp.prg con la 806 no hace nada, pero con la 805 muestra la página de google. |
xhb feb release fw27 unresolves external _hb_stack | Hello,
I try to build an fw aplication .
I have rebuild all the obj's and lib's mentioned in the xbp-file , but i have still this external.
I have no idea which module is the guilty.
Frank |
xhb feb release fw27 unresolves external _hb_stack | Olá,
Eu também estou com o mesmo problema.
Obrigado,
Rossine. |
xhb feb release fw27 unresolves external _hb_stack | Ok , i found it , an obj-file derived from a c-file in one from the lib's.
Next problem : see new thread |
xhb feb release fw27 unresolves external _hb_stack | OK,
Eu também achei o problema. Eu estava linkando o arquivo "MACRO.OBJ" junto com tsbutton e tsbrowse, mas eu não me lembro o porque deste arquivo. Se alguém souber a verdadeira necessidade deste arquivo e puder me enviar o fonte, ficarei grato <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title=... |
xhb feb release fw27 unresolves external _hb_stack | Hi Frank,
Could you share which files are the problem? |
xhb feb release fw27 unresolves external _hb_stack | Alex,
Maybe it is not important for you , but i use xbroxse from ozlib.
In the build file was a obj , derived from a c-module . So i had to replace this obj module with the c-module
Frank |
xhb.com + fwh no funciona errsys | Antonio xhb.com con fwh funciona bien, pero no lanza el dialogo de error de errsys.prg, se queda la app congelada,
lo mas probable es un error en ese mismo archivo lo cual crea una recursibidad que bloquea la app.
porueba generar un error, por ejemplo una expresion
[code=fw:2mvk8g3o]<div class="fw" id="{CB}" style="fon... |
xhb.com + fwh no funciona errsys | Carlos,
Has comprobado si se genera algún fichero log ? |
xhb.com + fwh no funciona errsys | no llega a generarlo.
por ello e error esta antes.
salu2 |
xhb.com + fwh no funciona errsys | Te acabo de enviar un email |
xhb.com + fwh no funciona errsys | ya lo he respondido.
salu2 |
xhb.obj | Ah yes. I remember.
Thanks. |
xhb.obj | It worked OK without the file. Initial, quick, testing, shows it to be ok. |
xhb.obj | Michel,
It was required to allow the use of C++ with PellesC (used by xhb.com) |
xhb.obj | In the past I have always linked in xhb.obj when building applications with xHarbour (.com) and FWH.
I was looking to see if we have an updated version of this file, but it doesn't appear in the distribution of FWH.
I know mine dates back to June, 2009. Is there a more recent copy, or can we stop using it ?
Tim |
xhb.obj | Tim,
Don't link it and lets see what you get, thanks |
xhb.obj | Antonio,
Tim,
I used xhb.obj too.
As Antonio suggested I relinked my application without xhb.obj and it seems to be that it is no longer needed anymore.
Can't remember why we had to use in the past. Do you?
Thanks. |
ximage rotate and save | I rotate an image with
@ 230,312 BTNBMP obtnPreview[3] BITMAP "AROTATE" NOBORDER ;
SIZE 18,24 of oAllegati;
ACTION oImagePreview:Rotate()
and the I save it but this function
[code=fw:15g6j90r]<div class="fw" id="{CB}" style="font-famil... |
ximage rotate and save | Try with
[code=fw:snyhrqxx]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />.../...<br />SaveImgMod<span style="color: #000000;">(</span> oImage, <span style="color: #ff0000;">"ejemplom.png"</span> <span style="color: #000000;">)</span><br />.../...<br /><br /><span style="color: #B900B9;"... |
ximage rotate and save | How I can Know if the image is modify ? |
ximage rotate and save | You have to implement that aspect. |
ximage rotate and save | if oImage:nZoom == 1 .and. oImage:nRotate == 0
// not modified
else
oImage:SaveToBmp( cBmpFile ) // save rotated / zoomed image to bmp file
endif |
ximage rotate and save | Yes, but in this case the image is always recorded with the size of the control, and not with the original size of the image |
ximage rotate and save | and it can run good ?
just an idea...
[code=fw:v7a68auj]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------//</span><br /><span style="color: #00C800;">Function</span> SalvaImage<span style... |
ximage rotate and save | [quote="cnavarro":3l1co368]Yes, but in this case the image is always recorded with the size of the control, and not with the original size of the image[/quote:3l1co368] |
ximage rotate and save | It save right the picture is rotated but when it save is saved all dialog and not only the image
see here
[img:24pf863f]https://s13.postimg.org/4ew7vz313/image.jpg[/img:24pf863f]
see also the scroll is saved |
ximage rotate and save | Silvio , you can use tgdiplus <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[code=fw:33gpg7pi]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">Function</span> saveimage<span style="color: #000000;">(</span> cSaveNa... |
ximage rotate and save | Manuel not run
[code=fw:2pem2gtx]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> SalvaImage<span style="color: #000000;">(</span>oImg<span style="color: #000000;">)</span><br /> <span style="color: #00C800;">Local</span> nType<br /> <sp... |
ximage rotate and save | [quote:1ogpxylz]
see also the scroll is saved
[/quote:1ogpxylz]
Try with last parameter in function SaveImgMod( oImg, cFile, lDimImg ) // .T. or .F.
I think function Manuel is very good function, but save method return .F., thanks |
ximage rotate and save | silvio , look ...
[code=fw:3u9t6jqv]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">Function</span> SalvaImage<span style="color: #000000;">(</span>oImg<span style="color: #000000;">)</span><br /> <span style="color: #00C800;">Local</span> nType<br... |
ximage rotate and save | [color=#8080FF:1rh0quxq][size=200:1rh0quxq]thanks Manuel [/size:1rh0quxq][/color:1rh0quxq]
<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{SMILIES... |
xls color | Hi
#include "fivewin.ch"
#include "FileXLS.ch"
#include "XLSForm.ch"
#include "XLSError.ch"
#define BORDER_UP nOr( BORDER_TOP )
#define BORDER_DOWN nOr( BORDER_BOTTOM )
#DEFINE TRUE .T.
#DEFINE FALSE .L.
LOCAL nFormat,nFormat2,nFormat3,nFont1,nFont2,nFont3,oXLS
local f
local i
DEFINE XLS FORMAT nFor... |
xls color | With this class you can not color the font (look at the code), I think if you can put a plot in the background.
Saludos |
xls color | como ejemplo:
esta es una función adaptada para que construya una hoja en excel a partir de un xBrowse dado
[code=fw:2s7dr9tu]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> ExcelConstructor<span style="color: #000000;">(</span> oBrw, oMeter, cTitle <s... |
xls color | Hi
Thanks
[quote:2c2g0rwl]I think if you can put a plot in the background.[/quote:2c2g0rwl]
How to colour the backgroud ?
Regards
ACWoo
Using FWH + bcc582 |
xls color | [quote:tvgtx8z2]
How to colour the backgroud ?
[/quote:tvgtx8z2]
Puedes agregar o cambiar en estas instrucciones, la variable "cLet" , indica la letra del rango
[code=fw:tvgtx8z2]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//--- color de cabezeras</span><br /><br /> ... |
xmate - alguem tem a configuração para pocket pc? | xmate - alguem tem a configuração para pocket pc? |
xmate - alguem tem a configuração para pocket pc? | Sr. Antonio, o que tem de errado nesta configuração do xmate?
[Environment]
Description 1=
Description 2=
Description 3=
PRG Compiler ver=
C compiler ver=
Subsystem=
Author=VinÝcius
Last update=10/05/2009
[Advanced]
Command types=1,1,1,1,1,1,1,1,1
[Harbour]
HB_INSTALL=C:\harbour_CE
HB_COMMAND=%HB_BIN_INSTALL%\Harbou... |
xmate y harbour? | buenas noches.
Quien sea tan amable y este utilizando xmate, podria pasarme un proyecto (configuracion)
que utilice harbour y fwh?
gracias. |
xmate y harbour? | qual o seu email? |
xmate y harbour? | Obrigado por responder. Eu passo meu email.
gusmavf arroba gmail punto com |
xmate y harbour? | [url:1en0sm92]https://bitbucket.org/fivetech/fivewin-contributions/downloads/FIVEDIT.EXE[/url:1en0sm92] |
xmate y harbour? | Antonio,
He intentado pasarme a ese editor pero me gusta mas la simpleza que tiene el xMate,
si tuviese un makefile de donde poder ver las librerias que son necesarias para pasar
a harbourd... ya seria total. El xMate es como usar vin en vez de gedit... editor del corazon.
gracias. |
xmate y harbour? | Desculpe a demora, enviado! |
xmate y harbour? | recibido
Gracias! |
xml | Necesito intercambiar mensajes mediante xml.
Para ello estoy revisando el foro y he tratado de probar con mxml pero no logro compilar.
En el prg he incorporado la línea: #include "hbmxml.ch"
Teniendo que descargar el fichero de cabecera de internet porque no lo encuentro ni en los directorios de harbour ni en los de ... |
xml | Tratemiento de ficheros XML.
Me respondo a mi mismo, por si le puede servir a alguien más dado lo enredoso para llegar a la solución y el tiempo empleado.
[u:3fypbmj7]Primero[/u:3fypbmj7] debéis descargar Harbour (actualmente la versión 3.2) directamente de su web, en concreto el archivo: [b:3fypbmj7]harbour-nightly-w... |
xml | Corrijo una errata del punto tercero:
En vez de añadir a vuestros fuentes las líneas que ponía en el tercer punto anterior añadir estas:
[code=fw:1aqhpgga]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//Para tratamiento de ficheros XML</span><br /><span style="color: #00D7D7;"... |
xml + harbour | Gostaria de Usar XML e HARBOUR é Possivel ?atualemente uso XHARBOUR onde existe uma classe chamada TXML mas gostaria de migrar para harbour e só esta faltando essa rotina. |
xml help | About the xml below, how I can read a especific value of especific node? If a do xmlNode := xmlIter:Find('CNPJ') i get the first node (<emit>) CNPJ value 7094099400877. But I want to get directly the value of CNPJ in node <dest>
Thanks in advance.
- <emit>
<CNPJ>70940994008277</CNPJ>
<xNome>PANDURATA ALIMENTOS LT... |
xml help | Wanderson,
You may review FWH\samples\xmlreader.prg and xmltree.prg which are good examples for using trees |
xml help | Thank you Antonio. |
xml in dialog | Hi,
Is there a way to display the contents of an xml in a dialog like the internet explorer does with indentations and change the color of some words?
Thanks in advance. |
xml in dialog | Hello,
Are you looking for something like this:
Best regards
Otto
[img:1fq1pnxz]https://mybergland.com/fwforum/xmlviewer.png[/img:1fq1pnxz] |
xml in dialog | This is a xBrowse! |
xml in dialog | [quote="Otto":1nuv3ha2]This is a xBrowse![/quote:1nuv3ha2]
Hi Otto,
I think this solve my problem, but i want to change a color with some tags.
Do you put the code here? Thank you so mutch |
xml in dialog | You may also try the built-in function of FWH
[code=fw:3a91q3to]<div class="fw" id="{CB}" style="font-family: monospace;"><br />FW_XmlView<span style="color: #000000;">(</span> cXmlFile <span style="color: #000000;">)</span><br /> </div>[/code:3a91q3to]
Mr. Otto's program appears to be more advanced than ... |
xml in dialog | [quote="nageswaragunupudi":fv9j5237]You may also try the built-in function of FWH
[code=fw:fv9j5237]<div class="fw" id="{CB}" style="font-family: monospace;"><br />FW_XmlView<span style="color: #000000;">(</span> cXmlFile <span style="color: #000000;">)</span><br /> </div>[/code:fv9j5237]
Mr. Otto's program ap... |
xml in dialog | [quote="nageswaragunupudi":1xg1zguy]You may also try the built-in function of FWH
[code=fw:1xg1zguy]<div class="fw" id="{CB}" style="font-family: monospace;"><br />FW_XmlView<span style="color: #000000;">(</span> cXmlFile <span style="color: #000000;">)</span><br /> </div>[/code:1xg1zguy]
Mr. Otto's program ap... |
xml in dialog | Which version of Fivewin do you use? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.