topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
hb_ZipFile() | Hello,
Could it be possible that hb_ZipFile() is not working on 64-bits PC's? |
hb_ZipFile() | Hi,
? HB_ZIPFILE( cZip , aFiles, 9 )
I use this and in my pc it works
bye |
hb_base64 link | Hi, im convert an old prg /mak to new fwh2206 and xharbour/bcc 32, and receive the error:
Unresolved external : hb-fun_hb_base64decode from fivehx.lib, i have missing some lib in link file?
is this a xharbour lib?
very thanks |
hb_base64 link | Please read buildx.bat in the samples folder and make sure to include all the libs contained therein, in your link script. |
hb_base64 link | Hi Nages, thanks.
i checked, all libs of buildx are in my mak, could you tell me which lib specifies this function uses? could it be a xharbour version error? compiling prg with fwh 20.02 works perfectly.
thanks again |
hb_base64 link | tip.lib for xHarbour |
hb_base64 link | thanks, now work fine.
I tried several times migrate to VS2022, read posts on the forum but I use a portable ssd, I need something like:
VS2022/x32/bin/include/lib
VS2022/x64/bin/include/lib
I saw that vs2022 despite changing the directories, vs2022 community installs in programfiles, lots of directory and files , ... |
hb_base64 link | I have been assiting recently to Enrico to get a reduced version of Visual Studio Community 2022
Going to ask him if he minds to share it... <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
hb_base64 link | thanks.
i try to make this, but have lots of directory, languages, extras...
best regards |
hb_base64 link | Yo lo tengo, dejenme ver donde lo pongo para que lo bajen. |
hb_base64 link | [quote="carlos vargas":17yjd4rd]Yo lo tengo, dejenme ver donde lo pongo para que lo bajen.[/quote:17yjd4rd]
Carlos, very thanks <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
hb_base64 link | [url:5hjh2muy]https://mega.nz/file/eQcHlBjb#UTu1XjKJpfCwWr-7Kv3VdExsc86Qs2haXmgCCxZGBuM[/url:5hjh2muy] |
hb_base64 link | es vc2022 32 y 64 bits, ver los archivos vc2022\myvar32.bat y vc2022\myvar64.bat, adecuar los path segun el lugar donde lo descompriman. |
hb_base64 link | Thank you, I'll experiment with it. |
hb_base64 link | [quote:2q80y3fl]@ECHO OFF
CLS
ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
ECHO ³ FiveWin for Harbour 22.06 (VS32bits) Jun. 2022 Harbour development power ³Ü
ECHO ³ (c) FiveTech 1993-2021 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 ³Û
ECHO ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ... |
hb_base64 link | With Harbour no problem. With xHarbour I get the following error. Any ideas?
[code=fw:2q5xjymy]<div class="fw" id="{CB}" style="font-family: monospace;">rdd.lib<span style="color: #000000;">(</span>dbcmdx.obj<span style="color: #000000;">)</span> : <span style="color: #000000;">error</span> LNK2005: _HB_FUN_DB... |
hb_base64 link | [quote="Enrico Maria Giordano":ve27bgb2]With Harbour no problem. With xHarbour I get the following error. Any ideas?
[code=fw:ve27bgb2]<div class="fw" id="{CB}" style="font-family: monospace;">rdd.lib<span style="color: #000000;">(</span>dbcmdx.obj<span style="color: #000000;">)</span> : <span style="color: #0... |
hb_base64 link | One thing at a time.
[code=fw:p191jhq9]<div class="fw" id="{CB}" style="font-family: monospace;">rdd.lib<span style="color: #000000;">(</span>dbcmdx.obj<span style="color: #000000;">)</span> : <span style="color: #000000;">error</span> LNK2005: _HB_FUN_DBPACK already defined in fivehmx.lib<span style="color: #... |
hb_base64 link | Third, why is it not included when Harbour is used? Or at least, why is DBPACK not signaled as duplicate definition?
EMG |
hb_base64 link | Ok, I understood: the problem is in the xHarbour rdd.lib. But the real problem is the request for LIBC. Who are requesting it? |
hb_base64 link | Dear Enrico,
Have you tried using this flag: /NODEFAULTLIB:libc ?
What do you get ? |
hb_base64 link | Yes, of course. I get:
[code=fw:c6q9e4i6]<div class="fw" id="{CB}" style="font-family: monospace;">rdd.lib<span style="color: #000000;">(</span>dbcmdx.obj<span style="color: #000000;">)</span> : <span style="color: #000000;">error</span> LNK2005: _HB_FUN_DBPACK already defined in fivehmx.lib<span style="color:... |
hb_base64 link | Please link user32.lib |
hb_base64 link | Already linked. |
hb_base64 link | Please note that there is no problem with MSC and xHarbour in console mode, only with FWH. |
hb_base64 link | I just ask Mel to build xHarbour with MSC2022. I'll try it and let you know. |
hb_base64 link | Dear Enrico,
many thanks for all the tests and effort that you are doing |
hb_base64 link | A question: why do we have to link xhb.lib with Harbour? What is it for?
[code=fw:364x3vcs]<div class="fw" id="{CB}" style="font-family: monospace;">echo %HDIRLIB%\xhb.lib >> msvc.tmp</div>[/code:364x3vcs] |
hb_base64 link | [quote="Enrico Maria Giordano":1ihzy55b]A question: why do we have to link xhb.lib with Harbour? What is it for?
[code=fw:1ihzy55b]<div class="fw" id="{CB}" style="font-family: monospace;">echo %HDIRLIB%\xhb.lib >> msvc.tmp</div>[/code:1ihzy55b][/quote:1ihzy55b]
Dear Enrico,
That library implements some xHarbour func... |
hb_base64 link | Yes, but why is it always needed?
[code=fw:2b8pzd34]<div class="fw" id="{CB}" style="font-family: monospace;">fiveh32.lib<span style="color: #000000;">(</span><span style="color: #0000ff;">WINDOW</span>.obj<span style="color: #000000;">)</span> : <span style="color: #000000;">error</span> LNK2001: <span style=... |
hb_base64 link | Dear Enrico,
Could you please send me what you are testing, so we can test it here ?
many thanks |
hb_base64 link | Because we have used functions from it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
hb_base64 link | Are you using xHarbour functions from Harbour? Ok, but why? I don't understand. |
hb_base64 link | Because they are usefull <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
hb_base64 link | Ok. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
hb_base64 link | Sorry, no, this is not ok:
[code=fw:1dj122sp]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">19</span>/<span style="color: #000000;">10</span>/<span style="color: #000000;">2020</span> <span style="color: #000000;">17</span>:<span style="color: #000000;">46</span> &... |
hb_base64 link | Going back to xHarbour problem, can I see how you are building fivehcm.lib? |
hb_base64 link | Dear Enrico,
fivehcm.lib is just for xHarbour commercial and we use VC98 to build it as it is the only MS C compiler which it is Pelles C compatible |
hb_base64 link | Ok, this explains why it requires LIBC. So, which are the correct FWH libs for MSC 2022 and xHarbour? |
hb_base64 link | You should fix your readme.txt:
[code=fw:1c0kdkjs]<div class="fw" id="{CB}" style="font-family: monospace;">FWHX - FiveWin <span style="color: #00C800;">for</span> xHarbour<br /><br /> * Borland BCC <span style="color: #000000;">5.82</span> version: <span style="color: #000000;">fivehx</span>.lib, fivehc.l... |
hb_base64 link | Dear Enrico,
You are right. Many thanks for your feedback |
hb_base64 link | Ok, but I still need to know: which are the correct FWH libs for MSC 2022 and xHarbour? |
hb_base64 link | Dear Enrico,
You can use the FWH C library for FWH and Harbour: fivehc32.lib |
hb_base64 link | Sorry, same result. It is still requesting for LIBC. Of course, a new fivehmx.lib compiled with MSC2022 is also required. Can you build it for me? |
hb_base64 link | What do you need exactly? I just use MSC2020, latest FWH and this xHarbour:
[url:36at0ooh]http://www.xharbour.org/files/download/windows/xhb10264_msvc2017.zip[/url:36at0ooh] |
hb_base64 link | Dear Enrico,
We have the problem that xHarbour provides a LoadLibrary() and FreeLibrary() from rtl.lib and Harbour does not
How to solve this ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
hb_base64 link | I just tried to recompile some of the FWH PRGs and then xHarbour works fine with MSC2022. So you only have to recompile all the FWH for xHarbour with MSC2022. |
hb_base64 link | [quote="Antonio Linares":cjuocydw]Dear Enrico,
We have the problem that xHarbour provides a LoadLibrary() and FreeLibrary() from rtl.lib and Harbour does not
How to solve this ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:cjuocydw]
How did you solve it with BC... |
hb_base64 link | Talking about xHarbour, we just need a recompiled FWH lib with PRGs (you can call it fivehx32.lib, if you like this name). There is no need for a new fivehc32.lib, it is fine for xHarbour too. |
hb_base64 link | In harbour.prg there is this function only for xHarbour:
[code=fw:33yac53v]<div class="fw" id="{CB}" style="font-family: monospace;">int _snprintf<span style="color: #000000;">(</span> char * s, size_t n, const char * format, ... <span style="color: #000000;">)</span><br /><span style="color: #000000;">{<... |
hb_base64 link | [quote="Enrico Maria Giordano":2vkcdjbt][quote="Antonio Linares":2vkcdjbt]Dear Enrico,
We have the problem that xHarbour provides a LoadLibrary() and FreeLibrary() from rtl.lib and Harbour does not
How to solve this ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote... |
hb_base64 link | Antonio, estas funciones LoadLibrary(), FreeLibrary(), DllCall/CallDll o de llamadas similares a funciones de dll (ahorta no recuerdo bien los nombres), al estar en xharbour y fwh complican la cosa!
ya hace tiempo vi esto, y no logre encontrar una solución. <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-("... |
hb_base64 link | Try putting these parameters:
[b:2mk4q68g]/FORCE:MULTIPLE[/b:2mk4q68g]
SET HB_USER_LDFLAGS= /NODEFAULTLIB:msvcrt /MACHINE:X86 /nologo /subsystem:windows /INCREMENTAL:NO /ignore:4006 /MANIFEST:NO /FORCE:MULTIPLE |
hb_base64 link | Dear Giovany,
We don't want to use /FORCE:MULTIPLE
thanks for the tip |
hb_base64 link | [quote="Antonio Linares":1jqle4hv][quote="Enrico Maria Giordano":1jqle4hv][quote="Antonio Linares":1jqle4hv]Dear Enrico,
We have the problem that xHarbour provides a LoadLibrary() and FreeLibrary() from rtl.lib and Harbour does not
How to solve this ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" ti... |
hb_base64 link | Please read the message about _snprintf(), please. |
hb_base64 link | [quote="Enrico Maria Giordano":1asrk66d]Please read the message about _snprintf(), please.[/quote:1asrk66d]
Dear Enrico,
I already fixed it avoiding to include it when compiling with MSVC
thank you |
hb_base64 link | Dear Enrico,
> you can solve the problem with #ifdef __XHARBOUR__, can't you?
going to check if we can wrap a pragma BEGINDUMP ENDDUMP using it |
hb_base64 link | [quote="Antonio Linares":3citi04h][quote="Enrico Maria Giordano":3citi04h]Please read the message about _snprintf(), please.[/quote:3citi04h]
Dear Enrico,
I already fixed it avoiding to include it when compiling with MSVC
thank you[/quote:3citi04h]
Great, thank you! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.... |
hb_base64 link | [quote="Antonio Linares":2a44iwi7]Dear Enrico,
> you can solve the problem with #ifdef __XHARBOUR__, can't you?
going to check if we can wrap a pragma BEGINDUMP ENDDUMP using it[/quote:2a44iwi7]
I dont know... |
hb_cdxIndexPageRead : Index Page Read Failed | Ocurre este error : hb_cdxIndexPageRead y no le veo a causa de qué ya que no ocurre en todas las computadoras.
[url=http://imageshack.us:6u45alh2][img:6u45alh2]http://img232.imageshack.us/img232/4556/error9zn.jpg[/img:6u45alh2][/url:6u45alh2]
Agradecería sus comentarios.
Saludos
Ricardo |
hb_cdxIndexPageRead : Index Page Read Failed | Ricardo,
Usas un build reciente de Harbour/xHarbour ?
Has probado a reindexar ? |
hb_cdxIndexPageRead: Read index page failed - FWH8.02 XHARB | what is this ??hb_cdxIndexPageRead: Read index page failed.xharb 1.1 + fwh 8.02 + CDXPRG:ANNOUNCE RDDSYS REQUEST OrdKeyNo, OrdKeyCount, OrdKeyGoto REQUEST DBFCDX, DBFFPTFUNCTION MAIN()RddSetDefault("DBFCDX")... |
hb_cdxIndexPageRead: Read index page failed - FWH8.02 XHARB | You should ask to comp.lang.xharbour.EMG |
hb_cdxIndexPageRead: Read index page failed - FWH8.02 XHARB | Enrico, not speek .. speek espanhol?comp.lang.xharbour. ?????Help-me! |
hb_cdxIndexPageRead: Read index page failed - FWH8.02 XHARB | comp.lang.xharbour is the official xHarbour newsgroup. Index problems are eventually related to the xHarbour compiler not to FWH library.EMG |
hb_cdxIndexPageRead: Read index page failed - FWH8.02 XHARB | OK |
hb_cdxIndexPageRead: Read index page failed ??? | Amigos, que erro é esse:hb_cdxIndexPageRead: Read index page failed.xharbour 1.1.0 |
hb_cdxIndexPageRead: Read index page failed ??? | VOCE ESQUECEU DE DECLARAR OS CAMPOS FIELDS PARA O SEU INDEXADOR OU NÃO DESTRUIU OS ARQUIVOS.CDX.TENTE DE NOVO.USE CLIENTESINDEX ON FIELD->CODIGO ....OU FIELD CODIGO, NOME, ENDERECO, BAIRRO.... |
hb_cdxIndexPageRead: Read index page failed ??? | Obrigado amigão |
hb_cdxPageSeekKey | Hello,
I am trying to read and write information to a xBase++ database (RDD=FOXCDX) application from my xHarbour/FWH application. However, I continue to receive the following error = hb_cdxPageSeekKey - wrong parent key. What can I do to eliminate the error. How can I change the xBase++ application to DBFCDX so the me... |
hb_cdxPageSeekKey | Darrell,
I forward your question to the [x]Harbour RDD's guru Przemek
I will let you know what he says |
hb_cdxPageSeekKey | Thank you Antonio |
hb_cdxPageSeekKey | Antonio,
I am try to build the search keys using xHarbour. Will the xBase++ corrupt the keys when writing to the database and index files? |
hb_cdxPageSeekKey | Darrell,
I can't say it for sure, but its a good practise not to use different RDD engines even if they are supossedly compatibles |
hb_cdxPageSeekKey | Antonio,
I added the following code to the xBase++ dbesys after the
DbeBuild( 'FOXCDX', 'FOXDBE', 'CDXDBE' ) function
DbeInfo( COMPONENT_DATA, FOXDBE_CREATE_2X, .T. )
DbeInfo( COMPONENT_DATA, FOXDBE_LOCKMODE, FOXDBE_LOCKMODE_2X )
And the application seems to working ok and we have not received any error messages.
... |
hb_cdxPageSeekKey | Excellent! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
hb_cdxPageSeekKey | Hi All,
I have been experiencing the same error mentioned in this topic as well as another:
hb_cdxPageSeekKey: wrong parent key
hb_cdxIndexPageRead: read index page failed
I am using latest xHarbour.com release and Fivewin 7.05 reading\writing to standard DBF files using DBFCDX.
When one of these errors occurs it h... |
hb_cdxPageSeekKey | Barry,
Are you also accessing the DBF from XBase++ besides xHarbour ? |
hb_cdxPageSeekKey | Hi Antonio,
No I am only accessing the DBF via xHarbour.
Kind Regards,
Barry |
hb_cdxPageSeekKey | Barry,
Then if you are using the latest xHarbour.com release, you should report it to xHarbour.com as it seems a RDD issue
FWH does not modify or interfere in the RDD activity |
hb_cdxPageSeekKey | Thanks Antonio,
When I get an answer from xHarbour.com I will post it here in case it can help anyone else in future.
Kind regards,
Barry |
hb_cdxPageSeekKey | Barry,
many thanks! |
hb_cdxPageSeekKey how to intercept this error | Hi to all!
I'd like to intercept this error (see subject) in fact it is different
from other kinds of error that I find in error.log.
I have a question: How can I create a little prg that during execution go into
this error in order to study the way to intercept it and for instance perform
a reindex or simply try writ... |
hb_cdxPageSeekKey how to intercept this error | Would it be possible for you to attach the error obtained in this topic? |
hb_cdxPageSeekKey how to intercept this error | no the error is a dialog
When I close the dialog
the program stops to run
ad no trace remains |
hb_cdxPageSeekKey how to intercept this error | Dear Marco,
try to reindex
You can always use a modified error handler:
SetErrorhandler( { | oError | ... } ) |
hb_cdxPageSeekKey how to intercept this error | Show how you INDEX and OPENING the.CDX FILES, please.
Muestre cómo está INDEXANDO y ABRIENDO los ARCHIVOS.CDX, por favor.
Gracias, thanks.
Regards, saludos. |
hb_cdxPageSeekKey how to intercept this error | Dear all,
I open as usual dbf and cdx
SELECT 0
USE customer
SET INDEX TO customer
it rarely happens but when it happens a visual dialog opens even if the program is a console type
and there is no way for me to understand procname() procline and table
For this reason, how can I simulate with an ad hoc program a corru... |
hb_cdxPageSeekKey how to intercept this error | Hi,
1st. Please show your hb_out.log last trace error
2st. My index corrupted test, used at init critical processes
To use: lCompruebaIndice("Customer")
[code=fw:1bkwsl4g]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//-------------------------------------------------------... |
hb_cdxPageSeekKey how to intercept this error | I don't have hb_out.log Im' sorry
will there be a way to simulate and fail with that type of error? and then because a dialog appears even if the program is console program |
hb_cdxPageSeekKey how to intercept this error | Dear Marco,
In Harbour source code we have this:
[code=fw:3hs9fd7y]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">if</span><span style="color: #000000;">(</span> ! fLeaf <span style="color: #000000;">)</span><br /> <span style="color: #000000;">{</span><br /> ... |
hb_cdxPageSeekKey how to intercept this error | Antonio,
next time it happens I provide screenshot.
1) I create a screenshot
1) I save dbf+fpt+cdx
2) reindex
4) restart app
5) post in this forum the screenshot
Many thanks to all |
hb_cdxPageSeekKey: wrong parent key. | Hello,
A customer is experience this error from this morning on al PC's on there network.
They are working a long time without receiving this error.I didn't change anything to the program.
What can be the problem?
Regards,
Marc |
hb_cdxPageSeekKey: wrong parent key. | Marc
This type of error results from a bad index
i suggest you [u:1e8atsua]delete the index file [/u:1e8atsua]and recreate it
HTH
Richard |
hb_compileBuf() for xHarbour? | Does this function exists?
If not, can it be done?
If you give me some suggests I can try to do it... but I need a starting point for my studies.
Regards,
Roberto Parisi |
hb_compileBuf() for xHarbour? | Please see this thread
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=8680&p=40875&hilit=compilebuf#p40875">viewtopic.php?f=3&t=8680&p=40875&hilit=compilebuf#p40875</a><!-- l --> |
hb_crypt and hb_decrypt problem | I am getting the desired output as per your sample ie when I decrypt the result is @Selva123
[code=fw:38etd4ml]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><span style="color: #00C800;">Function</span> Main... |
hb_crypt and hb_decrypt problem | [quote="anserkk":3cqb3yr3]I am getting the desired output as per your sample ie when I decrypt the result is @Selva123
[code=fw:3cqb3yr3]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><span style="color: #00C... |
hb_crypt and hb_decrypt problem | In case you are using built-in FWH MariaDB/MySql library, you need not worry about it. The library automatically takes care of the
conversions.
Example Usage:
[code=fw:11dbfojq]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oRs:<span style="color: #000000;">photo</span> := MEMOREAD<span style="color:... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.