topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
xHarbour cvs needs bcc58 ? | I just tried to compile it Bcc58, but I get this error:
[color=#BF0000:6a48rvs0]MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Fatal: Unable to open file 'C0X32.OBJ'
[/color:6a48rvs0]
This file is not in my Bcc58 installation, only in the Bcc55 installat... |
xHarbour cvs needs bcc58 ? | [quote="StefanHaupt":34yck3jx]Hi all,
I just downloaded the last cvs of xHarbour and I found that the standard Borland compiler is Bcc58.[/quote:34yck3jx]
It is simply false.
EMG |
xHarbour cvs needs bcc58 ? | [quote="Enrico Maria Giordano":3j36yee8]
It is simply false.
EMG[/quote:3j36yee8]
Sorry, but I must contradict you, these are the first lines of the default batch to create the binaries for borland (fresh download):
[color=#0000BF:3j36yee8]if "%BCCDIR%" == "" SET BCCDIR=C:\BORLAND\BCC58
IF "%CC_DIR%"=="" SET CC_DIR=... |
xHarbour cvs needs bcc58 ? | [quote="StefanHaupt":22jn39cg]Sorry, but I must contradict you, these are the first lines of the default batch to create the binaries for borland (fresh download):
[color=#0000BF:22jn39cg]if "%BCCDIR%" == "" SET BCCDIR=C:\BORLAND\BCC58
IF "%CC_DIR%"=="" SET CC_DIR=C:\BORLAND\BCC58
IF "%BISON_DIR%"=="" SET BISON_DIR=C... |
xHarbour en Ubuntu 8.10 | Consegui descargar xHarbour directamente de Sourceforge. Previamente tuve que instalar cvs y bison. El caso es que no he podido generar completamente los archivos de xHarbour ya que me muestra los siguientes errores luego de ejecutar ./make_gnu.sh
[color=#0040FF:475z0wm0][size=150:475z0wm0]mensajes que aparecen en pan... |
xHarbour en Ubuntu 8.10 | Armando,
Esta conversación puede ayudarte:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=92343#p92343">viewtopic.php?p=92343#p92343</a><!-- l -->
Por favor usa la sección de FiveLinux para comentar asuntos relacionados con Linux, gracias <!-- s:-) --><img src="{SMILIES_PA... |
xHarbour en Ubuntu 8.10 | Antonio.
Acabo de leer la conversación que indicas con Verhoen. Interesante, pero aplicado a Harbour. Según los mensajes que obtengo, en el caso de xHarbour, tal parece que hay errores en el codigo de xHarbour y por eso Make da errores.
Por otra parte en los escritos de Verhoen, respecto a Harbour, se menciona la pre... |
xHarbour for bcc582 2013-03-27 | [url:3f1o15fo]https://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=xharbour_20130327.zip&can=2&q=[/url:3f1o15fo]
Please download also this xHarbour rtl.lib, that includes a fix provided by Enrico:
[url:3f1o15fo]https://code.google.com/p/harbour-and-xharbour-builds/dow... |
xHarbour handles ActiveX events and FWH? | as subject
Roberto Parisi |
xHarbour handles ActiveX events and FWH? | FWH does not manage ActiveX events yet. We are in the process to implement them.
We also don't know yet if xharbour ActiveX can be used with FWH. |
xHarbour issue: seeking ideas | I am retrieving an XML document from a website using the following code:
[code=fw:16f31ou7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> cXML := XMLtext<br /> oHttp:=TIpClientHttp<span style="color: #000000;">(</span><span style="color: #000000;">)</spa... |
xHarbour issue: seeking ideas | Tim,
[quote:2ds5kzgq]It reads 8192 characters ( but actually saves about half of it ).[/quote:2ds5kzgq]
Please explain. Are you checking the length with len(cRet) and it returns 8192? What do you mean by it only saves half of it?
I am thinking that perhaps there is an invisible character in the middle?
James |
xHarbour issue: seeking ideas | This is an XML transmission. The file size is reported to be 8192 bites in length ( with the LEN( ) ) function. I save it with MemoWrit( ), and then open it in my editor. It shows on the File description that it is about 8KB in size, but only about the first 10 lines of text actually show and the rest is blank.
Now... |
xHarbour issue: seeking ideas | Tim,
[quote:ompqm05h]So, either the xHarbour code sets some type of buffer limit, or times out during the transmission.[/quote:ompqm05h]
Or, it could be memowrit(), memoread(), and/or the editor you are using. Either of them could be stumbling on an unseen character.
I would process the entire string looking for non... |
xHarbour issue: seeking ideas | Its not Memowrit or the editor. The data is simply being cut off by the ReadAll( ) method. The question is how to get around that with xHarbour.
The exact same data feed is being received, and read correctly, with the Harbour version. |
xHarbour issue: seeking ideas | Tim,
[quote:2rs6vxci]The data is simply being cut off by the ReadAll( ) method. [/quote:2rs6vxci]
I'm sorry, I must be misunderstanding something. Are you doing:
[code=fw:2rs6vxci]<div class="fw" id="{CB}" style="font-family: monospace;">cRet := oHttp:<span style="color: #000000;">readAll</span><span style="co... |
xHarbour issue: seeking ideas | James,
First, the actual size of the feed is about 26 KB. The entire feed is read using the ReadAll( ) in Harbour. It can then be viewed also.
Using xHarbour, only 8192 bytes are returned, and only the first half are actual characters. The rest is blanks until the EOF marker.
In translated XML terms, xHarbour ret... |
xHarbour issue: seeking ideas | Tim,
OK, now I understand.
What version of xHarbour.com are you using? Or, rather when was it published?
Have you tried a different XML file just to see if it related to that particular file?
James |
xHarbour issue: seeking ideas | Tim,
The following sample works fine here using latest xHarbour from SVN and latest FWH:
[code=fw:145a3i5p]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><br /><br /><span style="color: #00C800;">FUNCTION</... |
xHarbour issue: seeking ideas | I'm using xHarbour.com from August 2010. That was a "for use" release ( but still called a Beta ). Since then they were mostly doing the Visual xHarbour stuff. Unfortunately I can't just swap in the latest public xHarbour ...
I'm using the more recent Harbour that Antonio provided for use with Microsoft Visual C 20... |
xHarbour issue: seeking ideas | Tim,
[quote="TimStone":1r2q653z]I'm using xHarbour.com from August 2010.[/quote:1r2q653z]
That explains all. You can't use a four years old release and expect to not find strange behavior, don't you? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG |
xHarbour issue: seeking ideas | Actually, I asked and essentially got the message that not much has been done on the subscription version except for Visual xHarbour. Are you using the .com version ( with xBuilder ? |
xHarbour issue: seeking ideas | Tim,
[quote="TimStone":3n70ioij]Actually, I asked and essentially got the message that not much has been done on the subscription version except for Visual xHarbour. Are you using the .com version ( with xBuilder ?[/quote:3n70ioij]
A lot of fixes have been done to TIp class on the official xHarbour version. As an ex... |
xHarbour issue: seeking ideas | That is fine, but I would have to be a large amount of money to upgrade to the recent commercial version hoping that had been included.
I don't believe xBuild will work with anything but the .com version. |
xHarbour los comandos equivalentes | xHarbour los comandos equivalentes
[code=fw:2t8i453t]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_WIN_OLECREATEOBJECT'</span><br /><br />Error: <span style="color: #000000;">Unresolved</span> exter... |
xHarbour los comandos equivalentes | Joao,
FUNCTION CreateObject( cString, cLicense )
RETURN TOleAuto():New( cString, , cLicense )
There is a HB_ULONG hb_dateMilliSeconds( void ) in xHarbour so you can use:
[code=fw:kbtnuquj]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #00000... |
xHarbour los comandos equivalentes | [quote="Antonio Linares":3327d2mj]Joao,
FUNCTION CreateObject( cString, cLicense )
RETURN TOleAuto():New( cString, , cLicense )
There is a HB_ULONG hb_dateMilliSeconds( void ) in xHarbour so you can use:
[code=fw:3327d2mj]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUN... |
xHarbour los comandos equivalentes | Maestro Antonio, al compilar me genera estos errores
DBMANUT.prg(4210) Error E0020 Incomplete statement or unbalanced delimiters
DBMANUT.prg(4212) Error E0030 Syntax error: "parse error at '}'"
2 errors
[code=fw:2s6cki6v]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">... |
xHarbour los comandos equivalentes | Maestro, También me falta saber cual és el comando en XHARBOUR que sea igua a este:
'_HB_FUN___AXREGISTERHANDLER' //-> Comando en HARBOUR
Cual és el equivalente en XHARBOUR??
Gracias |
xHarbour los comandos equivalentes | Joao,
Si tiene que hacerse como comentas:
[code=fw:2jc37v2r]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <hbapi.h><br /><span style="color: #00D7D7;">#include</span> <windows.h><br /><br /><span... |
xHarbour los comandos equivalentes | Maestro al compilar ahora me genera estos errores:
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
DBMANUT.c:
Warning W8065 DBMANUT.prg 4205: Call to function 'hb_dateMilliSeconds' with no prototype in function HB_FUN_HB_MILLISECONDS
Error E2141 DBMANUT.prg 4239: Declaration syntax error
Error E2206 DBMAN... |
xHarbour los comandos equivalentes | Hola
Agrega este include
#include "hbdate.h"
[code=fw:wg9d8oa4]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <hbapi.h><br /><span style="color: #00D7D7;">#include</span> <windows.h><br /><span... |
xHarbour los comandos equivalentes | Holá Daniel Garcia-Gil, ahora me genera esto error:
hbsetup.h(61) Error F0001 Can't open #include file: 'limits.h'; No such file or directory
[code=fw:2xnok8pe]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"hbdate.h"</spa... |
xHarbour los comandos equivalentes | Karinha
limits.h es un archivo de cabecera del compilador de C, verifica que estes colocando correctamente el flag de los includes (-I) para hacer la compilacion |
xHarbour los comandos equivalentes | Holá Daniel, por favor, mira si estpa correcto:
[code=fw:1bdnnpz5]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Set hDir=C:\XHARBOUR<br />Set bcDir=C:\bcc55<br />Set FwhDir=C:\FwH27<br /><br /><span style="color: #00C800;">If</span> Exist DBMANUT.Exe Del DBMANUT.Exe<br /><br />REM -> Area dos Arquivo... |
xHarbour los comandos equivalentes | Daniel, mira por favor:
<!-- m --><a class="postlink" href="http://www.mail-archive.com/harbour@harbour-project.org/msg08370.html">http://www.mail-archive.com/harbour@har ... 08370.html</a><!-- m --> |
xHarbour los comandos equivalentes | Karinha
[code=fw:35m71jmi]<div class="fw" id="{CB}" style="font-family: monospace;">%bcdir%\bin\bcc32 -M -c -O2 -eDBMANUT.exe -I%hdir%\include;%bcdir%\include DBMANUT.c</div>[/code:35m71jmi] |
xHarbour los comandos equivalentes | Daniel, mismo error.
Gracias. |
xHarbour los comandos equivalentes | Karinha
Ese archivo debe estar dentro de la carpeta include de borland, verificalo |
xHarbour los comandos equivalentes | Pasta(carpeta) de C:\BCC55\Include
27/06/2000 05:01 325 climits.h
27/06/2000 05:01 288 limits.h
27/06/2000 05:01 46.129 limits.stl
[code=fw:3rud0fge]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">/* Limits.h - stub redirector ... |
xHarbour los comandos equivalentes | <!-- m --><a class="postlink" href="http://en.wikipedia.org/wiki/Limits.h">http://en.wikipedia.org/wiki/Limits.h</a><!-- m --> |
xHarbour los comandos equivalentes | Daniel, al modificar mi bcc32.cfg y ilink32.cfg, ahora me genera esto error:
limits.h(4) Error F0026 Parse error in constant expression '("0" )'
bcc32.cfg
-Ic:\bcc55\include;c:\xharbour\include -Lc:\bcc55\lib;c:\xharbour\lib
Ilink32.cfg
-Lc:\bcc55\lib;c:\xharbour\lib
[code=fw:tb97ihue]<div class="fw" id="{CB}"... |
xHarbour los comandos equivalentes | Karinha
[url:31mpg7nd]http://forums.fivetechsupport.com/viewtopic.php?p=66706#p66706[/url:31mpg7nd] |
xHarbour los comandos equivalentes | [quote="Daniel Garcia-Gil":18pfowis]Karinha
[url:18pfowis]http://forums.fivetechsupport.com/viewtopic.php?p=66706#p66706[/url:18pfowis][/quote:18pfowis]
Daniel, ahora me genera esto error:
hbsetup.h(61) Error F0001 Can't open #include file: 'limits.h'; No such file or directory
Que loco... jejeje... |
xHarbour los comandos equivalentes | Karinha
pero el archivo si existe dentro de los includes de borland?
podria ayudarte por teamviewer si lo deseas... puedes contactar por medio del messenger: <!-- e --><a href="mailto:danielgarciagil@cantv.net">danielgarciagil@cantv.net</a><!-- e --> o gmail: <!-- e --><a href="mailto:danielgarciagil@gmail.com">dani... |
xHarbour los comandos equivalentes | Si Daniel el archivo está en la carpeta c:\bcc55\include\limits.h
gracias |
xHarbour los comandos equivalentes | Karinha
intenta compilar este ejemplo con el buildh.bat de fivewin
[code=fw:5esegfl5]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> main<span style="color... |
xHarbour los comandos equivalentes | Ok, voy intentar y reporto.
gracias |
xHarbour los comandos equivalentes | Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
teste.c:
Warning W8065 teste.prg 15: Call to function 'hb_dateMilliSeconds' with no proto
type in function HB_FUN_HB_MILLISECONDS
Borland Resource Compiler Version 5.40 |
xHarbour los comandos equivalentes | Karinha
que version de harbour estas usando? |
xHarbour los comandos equivalentes | xHarbour Compiler build 0.99.61 (SimpLex) |
xHarbour los comandos equivalentes | Karinha
Al parecer es un version vieja de harbour y aun esa funcion no estaba...
la funcion se creo en 2007-11-12
[code=fw:28h9nygg]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">2007</span><span style="color: #000000;">-11</span><span style="color: #000000;">-12</span> <span... |
xHarbour los comandos equivalentes | [quote="Daniel Garcia-Gil":aaeejsts]Karinha
Al parecer es un version vieja de harbour y aun esa funcion no estaba...
la funcion se creo en 2007-11-12
[code=fw:aaeejsts]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">2007</span><span style="color: #000000;">-11</span><span styl... |
xHarbour los comandos equivalentes | Holá Daniel, Cambie el XHARBOUR para la version: 1.2.1 y ahora me retorna esto error:
Error: Unresolved external '_hb_set' referenced from
Me falta alguna lib??
?????
Gracias, saludos. |
xHarbour los comandos equivalentes | Karinha
Disculpa mi confucion inicial, pense que estabas haciendo compatible funciones de xharbour para harbour, aunque eso no cambia ninguna de las respuestas anteriores
Al paracer estas usando una version anterior de fivewin que no es compatible con la version de xharbour que estas usando...
que version de fivewin... |
xHarbour los comandos equivalentes | Holá daniel,
"FWHX 2.7 November 2005" |
xHarbour los comandos equivalentes | Karinha
Es una funcion muy reciente para las versiones de fivewin y xharbour que estas usando |
xHarbour los comandos equivalentes | Ok, Gracias Daniel. |
xHarbour official repo and binaries | xHarbour official repo:
[url:203cyaa6]https://github.com/xHarbour-org/xharbour[/url:203cyaa6]
xharbour latest builds:
[url:203cyaa6]http://xharbour.org/index.asp?page=download/windows/binaries_win[/url:203cyaa6]
thanks to Enrico! |
xHarbour project link errors | I have been using Harbour and now I am trying to get started with xHarbour. I am getting the following errors:
Project: TTest, Environment: FWxH:
iLink32.Exe -Gn -aa -Tpe -s @TTest.bcl
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_HB_DBG_VMSTKLCOUNT' referenced from C... |
xHarbour project link errors | If I remember correctly, you can define those functions as empty functions.
EMG |
xHarbour project link errors | Enrico,
OK, here is my entire program:
[code:2k9xr43j]#include "fivewin.ch"
function main()
msgInfo("Hello World")
return nil
function hb_dbg_vmstklcount()
return nil
function hb_dbg_vmparllist()
return nil
function hb_dbg_vmvarlget()
return nil
function hb_dbg_vmvarsl... |
xHarbour project link errors | James,
I assume you are using /n at buildx.bat when compiling, right ? |
xHarbour project link errors | Antonio,
Yes, I am using the /n in the standard buildx.bat with only slight modifications for paths. Here is the line from the file:
%hdir%\bin\harbour %1 /n /i%hdir%\include;%fwdir%\include /w /p %2 %3 > clip.log
James |
xHarbour project link errors | James,
I would suggest you to use the most recent xHarbour version, tested by FiveTech, that can be downloaded from:
<!-- w --><a class="postlink" href="http://www.fivetechsoft.com/files/xharbour.exe">www.fivetechsoft.com/files/xharbour.exe</a><!-- w -->
and FWH 2.7 january 2006. |
xHarbour project link errors | James
I just sent you by private e-mail the FWH27, xHarbour 99.51 ( borland and msvc ) xMate environments.
FWH27 and the latest cvs 99.51 have to be used together .. lots of changes made to xHarbour and FWH... ( ie .. dbfdbt is no longer needed .. pcrepos and hbsix supersceed )
If you are using FWH26 .. delete the h... |
xHarbour release September 2010 | Hi,
We compiled our app with new xHB and FWH 8.09, but at running we got the message:
\source\classes\activex.prg compiled with PCODE v.9 and xHb expect v.10
We tryed FWH v.8.11 but unsuccessful.
Is the latest version of FWV necessary?
Thanks
Eduardo |
xHarbour release September 2010 | Eduardo,
Yes, you need an updated FWH version that uses the same xHarbour that you are using,
alternatively you can rebuild all the FWH PRGs with that xHarbour version. |
xHarbour to Harbour | Hi,
Dragging my program from xHarbour to Harbour. Please tell me how to rewrite OVERRIDE in the Harbor syntax |
xHarbour to Harbour | Please try this:
__clsModMsg( TXBrowse():ClassH, "MouseWheel", @XBr_MWhl() )
or
__clsModMsg( oXBrowse:ClassH, "MouseWheel", @XBr_MWhl() ) |
xHarbour to Harbour | use harbour/contrib/xhb
#include "xhbcls.ch"
to have xharbour compatibility with extended class modification |
xHarbour to Harbour | Dear Natter,
> Please tell me how to rewrite OVERRIDE in the Harbor syntax
Please post an example of how you use it with xHarbour
thanks |
xHarbour to Harbour | Override Method MouseWheel In Class TXBrowse With XBr_MWhl
Override Method Copy In Class TGet With Cpy_
here - METHOD error
................................................................
atail(a_sp[len(a_sp),2]):=aclone(Str_Arr(dim[st,2,zz], chr(166)))
here - () error |
xHarbour to Harbour | This is the function that Harbour provides:
[code=fw:2ejwfbms]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> __objModMethod<span style="color: #000000;">(</span> oObject, cSymbol, nFuncPtr <span style="color: #000000;">)</span><br /><br /> <s... |
xHarbour to Harbour | Antonio , thank you ! Excuse me, can I have a concrete example of using this function? |
xHarbour to Harbour | __clsModMsg( oXBrowse:ClassH, "MouseWheel", @XBr_MWhl() )
This option works
I use the function [b:11iu8acg]FW_MakeYourBitmap( nTop, nLeft, |hdc, w, h| PaintOverlay(hDC, w, img) })[/b:11iu8acg]. When compiling under HARBOUR, I get the error of the [b:11iu8acg]PaintOverlay()[/b:11iu8acg] function
Hi, Carlos !
#includ... |
xHarbour to Harbour | Is the function PaintOverlay() a xHarbour function ?
What library do you link to use it ? |
xHarbour to Harbour | FW_MakeYourBitmap( nTop, nLeft, |hdc, w, h| PaintOverlay(hDC, w, h, img) }).
In this case, PaintOverlay() is a static function gluing two images:
static function PaintOvelay(hDC, w, h, img)
..................................................
return NIL |
xHarbour to Harbour | > When compiling under HARBOUR, I get the error of the PaintOverlay() function
What error is it ? |
xHarbour to Harbour | Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: Unresolved external '_HB_FUN_PAINTOVERLAY' referenced from C:\PRGM\GIS\HRB\GS.OBJ
Error: Unable to perform link |
xHarbour to Harbour | Try to remove "static" from here:
static function PaintOvelay(hDC, w, h, img) |
xHarbour to Harbour | Yes, without "static" it compiles without errors!
Do I need to connect #include "xHb" and #include "xHb" ? |
xHarbour to Harbour | If you directly use __clsModMsg() then I guess you don't need the header file <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
xHarbour to Harbour | In xHB, I use timers - DEFINE TIMER. Timers don't work in HB.
In xHB, I use POPU PMENU - MENU oMen POUP, Only the left menu column is visible in the HB |
xHarbour to Harbour | Please provide a small prg to test
Thanks |
xHarbour to Harbour | [code=fw:2du88euf]<div class="fw" id="{CB}" style="font-family: monospace;"> oCl:=TActiveX<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span>oWnd, <span style="color: #ff0000;">"Shell.Explorer"</span><spa... |
xHarbour to Harbour | Please post also the code that you use once you get oDk
thank you |
xHarbour to Harbour | If I understood correctly <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: -->
I upload an HTML file with scripts for working with the map to the ActiveX object. After receiving the oDk, I can use the DOM to access certain elements of the oDk (document)
For ... |
xHarbour to Harbour | Dear Yuri,
If you plan to use webview2 then you don't need to manage ActiveX at all |
xHarbour to Harbour | Yes, Antonio, you're right. My goal is to use webview2 instead of ActiveX. That's why I had to transfer my program from xHarbour to Harbour |
xHarbour updated to revision 10187 | [url:13fny29e]http://www.xharbour.org[/url:13fny29e]
EMG |
xHarbour updated to revision 10187 | Many thanks mister Enrico.
Regards, saludos. |
xHarbour vs Harbour | Why this sample:
[code=fw:3sghb04v]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><br /><br /><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color: #000000;">(</span><span style="color: #... |
xHarbour vs Harbour | Sorry, I just realized that I already asked this in the past. But I'd really like to know what is in my EXEs... <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG |
xHarbour vs Harbour | Enrico,
Harbour is much more mature, robust and complex than xHarbour.
But to check it for yourself, the easiest way would be to generate the MAP files (when you build the EXE using Harbour and xHarbour) and compare them and you will see what is in Harbour that it is not in xHarbour <!-- s:-) --><img src="{SMILIES_P... |
xHarbour vs Harbour | Antonio,
[quote="Antonio Linares":iqvkntbn]Harbour is much more mature, robust and complex than xHarbour.[/quote:iqvkntbn]
No, this is not the cause of the difference. The same sample compiled for console (without FWH) shows: 889.856 bytes with xHarbour and 747.008 bytes with Harbour.
I don't understand... <!-- s:?:... |
xHarbour vs Harbour | Enrico,
Have you thought raise your doubt in the list of users Harbour?
<!-- m --><a class="postlink" href="https://groups.google.com/forum/?fromgroups#!forum/harbour-users">https://groups.google.com/forum/?fromgr ... bour-users</a><!-- m -->
Regards |
xHarbour vs Harbour | No, the problem is with Harbour/FWH not with pure Harbour console.
EMG |
xHarbour vs Harbour | Enrico,
have you compared the map files ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
That will explain it... |
xHarbour vs Harbour | Antonio,
how to generate map file with BCC582? I tried -M but I didn't find any map file in the directory.
EMG |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.