topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
xHarbour ADS problem | Tim,
I'm not sure why you would expect it to create a problem, unless:
1) The "local" system is using a different locking scheme, or;
2) The "local" system is using the tables EXCLUSIVEly
At any rate, it *does* sound like Windows (firewall?) is blocking remote access. How are you USEing the tables? I remember seein... |
xHarbour Builder + FivewinH Con Outlook Office 2003 | Hola foro,
El siguiente codigo trabaja *PERO*
[code:g787e6bw]
FUNCTION SendEmailByOutLook (cReportName) //Using Ole
LOCAL oOutLook,;
oMailItem,;
oRecip,;
oAttach
/* creating the OLE object */
oOutLook := TOleAuto():New("Outlook.Application")
/* creating a Mail It... |
xHarbour Builder + FivewinH with Outlook Office 2003 | Hello forum,
The following code work *BUT*
[code:1opkr8xs]
FUNCTION SendEmailByOutLook (cReportName) //Using Ole
LOCAL oOutLook,;
oMailItem,;
oRecip,;
oAttach
/* creating the OLE object */
oOutLook := TOleAuto():New("Outlook.Application")
/* creating a Mail Item ... |
xHarbour Builder + FivewinH with Outlook Office 2003 | MAPI Mail Sample:
define mail oMail ;
to ::oCustomer:email;
subject "Invoice "+::invno;
from user;
files (cFile),cFile
activate mail oMail
Note that cFile MUST contain the path.
Clauses
FILES - the first parameter must contain the full name of the file i... |
xHarbour Builder + FivewinH with Outlook Office 2003 | [quote="George":17557jpz]Hello forum,
The following code work *BUT*
[code:17557jpz]
FUNCTION SendEmailByOutLook (cReportName) //Using Ole
LOCAL oOutLook,;
oMailItem,;
oRecip,;
oAttach
/* creating the OLE object */
oOutLook := TOleAuto():New("Outlook.Application")
... |
xHarbour Builder + FivewinH with Outlook Office 2003 | James and NK
Thanks for your help.
Now I get the following alert dialog message:
Can't contact LDAP directory server (81)
Nothing is working for me to send eMails <!-- s:x --><img src="{SMILIES_PATH}/icon_mad.gif" alt=":x" title="Mad" /><!-- s:x -->
Regards
George |
xHarbour Builder + FivewinH with Outlook Office 2003 | George,
If you use the FROM USER clause does the Outlook new message dialog come up? If not perhaps Outlook is not set as the default MAPI client.
James |
xHarbour Builder + FivewinH with Outlook Office 2003 | James,
The OUTLOOK dialog came up OK with attachment included. But I receive the message
Can't contact LDAP directory server (81);
Pressing the SEND button do nothing, but the email is in outlook INBOX folder. I have to go to OUTLOOK and do the send/receive menu option in order to send the email. I would like that ... |
xHarbour Builder + FivewinH with Outlook Office 2003 | George,
>The OUTLOOK dialog came up OK with attachment included. But I receive the message
>Can't contact LDAP directory server (81);
OK, a Google search shows that the above message has nothing to do with Fivewin, but is an Outlook bug that can be fixed. See here:
"Can't Contact LDAP Directory server (81)" error... |
xHarbour Builder + FivewinH with Outlook Office 2003 | James,
"Can't Contact LDAP Directory server (81)" error message when you write an e-mail message in Outlook 2002
<!-- m --><a class="postlink" href="http://support.microsoft.com/kb/323612/">http://support.microsoft.com/kb/323612/</a><!-- m -->
This problem is resolved. Thank you.
>I presume you meant the OUTBOX no... |
xHarbour Builder + FivewinH with Outlook Office 2003 | George,
>I have to go to OUTLOOK and do the send/receive menu option in order >to send the email. I would like that after press SEND button, from >outlook dialog, the email gone inmediately.
>Nothing is sent until I enter to Outlook. I tried everything I believe but does not work.
OK, but is Oulook configured to se... |
xHarbour Builder and Fivewin | use:
Version S.O.: Windows NT Professional 6.02.9200
Compilador..: XCC ISO C Compiler 2.70
BuildDate...: Nov 17 2011 11:26:59
CodeVer.....: PCode Version: 10
xHarbour....: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 9382)
FiveWin.....: FWHX 12.08
SQLRDD
everything works great...
I would now like to move to Fiv... |
xHarbour Builder and Fivewin | Milos,
That is not a public group
Please copy the post contents here, thanks |
xHarbour Builder and Fivewin | Sorry
I use:
Version S.O.: Windows NT Professional 6.02.9200
Compilador..: XCC ISO C Compiler 2.70
BuildDate...: Nov 17 2011 11:26:59
CodeVer.....: PCode Version: 10
xHarbour....: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 9382)
FiveWin.....: FWHX 12.08
SQLRDD
everything works great...
I would now like to mo... |
xHarbour Builder and Fivewin | Easy, please add the library
\xhb\lib\xhbzip.lib
\xhb\c_lib\win\gsiplus.lib
\fwh\lib\xfw.lib
[img:1r7iase8]https://i.imgur.com/rvB2kyD.png[/img:1r7iase8]
[img:1r7iase8]https://i.imgur.com/srC4ydd.png[/img:1r7iase8]
[img:1r7iase8]https://i.imgur.com/EGJkUsB.png[/img:1r7ia... |
xHarbour Builder and Fivewin | you can download xfw.zip here:
[url:3izlj6ep]https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/xfw.zip[/url:3izlj6ep] |
xHarbour CVS y FHW | Holas,
saben cual es la ultima version de FWH que se puede utilizar con la version del CVS de xHarbour, he recompilado la version 2.6 pero los ejecutables no corren, que version o que modificaciones hay que hacer para utilizar el ultimo xHarbour.
saludos y gracias
Marcelo |
xHarbour CVS y FHW | Marcelo,
Desde la versión 2.6 de FWH hay cambios internos hasta la 2.7. Lo idóneo es actualizar FWH para usar el xHarbour más reciente. |
xHarbour Commercial and latest FWH | I recently upgraded to the latest FWH and I am able to compile my program using xBuilder/xHarbour however, I'm getting an error in a particular function.
I'm using a 3rd party lib for emailing. This is the code in question:
hSmtp := LoadLibrary("CSMTPAV9.dll")
// Must initialize first. Should retu... |
xHarbour Commercial and latest FWH | Dear Randal,
Your dll.ch must contain this:
[code=fw:2249ulx8]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">if</span> ValType<span style="color: #000000;">(</span> _hDLL <span style="color: #000000;">)</span> == <span style="c... |
xHarbour Commercial and latest FWH | I put together a small test and if works fine with Fivewin and Harbour (Borland) but not xBuilder/xHarbour.
The problem is with LoadLibrary, this function returns a pointer instead of a numeric value.
I'm linking these libs:
\fwh\lib\xfw.lib
\xhb\lib\xHBZIP.LIB
\xhb\lib\xHBZipDll.lib
\xhb\c_lib\win\gdiplus.lib
I ma... |
xHarbour Commercial and latest FWH | Dear Randal,
xHarbour provides a function LoadLibrary() that returns a pointer, thats why we modified dll.ch to check if a pointer is returned and then we turn it into a number.
When you link FWH dll.c then you are using FWH LoadLibrary() that retuns a number and everything is correct.
So, again, it seems as you are... |
xHarbour Error irrecuperable 9024 | el mensaje de error todo o que dice es:
hb_xrealloc requested to resize to zero bytes
y se sale del programa.
Se produce dentro de un bucle for-next cuando la variable local i que hace de contador llega exactamente a 42824.
No se a que se debe el error. |
xHarbour Error irrecuperable 9024 | Verhoven,
Estás usando una versión reciente de xharbour ?
Has probado con la que proporcionamos desde <!-- w --><a class="postlink" href="http://www.fivetechsoft.com/files/xharbour.exe">www.fivetechsoft.com/files/xharbour.exe</a><!-- w --> ? |
xHarbour Error irrecuperable 9024 | La versión para w2.4 de Puerto Sur.
Saludos. |
xHarbour Error irrecuperable 9024 | Verhoven,
Prueba con la versión <!-- w --><a class="postlink" href="http://www.fivetechsoft.com/files/xharbour.exe">www.fivetechsoft.com/files/xharbour.exe</a><!-- w --> que es la más reciente. |
xHarbour Libs for LogRdd | What libs do we need to link in in order to use LOGRDD for xHarbour?
TIA |
xHarbour Libs for LogRdd | UsrRdd.Lib or hbUsrRdd.lib |
xHarbour Libs for LogRdd | Tq. Solved my issue by adding in usrRdd.lib and rdds.lib |
xHarbour Modo Consola (Solucionado) | Hola de nuevo,
¿Cómo se puede evitar que se abran dos ventanas al enlazar la librería GTWVG? (Se me abre una consola negra con el nombre del ejecutable) y otra delante con el programa).
Sigo a vueltas con la programación en modo consola.
He conseguido recompilar el programa para que se ejecute en modo consola, per... |
xHarbour Modo Consola (Solucionado) | Hi...
Esta configuración la usaba con xharbour org + gtwvw ( con xharbour.com no lo se, y también lo estoy requiriendo)
rem %BCC_DIR%\bin\ilink32 -Gn -aa -Tpe -s -L%BCC_DIR%\LIB\ @b32.bc >> otro1
rem sin pantalla dos al inicio
%BCC_DIR%\bin\ilink32 -Gn -ap -Tpe -s -L%BCC_DIR%\LIB\ @b32.bc >> otro1
rem con pantalla d... |
xHarbour Modo Consola (Solucionado) | Gracias. Es lo que necesitaba.
Un saludo |
xHarbour PROCEDURE/FUNCTION call from the Client | Hi All,
I wanted to write some business logic in the xHarbour code as like stored procedure. So the Client program (FWH UI) will call the another pure xHarbour procedure (which will be in local server ) and the xHarbour procedure should execute at server side and once the execution is done the control should retu... |
xHarbour SVN | Tratando de compilar desde SVN de xHarbour, obtengo los siguientes errores:
[quote:2ucx2dwa]
Turbo Incremental Link 6.10 Copyright (c) 1997-2010 Embarcadero Technologies, Inc.
Error: Unresolved external '_hb_s_hb_exc' referenced from L:\SVN\XHARBOUR\LIB\RTL.LIB|math
Error: Unresolved external '_hb_trace_critical_Destro... |
xHarbour SVN | Bayron,
¿Has mirado en samples buildhx.bat?. |
xHarbour SVN | Gracias Lucas...
Cuando encuentro un error de estos, empiezo un proceso de prueba y error, y efectivamente lo primero que hago es ver ese archivo...
El problema actual ya lo resolví con
make_b32 clean
y recontruirlo de nuevo... |
xHarbour September 2008 | Hello,Should I replace my current version of xHarbour (FWH-gtwin.lib-05/14/2008) with the xHarbour version September 2008? |
xHarbour September 2008 | [quote="cdmmaui":pjiv4rt3]Should I replace my current version of xHarbour (FWH-gtwin.lib-05/14/2008) with the xHarbour version September 2008?[/quote:pjiv4rt3]Yes, you should <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->Patrick |
xHarbour September 2008 | Hi Patrick,Is there a newer version of xbScript to correct the previous problems of connecting to an ADS database? |
xHarbour September 2008 | [quote="cdmmaui":jgy7iqkr]Is there a newer version of xbScript to correct the previous problems of connecting to an ADS database?[/quote:jgy7iqkr]xbScript.LIB, yes. xbScript.DLL, no.Which one are you using?Patrick |
xHarbour September 2008 | Hi Patrick, I am using xbscript.dll, how would I get xbscript.lib to work? Would I create CGI applications? If so, can you provide sample source code with compile and link command lines? This would help me greatly as we had to switch to another application to handle web processing. |
xHarbour September 2008 | [quote="cdmmaui":158y1eur]Hi Patrick, I am using xbscript.dll, how would I get xbscript.lib to work? Would I create CGI applications? If so, can you provide sample source code with compile and link command lines? This would help me greatly as we had to switch to another application to handle web processing.[/quote:158y... |
xHarbour Toleauto and Fivewin 2.7 | Antonio,
Could you please comments about this information told me Rene:
[quote:35pxekg1]
On the other hand, be sure to be using the xHarbour's TOLE, in the recent versions of FW, as far as I Know, (not tested yet), Vykthor commented me that it there's a TOLE class in the FiveHC.LIB, that overwrites the xHarbour TOLe ... |
xHarbour Toleauto and Fivewin 2.7 | George,
FWH does not include any Class TOLE. |
xHarbour Toleauto and Fivewin 2.7 | Antonio,
Thanks
Regards
George |
xHarbour and Pelles C 7.0 | I use:
- fwh1507
- xHarbour 1.2.3
- Pelles C 7
When I make a change to the RC file, three lines of codes are automatically added in the same file:
#include <windows.h>
#include <commctrl.h>
#include <richedit.h>
In that case, the application won’t compile (error #endif before #if) . When I erase those lines from RC f... |
xHarbour and hash functions | Hello,
does xHarbour support hash functions?
Best regards,
Otto
Hash table
hb_Hash() Returns a hash table
hb_HAllocate() Preallocates a hash table
hb_HAutoAdd() Sets the 'auto add' flag for the hash table
hb_HBinary() Sets the 'binary' flag for the hash table
hb_HCaseMatch() Sets the 'case match' flag for th... |
xHarbour and hash functions | Both Harbour and xHarbour support all these functions but with slightly different names.
hbcompat.ch provides cross translations.
[code=fw:xdu8y94l]<div class="fw" id="{CB}" style="font-family: monospace;"><br />#ifdef __XHARBOUR__<br /> <span style="color: #B900B9;">/* Hash item functions */</span><br />&... |
xHarbour and hash functions | Dear Mr. Rao,
thank you so much.
Best regards,
Otto |
xHarbour bcc7 2016/Dec/18 | [url:33l7uy2c]https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/xharbour_bcc70_20161218.zip[/url:33l7uy2c] |
xHarbour bcc7.2 bcc7.0 2016/Oct/12 | [url:1l85bbh8]https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/xharbour_bcc72_bcc70_20161012.zip[/url:1l85bbh8] |
xHarbour bug in ADO Date\Time field | To All
The recent builds of xHarbour ( ships with FWH 1201 xHarbour 1.21 rev 9421 ) appears to have a bug in assigning a variable from an ADO date\time field and assigns it a T valtype rather than D for date.
When comparing date values there is an obvious data type mis-match .. I posted a small sample on the xHarbou... |
xHarbour bug in ADO Date\Time field | I don't consider this as a bug because all those values are in fact date-time values, though many of us use it with timepart as zero.
It is for us to handle the datetime values as date values or time values appropriately in our program.
But the real problem is there are other issues with the datetime values in xHarbo... |
xHarbour bug in ADO Date\Time field | Rick has reported that there is an update for xHarbour that solves it.
We have built a new xHarbour and sent it to him waiting for his feedback |
xHarbour bug in ADO Date\Time field | To All
xHarbour has created a new valtype T for DateTime .. when you extract a DateTime value from an ADO database like dDate := oRs:Fields("StartDate"):Value .. xHarbour "NOW" considers this expression to be valtype T... prior to valtype D.
The problem occurs where you do some math or comparison between dDate as in ... |
xHarbour bug in ADO Date\Time field | [quote:2znou4li]Ado datetime field the table stores 12:00 am only[/quote:2znou4li]
This is a known behavior of MSSql only. |
xHarbour bug in ADO Date\Time field | Gale
I have tuns of code and applications written with with Date or Datetime comparisons depending if I am using .dbf or Ado ( sql server or Access ). Up until recently both date and datetime have been treated as D valtypes.
I would hope for the sake of 'clipper' compatibility the xHarbour folks can make their new T ... |
xHarbour bug in ADO Date\Time field | I did not know you could compare different date types without errors. I have been converting Date from type 'T' to type 'D' in SQL and ADS databases.
nDiff := date() - ttodate( tDate )
if date() < ttodate( tDate )
function ttodate( tDate )
return( stod( substr( ttos( tDate ), 1, 8 ) ) |
xHarbour bug in ADO Date\Time field | To All
It appears that xHarbour build 9444 has all the DateTime fixes .. Many thanks to Andi Jahja
for all his work !
Rick Lipkin
<!-- m --><a class="postlink" href="https://groups.google.com/forum/#!topic/comp.lang.xharbour/5U8fSJVmpN0">https://groups.google.com/forum/#!topic ... U8fSJVmpN0</a><!-- m -->
Hi Rick... |
xHarbour build | Antonio,
Estoy usando xHarbour 1.2.3 simplex build 20150319 para bcc68, no me ha dado problemas, es correcto? o Cual es la ultima version de xharbour para bcc68 32 bits? de donde la descargo?
Gracias
Saludos |
xHarbour build | Paco,
Esta es la versión más reciente que nosotros hemos publicado:
[url:2s780p45]https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/xharbour_1.2.3_32bits_bcc7_20150603.zip[/url:2s780p45]
Pero usa Bcc 7 |
xHarbour build | Enterado,
y a partir de que version de fwh se puede usar bcc 7? y de donde se puede obtener bcc7 o es de paga ?
Saludos |
xHarbour build Build 20150419 | [url:3gf0mnb1]https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/xharbour10121_20150503_bcc58.zip[/url:3gf0mnb1]
Many thanks to Enrico! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
xHarbour builder & FWH - workaround | There is a problem with the most recent xHarbour builder and FWH. Copy this code in your main PRG and it fixes it:
[code:2x9dm63c]
#pragma BEGINDUMP
#include <hbapi.h>
#include <windows.h>
typedef struct
{
FARPROC farProc;
BYTE bType;
BYTE bReturn;
BYTE bParams;
BYTE bParam[ 15 ];
... |
xHarbour builder & FWH - workaround | Hello, sorry, me again!
I copied (cut & pasted) the temporary fix into my main .prg but when compiling I now get the following xHB error:
hbole.h Line 62 Error F0026 Parse error in constant expression '\'
Help!
Regards,
Dale. |
xHarbour builder & FWH - workaround | Dale,
What xHarbour builder version or RC are you using ?
Have you tried with a fresh install of xHarbour builder ? Here it works ok. |
xHarbour builder & FWH - workaround | Hello,
I am using the latest release of XHB i.e. August 2006 RC-8.
I always uninstall my current version and re-install the new one each time a new release is made available so there is no chance that it is a corrupt installation or contains old or modified files. I do the same with FWH.
Regards,
Dale. |
xHarbour builder & FWH - workaround | Dale,
Please build this sample with xHB. It should build and work ok with no problems. Let us know if it works ok, thanks.
[code:1qhxqp7a]
#include "FiveWin.ch"
function Main()
MsgInfo( GetCPU() )
ShellExecute( 0, 'Open', 'http://www.google.com/' )
return ni... |
xHarbour builder & FWH - workaround | Dale,
There is a simpler solution. Please add these lines into FiveWin.ch:
[code:39s74vu2]
#ifdef __XHARBOUR__
REQUEST GetProcAddress
#endif
[/code:39s74vu2] |
xHarbour builder & FWH - workaround | Thanks very much for the help.
I tried both methods and both work perfectly - thanks.
I must apologise to you for posting the compile error. I did not realise that I had a comment before the '#pragma BEGINDUMP' statement i.e. I had '***#pragma BEGINDUMP'. Careless! Sorry about that!
Once again, thanks for the hel... |
xHarbour builder & FWH - workaround | Dale,
You are welcome. Glad to know it is working fine <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
xHarbour builder Feb 2006 | Hi,
When recompiling with xHarbour released yesterday the 24th of Jan, I get an unresolved _hb_stack. Do we need a FWH update for this? Linking against FWH 2006-01
Alex |
xHarbour builder Feb 2006 | Alex,
Yes, xHarbour implemented several changes that requires an upgraded FWH. |
xHarbour builder Feb 2006 | Ok. I'm still fine on the previous xhb version, but any idea of a when this would be released <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) --> |
xHarbour builder Feb 2006 | Alex,
It is already available since FWH 2.7 release.
What module reports such missing external ? |
xHarbour builder Feb 2006 | I'm not sure what module, as I'm using commercial xHarbour
Will see what I can find out...
Alex |
xHarbour builder Feb 2006 | Olá Antonio,
Eu também estou com o mesmo problema. Eu estou usando:
FWHX 2.7 January 2006 + xhb (comercial) fevereiro/2006
Como resolver isto,
Rossine. |
xHarbour builder Feb 2006 | All your C files have to be recompiled using the new Harbour/xharbour builds.
Please check this if you are using some LIBs besides Harbour/xharbour and FWH ones. |
xHarbour builder Feb 2006 | Antonio,
I use xHarbour/FWH
I just installed the latest FWH from you ( sent just minutes ago )
I have no other .obj files
I have no other .lib files
I have no reference in my code to stack. I did a complete search of the code to be sure.
My program compiled beautifully with FWH 2.5 plus October xHarbour.
The sa... |
xHarbour builder Feb 2006 | Tim,
Does the linker report what module is using _hb_stack ? |
xHarbour builder Feb 2006 | Tim,
We have just emailed some files. Please check them. Thanks |
xHarbour builder Feb 2006 | As confirmed by direct email, the new files are working.
Thanks.
Tim |
xHarbour builder Feb 2006 | Tim,
Glad to know it is working <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
As explained by email, there was an old reference to _hb_stack inside FiveHCM.lib only (and just for Microsoft or xHarbour builder), that has been removed. |
xHarbour builder Feb 2006 | Hi,
Is there a place we can download the fixed lib? |
xHarbour builder Feb 2006 | Alex,
Please require it by email to me. Thanks. |
xHarbour builder Feb 2006 | Done, thanks |
xHarbour builder Feb 2006 | Alex,
Already sent. Thanks |
xHarbour builder Feb 2006 | Alex,
I love the picture. I guess thats normal for an old guy like me with 8, almost 9, grandkids ... and who loves every minute of it !
Tim |
xHarbour builder and FWH | We already have FiveHCM.lib for xHarbour builder and FWH users, using
xHarbour most recent CVS code. (Is xHarbour builder already using the most recent CVS code ?)
Please email us to get it. |
xHarbour builder y FWH | Ya tenemos preparada la librería FiveHCM.lib para los usuarios de xHarbour builder y FWH (¿ Está xHarbour builder usando ya el código más reciente del CVS ?)
Enviadnos un email para solicitarla. |
xHarbour builder y FWH - solución | Hay un problema con la versión más reciente de xHarbour builder y FWH. Copia este código a tu PRG principal, y se soluciona:
[code:2wr7xklr]
#pragma BEGINDUMP
#include <hbapi.h>
#include <windows.h>
typedef struct
{
FARPROC farProc;
BYTE bType;
BYTE bReturn;
BYTE bParams;
BYTE bParam[ ... |
xHarbour class designations Protected and Hidden not working | I just noticed that the class designations "Protected" and "Hidden" are not working in xHarbour 1.2.1. Both Protected and Hidden vars [b:tugmmegi]ARE[/b:tugmmegi] visible outside the class and they should not be. Below is a simple test program. Can anyone test this under the latest xHarbour for me? Both msgInfo()'s sho... |
xHarbour class designations Protected and Hidden not working | James,
the class definition must be in a different PRG for PROTECTED and HIDDEN to work:
[code=fw:1to3smir]<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 class designations Protected and Hidden not working | Enrico,
Well that explains a lot. Normally, I do have my classes in a separate PRG, but I was just doing some testing when I discovered I could access the hidden vars.
Thanks, I wouldn't have thought of that.
Regards,
James |
xHarbour class designations Protected and Hidden not working | In xHarbour protected and hidden data are visible in other classes/functions in the same module. That is something we do not expect but it is so. I do not know if this is a bug or intentional design.
But in Harbour they are not visible outside the class, even in the same module. |
xHarbour class designations Protected and Hidden not working | Thanks for the clarification Rao.
James |
xHarbour class designations Protected and Hidden not working | [quote="nageswaragunupudi":3s7n25mn]In xHarbour protected and hidden data are visible in other classes/functions in the same module. That is something we do not expect but it is so. I do not know if this is a bug or intentional design.
But in Harbour they are not visible outside the class, even in the same module.[/qu... |
xHarbour class designations Protected and Hidden not working | [quote:1md017ja]And in class we created "inherited" from them?
You can create methods type SET / GET to use?
[/quote:1md017ja]
Yes. Inherited classes see protected as it should be.
In case of xHarbour they can see hidden also if they are in the same module.
But it is not a good practice to use them. |
xHarbour con Hash | Buenas;
Alguien me puede proporcionar un ej. mas amplio que el que figura en los samples de FW 1204?
[code=fw:1tr3dshm]<div class="fw" id="{CB}" style="font-family: monospace;">#ifdef __XHARBOUR__<br /><br /> HSetAACompatibility<span style="color: #000000;">(</span> hData, .t. <span style="color: #000000;">)<... |
xHarbour cvs needs bcc58 ? | Hi all,
I just downloaded the last cvs of xHarbour and I found that the standard Borland compiler is Bcc58.
Are we now forced also to use this version ? Are problems to be expected, if programs are compiled with Bcc55 and xharbour with Bcc58 ? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.