topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
xHarbour - Abril 2008 | April 2008 (updated 18 April) ======= xHarbour for Borland: <!-- m --><a class="postlink" href="http://rapidshare.com/files/108454011/xharbour.exe.html">http://rapidshare.com/files/108454011/xharbour.exe.html</a><!-- m --> No consigo descargar <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!... |
xHarbour - Abril 2008 | Ricardo,Puedes descargarlo directamente desde <!-- w --><a class="postlink" href="http://www.fivetechsoft.com/files/xharbour.exe">www.fivetechsoft.com/files/xharbour.exe</a><!-- w --> |
xHarbour - Abril 2008 | Ya consegui.. descargarlo.. Gracias! Antonio |
xHarbour - ultima actualizacion | Hola Amigos:
Alguien podria decirme donde puedo bajar el ultimo xHarbour compilado por favor.
He tratato de bajarlo del sitio de xHarbour pero es una version muy antigua.
Antonio puedes poner aqui en el foro, un link como otras veces , gracias anticipadas . <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":... |
xHarbour - ultima actualizacion | <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=17&t=21875">viewtopic.php?f=17&t=21875</a><!-- l -->
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewforum.php?f=17">viewforum.php?f=17</a><!-- l --> |
xHarbour - ultima actualizacion | Gracias Karinha, pero la ultima version del de agosto del 2012.
Existe alguna version compilada mas nueva ? |
xHarbour - ultima actualizacion | Mejor és que te informes mejor directamente con el soporte de xharbour.
<!-- m --><a class="postlink" href="http://www.xharbour.com.br/produtos.html">http://www.xharbour.com.br/produtos.html</a><!-- m -->
Salu2. |
xHarbour - ultima actualizacion | Gracias, pero utilizo la versión no comercial. Esa es la que ando buscando, pero mas actualizada.
Saludos , |
xHarbour - ultima actualizacion | Holá, mira se ayuda:
<!-- m --><a class="postlink" href="http://www.xharbour.org/index.asp?page=download/windows/binaries_win">http://www.xharbour.org/index.asp?page= ... naries_win</a><!-- m -->
salu2. |
xHarbour - ultima actualizacion | Juan,
Aqui tienes xHarbour construido a fecha de hoy:
[url:3iv7fv0l]https://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=xharbour_20130327.zip&can=2&q=[/url:3iv7fv0l] |
xHarbour - ultima actualizacion | Antonio:
Como siempre eres muy amable. Muchas gracias por tu ayuda. <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> <!-- s:lol: --><img src="{SMILIES_PATH}/icon... |
xHarbour - ultima actualizacion | Gracias Antonio por tenernos siempre actualizados.
Saludos,
Adhemar |
xHarbour - ultima actualizacion | No suelo actualizar mucho Harbour y xHarbour porque pienso que tampoco es conveniente estar cambiando constantemente <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
De vez en cuando, cuando toca <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" ... |
xHarbour - ultima actualizacion | Por favor, descargad esta librería para xHarbour, ya que la que se publicó ayer tenia un error (me informó Enrico por la noche):
[url:3gkiga7i]https://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=rtl.lib&can=2&q=[/url:3gkiga7i] |
xHarbour - using Git | [b:11radjld]For the first time:[/b:11radjld]
git svn clone <!-- m --><a class="postlink" href="https://svn.code.sf.net/p/xharbour/code/trunk/">https://svn.code.sf.net/p/xharbour/code/trunk/</a><!-- m -->
[b:11radjld]To update it:[/b:11radjld]
git pull |
xHarbour -> Harbour compatibility | Hi!
I wish to test my xHarbour+FWH8.12 to Harbour 1.0.1
problem is... I have GLOBAL and GLOBAL EXTERNAL declarations... massive like entirely on my .prgs'
question is... What can I do?
Regards, |
xHarbour -> Harbour compatibility | I converts a system with my Xharbour to Harbour without any problem, but I used this harbour:
<!-- m --><a class="postlink" href="http://sourceforge.net/project/downloading.php?group_id=681&use_mirror=ufpr&filename=harbour-1.0.1-win32-bcc551.zip&65460143">http://sourceforge.net/project/download ... p&65460143</a><!-- ... |
xHarbour -> Harbour compatibility | Hello Ale,
I tried to include xHB.lib but I still having errors on my GLOBAL..EXTERNAL variables
Using [u:1p0vlvxs]xMate[/u:1p0vlvxs] compiling [b:1p0vlvxs]xHarbour App to Harbour 1.0.1[/b:1p0vlvxs]:
[img:1p0vlvxs]http://i208.photobucket.com/albums/bb82/fraxzi/FWxHarbour/toHB.jpg[/img:1p0vlvxs]
Rega... |
xHarbour -> Harbour compatibility | Frances,
Try this define:
#define GLOBAL public |
xHarbour -> Harbour compatibility | [quote="Antonio Linares":vs4c3zso]Frances,
Try this define:
#define GLOBAL public[/quote:vs4c3zso]
Mr. Antonio,
Thank you for the suggestion and reply.
Public has to be inside procedure/function... I will just move my variable declarations into my init procedure...
But what about the GLOBAL EXTERNAL? would it ... |
xHarbour -> Harbour compatibility | [quote="fraxzi":3hlcoy7k]But what about the GLOBAL EXTERNAL? would it be #define GLOBAL EXTERNAL public ?[/quote:3hlcoy7k]Hi Mr. Frances:
I think you'll get the same efect with: #xtransalate GLOBAL EXTERNAL => Public
Regards.
Manuel Mercado. |
xHarbour -> Harbour compatibility | [quote="mmercado":2h1w07cm]I think you'll get the same efect with: #xtransalate GLOBAL EXTERNAL => Public[/quote:2h1w07cm]Sorry for the typo, I meant:
#xtranslate GLOBAL EXTERNAL => Public |
xHarbour -> Harbour compatibility | Thank you so much Gurus Manuel and Antonio,
But after compilation.... I have tons of to do...
I need to abandon and going back to xHarbour where all apps are written... <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: -->
sorry.
Kind regards, |
xHarbour -> Harbour compatibility | Dear Mr.Fraxzi,
Can I ask you the reason for moving from xHarbour to Harbour.
Any advantage ? Or is it just for testing purpose
Regards
Anser |
xHarbour -> Harbour compatibility | [quote="anserkk":10ipbud0]Dear Mr.Fraxzi,
Can I ask you the reason for moving from xHarbour to Harbour.
Any advantage ? Or is it just for testing purpose
Regards
Anser[/quote:10ipbud0]
Mr. Anser,
Nice to hear from you again.
I dont mind answering.... well, I havent tried Harbour ever since I jumped to xHarbo... |
xHarbour -> Harbour compatibility | Dear Mr.Fraxzi,
Thankyou for the explanation <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Regards
Anser |
xHarbour -> Harbour compatibility | Manuel,
[quote="mmercado":2d46u0kr][quote="mmercado":2d46u0kr]I think you'll get the same efect with: #xtranslate GLOBAL EXTERNAL => Public[/quote:2d46u0kr][/quote:2d46u0kr]
I think, GLOBAL EXTERNAL must be replaced by MEMVAR, because you define a (GLOBAL) PUBLIC variable in the main module and then in all other mod... |
xHarbour -> Harbour compatibility | Frances, Stefan,
yes, I agree too that you could use Stefan suggestion, to translate global external into memvar. |
xHarbour -> Harbour compatibility | Whilst it isn't a direct replacement in the sense that it isn't a matter of simply using an #xcommand or #xtranslate you can achieve the required outcome using a class to hold all your globals as member variables. I find this technique very useful.
You could use something along the following lines:
[code:3did0ixl]
CL... |
xHarbour -> Harbour compatibility | Hello,
In old days , in clipper , global variables were simulated as :
In prog1
GLOBAL var1 change in STATIC Var1
# ifdef __XHARBOUR
GLOBAL Var1
# else
STATIC Var1
# endif
In prg1 we provide a function
# ifndef __XHARBOUR
FUNCTION Var1()
RETURN var1
Or
FUNCTION Var1(NewValue)
IF PCOUNT()>0
Var1 := NewValue
END... |
xHarbour -> Harbour compatibility | Hi Frances,
Try do post a question in <!-- e --><a href="mailto:harbour@harbour-project.org">harbour@harbour-project.org</a><!-- e -->.
This is tla latest post about global variables, from Przemek:
---cut---
> Hi Guys,
> Is xHarbour's GLOBAL and GLOBAL EXTERNAL statements supported in Harbour ?
No it isn't.
I have ... |
xHarbour -> Harbour compatibility | Dear Frank and Toninho and Others too,
Thank you for the great effort and suggestion...
Even if we change how GLOBAL/GLOBAL EXTERNAL to work in Harbour, I cannot imagine the effect unless... Harbour implement the compatibility with xHarbours'
Nonetheless, re-designing xHarbour Apps for Harbour is not that easy.
Les... |
xHarbour -> Harbour compatibility | [quote="fraxzi":28pq97an]Dear Frank and Toninho and Others too,
Nonetheless, re-designing xHarbour Apps for Harbour is not that easy.
Lesson learned: I must absolutely determine which way to go...xHarbour or Harbour? <!-- s:idea: --><img src="{SMILIES_PATH}/icon_idea.gif" alt=":idea:" title="Idea" /><!-- s:idea: ... |
xHarbour -> Harbour compatibility | A good advise is to build it with Harbour, and it should work with minor changes with xHarbour too. |
xHarbour / Borland vs xHarbour Builder | While on vacation I decided to play with UE Studio / BCC 551 / FWH / xHarbour ( Borland ).
I immediately received errors.
I tried to build the .prg files I use from my xBuilder script. It seems there are probably differences in files I must use. Also, I thought there would be a way to specify with UE Studio the m... |
xHarbour / Borland vs xHarbour Builder | Hi Tim:
[quote="TimStone":3jol0mxw]I tried to build the .prg files I use from my xBuilder script. It seems there are probably differences in files I must use. Also, I thought there would be a way to specify with UE Studio the main .prg file, but I am unable to find how I would set that in a project.[/quote:3jol0mxw]
... |
xHarbour / Borland vs xHarbour Builder | Dear Tim,
[quote="TimStone":2ofnrezl]I thought there would be a way to specify with UE Studio the main .prg file, but I am unable to find how I would set that in a project.
[u:2ofnrezl][b:2ofnrezl]Are there any threads or places where build concepts are discussed ?[/b:2ofnrezl][/u:2ofnrezl]
Thanks.[/quote:2ofnrezl]
Y... |
xHarbour / Borland vs xHarbour Builder | Should I list all files in the Project, including .lib and .rc files that will be used ?
If I have the .com version of xHarbour, and now I want to use the xHarbour from the FWH site with the Borland compiler, what xHarbour files should be changed ? ( .lib, .dll )
What commands ( generally speaking ) used in an xBui... |
xHarbour / Borland vs xHarbour Builder | [quote="TimStone":2kaeo9f2]Should I list all files in the Project, including .lib and .rc files that will be used ?
If I have the .com version of xHarbour, and now I want to use the xHarbour from the FWH site with the Borland compiler, what xHarbour files should be changed ? ( .lib, .dll )
What commands ( generally... |
xHarbour / Borland vs xHarbour Builder | Hi Tim
[quote:2p92qzea]Is there any documentation for all of this ?[/quote:2p92qzea]
Otto has a flash player file see
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=12233&p=80922&hilit=uestudio#p80922">viewtopic.php?f=3&t=12233&p=80922&hilit=uestudio#p80922</a><!-- l -... |
xHarbour / Borland vs xHarbour Builder | The link is working again.
Best regards,
Otto |
xHarbour / Borland vs xHarbour Builder | I watched part of the video and then my connection was not good ( I was working remotely ). Then my computer crashed completely.
I will go back and watch the full video.
I have all the other items mentioned. The setup is in the folder with the latest FWH.
Tim |
xHarbour / Borland vs xHarbour Builder | My problem is related to the path. When I start a build, the compiler finds the .ch files from xHarbour, but then it can't find the .h files. These are ones that I believe are found in the BCC include files. I have the proper path set for the Borland compiler, and for the FWH and xHarbour directories, but apparently... |
xHarbour / Borland vs xHarbour Builder | Hi Tim:
[quote="TimStone":3d5vrdau]My problem is related to the path. When I start a build, the compiler finds the .ch files from xHarbour, but then it can't find the .h files. These are ones that I believe are found in the BCC include files. I have the proper path set for the Borland compiler, and for the FWH and x... |
xHarbour / Borland vs xHarbour Builder | The problem I have is with xHarbour\include\ h files hbwpub.ht, indefs.h, hbsetup.h which are trying to access assert.h, stdarg.h stdio.h, string.h and limits.h
The paths are set correctly in the application file. Borland C++ is trying to work on the first file ( main ) of my program and fails. It has, in addition ... |
xHarbour / Borland vs xHarbour Builder | Tim,
I don't know if this is your problem but I used to have fits with Borland until I setup its own config files with the paths. Go the the Utilities section of this forum and look for a message "Borland C Setup files."
James |
xHarbour / Borland vs xHarbour Builder | That took care of that problem. I have one left.
I need to use some libraries ( .lib ). Should they be added to the Project list, or elsewhere ? I need to use the ADS libraries from xHarbour, and a tSBrowse library. I'm sure there may be others I will need to link in. |
xHarbour / Borland vs xHarbour Builder | Dear Tim,
Add in this.
C:\Program Files\IDM Computer Solutions\UEStudio 06\configs\xHarbour\Application
[code=fw:751j1twn]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #000000;">[</span>Variables<span style="color: #000000;">]</span><br />FWH = D:\FWH<br />HPATH = D:\xHa... |
xHarbour / Borland vs xHarbour Builder | [quote:3m0uko23]Add in this.
C:\Program Files\IDM Computer Solutions\UEStudio 06\configs\xHarbour\Application[/quote:3m0uko23]
What about having multiple projects in UEStudio. Each project may contain different libs, compiler parameters etc.. In that scenario should we keep different copies of the file "Application" ... |
xHarbour / Borland vs xHarbour Builder | Dear Anserkk,
Yes, that I want to know too.
[quote="anserkk":1pet745z][quote:1pet745z]Add in this.
C:\Program Files\IDM Computer Solutions\UEStudio 06\configs\xHarbour\Application[/quote:1pet745z]
What about having multiple projects in UEStudio. Each project may contain different libs, compiler parameters etc.. In t... |
xHarbour / Borland vs xHarbour Builder | Doesn't the linker only pull the functions from the library that it needs rather then link in the entire library ? If that is the case, then you could have all the libraries available in the application script and only the proper functions would be linked to the program. |
xHarbour 0.99.4 + FWH 2.5 error division by 0 | Hi,
I'm having problems with this in my apps. When I have 123 / 0, for example, this gives me an recursive error "too many recursive error handler calls" and the program quits without passing by my errorsys. Has anyone using the same versions as me? Have you got this problem? If so, which was the solution?
Regards,... |
xHarbour 0.99.4 + FWH 2.5 error division by 0 | Make sure that your version of Errsysw.prg has the following code located immediately after declaration of locals in function ErrorDialog( e )...
// by default, division by zero yields zero
if ( e:genCode == EG_ZERODIV )
return (0)
end
If this code is located further down in the code of this function ... |
xHarbour 0.99.4 + FWH 2.5 error division by 0 | Thanks Roger,
I already done this in my errsysw.prg, but the message is still showing. The most interesting thing is when I use pure xHarbour, the result is zero, without any problem. I am now reviewing all my thid-party lib to see if there is some errorsys function declared in other places.
Regards,
Kleyber D... |
xHarbour 0.99.4 + FWH 2.5 error division by 0 | Well, I've reviewd all my third-party lib and I didn't find anything or any other errorsys function... <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> If someone can give an idea in how to solve it, I'll be very thankful.
Regards,
Kleyber Derick |
xHarbour 0.99.4 + FWH 2.5 error division by 0 | Kleyber,
With FWH 2.7 and Harbour/xharbour this sample works ok:
[code:2ap6olhm]
function Main()
MsgInfo( 123 / 0 )
return nil
[/code:2ap6olhm] |
xHarbour 1.00 - debugger breakpoint using F9 problem | I have installed FWH 07.11 with xHarbour 1.00 for Borland and I'm having a problem with debugger breakpoints in the console window.
I can set breakpoints with the altd() funcion, however, pressing the F9 key seems to have no effect and I'm unable to set manual breakpoints from within a debugging session.
Has anyone e... |
xHarbour 1.00 - debugger breakpoint using F9 problem | Don,
You may need to use a more recent xHarbour build (that will require a more recent FWH build too)
Alternatively you may try this Windows debugger for xHarbour:
<!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=9773">http://fivetechsoft.com/forums/viewtopic.php?t=9773</a><!-- m --> |
xHarbour 1.00 - debugger breakpoint using F9 problem | I can wade through the Spanish, but, I did not see a manual F9-type breakkey. Am I missing it somewhere? |
xHarbour 1.00 - debugger breakpoint using F9 problem | For my the debug run ok until FW 7.07 , with the new version
of FW an xHArbour dosn't work .
I think is happend something between gtwin.lib e gtgui.lib
Maurizio |
xHarbour 1.00 - debugger breakpoint using F9 problem | Antonio
the wdebug.lib dosen't work with the new xHArbor <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
You may need to use a more recent xHarbour build (that will require a more recent FWH build too)
Alternatively you may try this Windows debugger for xHarbour:
<!-- m --... |
xHarbour 1.00 - debugger breakpoint using F9 problem | Maurizio,
Andres Reyes surely will appreciate your feedback and will improve it:
<!-- e --><a href="mailto:andresreyes_mzt@yahoo.com.mx">andresreyes_mzt@yahoo.com.mx</a><!-- e --> |
xHarbour 1.2.1 para Linux | Amigos,
aqui les dejo los rpm de xHarbour 1.2.1 para Fedora 13 construidos por mi
[url:2awggksb]http://www.megaupload.com/?d=XB19T6RG[/url:2awggksb] |
xHarbour 1.2.1 para Linux | Pablo
Aqui dejo tus rpm convertidos a deb mediante alien (para Ubuntu)
<!-- m --><a class="postlink" href="http://www.mediafire.com/?3a1s0j6s7tmp7">http://www.mediafire.com/?3a1s0j6s7tmp7</a><!-- m -->
Saludos
Armando |
xHarbour 1.2.3 (Build 20130117) with MSVC 2013 Express | Hi.. All
Please test...
xcompiler.prg
[code=fw:2vqlhctu]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #B900B9;">//-----------------------------------------------------------... |
xHarbour 1.2.3 (Build 20130117) with MSVC 2013 Express | Fafi,
More and more FWH users are migrating to Harbour, why do you want to keep using xHarbour ? |
xHarbour 1.2.3 (Build 20130117) with MSVC 2013 Express | [quote="Antonio Linares":xbw90f5j]Fafi,
More and more FWH users are migrating to Harbour, why do you want to keep using xHarbour ?[/quote:xbw90f5j]
Hello Mr. Antonio..
I got source code from here :
<!-- m --><a class="postlink" href="http://sourceforge.net/projects/xharbour/files/Private%20Builds/andijahja/Current%2... |
xHarbour 1.2.3 (Build 20130117) with MSVC 2013 Express | Fafi,
Harbour provides a library that includes the whole compiler inside, so you can compile your PRGs in memory and execute them. xHarbour does not provide this powerful feature.
If you download FiveDBU you can test this great feature from "Processes" option. Just open any DBF or ADO table and you can write PRG code... |
xHarbour 1.2.3 (build 20140725) 2014-07-28 | [url:3l2if1m7]https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/xharbour_bcc582_20140728.zip[/url:3l2if1m7] |
xHarbour 1.2.3 - HB_BuildInfo ERROR | ? "Version of C compiler: " + HB_BuildInfo( 6 ) |
xHarbour 1.2.3 - HB_BuildInfo ERROR | Se entendi, somente funciona com XHARBOUR COMERCIAL.
<!-- m --><a class="postlink" href="http://www.creasolgroup.com/xOraclipLanguageReferenceGuide/xOraClip%20Language%20Reference/Functions/Hb_buildinfo_f.en.html">http://www.creasolgroup.com/xOraclipLan ... _f.en.html</a><!-- m --> |
xHarbour 1.2.3 - HB_BuildInfo ERROR | João,
estava funcionando com versao do xharbour 1.2.1, agora com a nova 1.2.3 não esta mais.
obrigado |
xHarbour 1.2.3 - HB_BuildInfo ERROR | xharbour 1.2.1, não funcionou aqui em windows 7 32 bits e pediu para enviar relatório a Microsoft. |
xHarbour 1.2.3 build 20141106 | [url:2eq1d174]https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/xHarbour%201.2.3%20Intl.%20(SimpLex)%20(Build%2020141106).zip[/url:2eq1d174]
Muchas gracias a José Murugosa por su gran ayuda! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-)... |
xHarbour 1.2.3 build 20141106 | Gracias Antonio,
Pero sea el crédito para Enrico quien amablemente me hizo llegar esta versión, la cual es la última del CVS de xHarbour.
Esta versión funciona a la perfección y devuelve correctamente los errores de compilación, funciona perfectamente con todas las librerías de terceros que tengo, incluyendo sqlrdd.... |
xHarbour 1.2.3 build 20141106 | Hola Antonio / José
Gracias por la version... funciona OK...
Saludos |
xHarbour 1.2.3 build 20141106 | Maestro falta los siguientes programas en esta nueva versión.
O simplemente puede copiar de la versión anterior?
Abrazos.
Saludos.
[code=fw:h95fp6ed]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #000000;">1.072</span><span style="color: #000000... |
xHarbour 1.2.3 build 20141106 | João,
Enrico nos proporcionó este build de xHarbour.
Acabo de enviarle un email para saber si tiene esos ficheros que faltan <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
xHarbour 1.2.3 build 20141106 | Gracias Maestro, en el aguardo de una respuesta.
Saludos. |
xHarbour 1.2.3 build 20141106 | Joao,
Aqui estan los ficheros que faltaban:
[url:1qsdpilq]https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/xHarbour%201.2.3%20Intl.%20(SimpLex)%20(Build%2020141106)%20missing%20bin%20files.zip[/url:1qsdpilq] |
xHarbour 1.2.3 build 20141106 | Very good, master!!
Muchas gracias!!
Saludos. |
xHarbour 1.2.3 build 20141106 | well, this version is not working DLLCALL ()
returns unresolved external _hb_fun_dllcall
how to solve?
thanks |
xHarbour 1.2.3 build 20141106 | Please, download latest build from Mel Smith website:
[quote:3lheia0j]Hi:
We have available individual builds for 10055 for the following
Compilers.
BCC 5.5.1,
BCC 5.8.2,
BCC 6.8,
BCC 6.9,
MSVC 10, and
MinGW Version 4.8.2
To examine and download these builds, please visit: wh... |
xHarbour 1.2.3 build 20141106 | Hello Enrico, I not found this site whosaway.com, I sent an email to (<!-- e --><a href="mailto:syntel@cox.net">syntel@cox.net</a><!-- e -->), we will wait, thank you. |
xHarbour 1.2.3 build 20141106 | Please read carefully Mel's message.
EMG |
xHarbour 1.2.3 build 20141106 | Hello Enrico,
How to know what changes have been made in this version of xHarbour?
Thank you. |
xHarbour 1.2.3 build 20141106 | This is the changelog for November and December:
[quote:3ux9kquh]2014-12-02 20:00 UTC-300 Luiz Rafael Culik <luiz/AT/xharbour/com/br>
* include/hbdefs.h
! minor fix for double defined HB_SYMBOL_USED
2014-12-02 14:35 UTC+0200 Saulius Zrelskis <labitas/AT/gmail/com>
* source/rtl/win32ole.prg
! add mi... |
xHarbour 1.2.3 build 20141106 | Thanks Enrico.
I noticed missing the following programs:
hbrunmt.exe
hbtestmt.exe
I do not know if others are missing.
You can arrange?
Regards. |
xHarbour 1.2.3 build 20141106 | I must repeat: please, download latest [b:17zdfpai]complete[/b:17zdfpai] build from Mel Smith website. Follow the instructions I reported carefully.
EMG |
xHarbour 1.2.3 build 20141106 | Maestro, en el SVN hay una nueva versión:
[code=fw:1uneuq6q]<div class="fw" id="{CB}" style="font-family: monospace;"><br />xHarbour <span style="color: #000000;">1.2</span><span style="color: #000000;">.3</span> Intl. <span style="color: #000000;">(</span>SimpLex<span style="color: #000000;">)</span> <span st... |
xHarbour 32 bits bcc7 Nov. 2015 | [url:374okt0s]https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/xharbour_32bits_bcc7_2015Nov.zip[/url:374okt0s] |
xHarbour 32 bits bcc7 Nov. 2015 | Nuevo Build ó la fecha está errada? February 15, 2015 BCC 7.1 - [url:knhbpo4o]http://www.whosaway.com/[/url:knhbpo4o]
[img:knhbpo4o]http://i.imgur.com/xM7VmpY.png[/img:knhbpo4o] |
xHarbour 32 bits bcc7 Nov. 2015 | João,
Ese parece un build más reciente |
xHarbour 32 bits bcc7 Nov. 2015 | Si master, creo que solo la fecha(data en português) está erronea. Año: 2015. Correcto: 2016. ya envie un email para Mel Smith. Gracias, saludos.
[url:1sxpslfn]http://i.imgur.com/xM7VmpY.png[/url:1sxpslfn] |
xHarbour 32 bits bcc7 Nov. 2015 | Hi Joao:
Thank you for finding and notifying me of my date error.
I have just repaired it.
Much appreciated !
-Mel Smith |
xHarbour 64 bits BCC 7.0 2016/04/01 | [url:macz9np6]https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/xharbour_bcc70_64bits_20160401.zip[/url:macz9np6]
Many thanks to Andi Jahja |
xHarbour 64 bits BCC 7.1-7.2 2017-March-13 | [url:8ru1wi0y]https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/xharbour64_bcc72_20170313.zip[/url:8ru1wi0y] |
xHarbour ADS problem | I realize this is off topic for FWH but I would appreciate any ideas from the experts who use Advantage Database Server
This problem occurs at only one install. Everywhere else that ADS exists, it runs fine.
A client wanted to test this product to see if there was a performance improvement for his client machines. ... |
xHarbour ADS problem | Tim,
Please confirm this for me:
1) LAN Server hosts ADS and client Exe
2) Multiple workstations run the Exe "across" the network.
4) All but one are running in Remote server mode
5) The one not running in Remote server mode shouldn't even start up
6) Regardless of Local Server or Remote Server modes, you are puz... |
xHarbour ADS problem | All of these are correct except I know the one running in LOCAL mode would be expected to create a problem.
The one that starts in LOCAL mode is physically on the server. It is told to start an client server mode, and apparently it does because it passes an immediate test, but then it switches to LOCAL.
I have man... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.