topic
stringlengths
1
63
text
stringlengths
1
577k
error special Filename characters
I found answer in harbour groups, to use special spanish characters in filenames see example, codepage default behavior has been changed in lastest versions. REQUEST HB_LANG_ES REQUEST HB_CODEPAGE_ESWIN Function Main() SET( _SET_CODEPAGE, "ESWIN" ) ... ...
error tfolderex con la tecla CRLF+TAB
Estimados el la clase tfolderx se puede ir moviendo los tab con la tecla CRLF+TAB, el problema resulta cuando hay un tab oculto se queda como no hiciara nada y luego presiona tab pasa al siguiente operando normal, mas aun cuando esta en el tab oculto puede ejecutar acciones cuando el control es un button del tab sin que este que se vea <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( --> estuve buscando pero no encuentro la accion
error to compile pragma BEGINDUMP ( fwh1512- bcc7)
I not understood why it not compile [code=fw:279kdeh6]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <windows.h> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br /><span style="color: #00D7D7;">#include</span> <hbapi.h> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> ROUNDBOX <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp;HDC hDC = <span style="color: #000000;">&#40;</span> HDC <span style="color: #000000;">&#41;</span> hb_parni<span style="color: #000000;">&#40;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span>; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp;HBRUSH hBrush = <span style="color: #000000;">&#40;</span> HBRUSH <span style="color: #000000;">&#41;</span> GetStockObject<span style="color: #000000;">&#40;</span> <span style="color: #000000;">5</span> <span style="color: #000000;">&#41;</span>; &nbsp;<br />&nbsp; &nbsp;HBRUSH hOldBrush = <span style="color: #000000;">&#40;</span> HBRUSH <span style="color: #000000;">&#41;</span> SelectObject<span style="color: #000000;">&#40;</span> hDC, hBrush <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;HPEN hPen, hOldPen ; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp;<span style="color: #00C800;">if</span><span style="color: #000000;">&#40;</span> hb_pcount<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> > <span style="color: #000000;">8</span> <span style="color: #000000;">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; hPen = CreatePen<span style="color: #000000;">&#40;</span> PS_SOLID, hb_parnl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">9</span> <span style="color: #000000;">&#41;</span>, <span style="color: #000000;">&#40;</span> COLORREF <span style="color: #000000;">&#41;</span> hb_parnl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">8</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;<span style="color: #00C800;">else</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; hPen = CreatePen<span style="color: #000000;">&#40;</span> PS_SOLID, <span style="color: #000000;">1</span>, <span style="color: #000000;">&#40;</span> COLORREF <span style="color: #000000;">&#41;</span> hb_parnl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">8</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp;hOldPen = <span style="color: #000000;">&#40;</span> HPEN <span style="color: #000000;">&#41;</span> SelectObject<span style="color: #000000;">&#40;</span> hDC, hPen <span style="color: #000000;">&#41;</span>; &nbsp; &nbsp;<br />&nbsp; &nbsp;hb_retl<span style="color: #000000;">&#40;</span> RoundRect<span style="color: #000000;">&#40;</span> hDC , &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;hb_parni<span style="color: #000000;">&#40;</span> <span style="color: #000000;">2</span> <span style="color: #000000;">&#41;</span>, &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;hb_parni<span style="color: #000000;">&#40;</span> <span style="color: #000000;">3</span> <span style="color: #000000;">&#41;</span>, &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;hb_parni<span style="color: #000000;">&#40;</span> <span style="color: #000000;">4</span> <span style="color: #000000;">&#41;</span>, &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;hb_parni<span style="color: #000000;">&#40;</span> <span style="color: #000000;">5</span> <span style="color: #000000;">&#41;</span>, &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;hb_parni<span style="color: #000000;">&#40;</span> <span style="color: #000000;">6</span> <span style="color: #000000;">&#41;</span>, &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;hb_parni<span style="color: #000000;">&#40;</span> <span style="color: #000000;">7</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp;SelectObject<span style="color: #000000;">&#40;</span> hDC, hOldBrush <span style="color: #000000;">&#41;</span>; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp;DeleteObject<span style="color: #000000;">&#40;</span> hBrush <span style="color: #000000;">&#41;</span>; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp;SelectObject<span style="color: #000000;">&#40;</span> hDC, hOldPen <span style="color: #000000;">&#41;</span>; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp;DeleteObject<span style="color: #000000;">&#40;</span> hPen <span style="color: #000000;">&#41;</span>; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br /><span style="color: #000000;">&#125;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br /><span style="color: #00D7D7;">#pragma</span> ENDDUMP</div>[/code:279kdeh6] [b:279kdeh6]errors [/b:279kdeh6] [code=fw:279kdeh6]<div class="fw" id="{CB}" style="font-family: monospace;">Lines <span style="color: #000000;">287</span>, Functions/Procedures <span style="color: #000000;">7</span>, pCodes <span style="color: #000000;">1218</span><br /><span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span>:<span style="color: #000000;">Bcc32</span>.Exe -M -c -v -DHB_OS_WIN_32 -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -IC:\WORK\fwh\include -IC:\work\bcc7\Include;C:\work\XHARBOUR\Include &nbsp;-nObj Obj\Ut_brw_old.c<br />Embarcadero C++ <span style="color: #000000;">7.00</span> <span style="color: #00C800;">for</span> Win32 Copyright <span style="color: #000000;">&#40;</span>c<span style="color: #000000;">&#41;</span> <span style="color: #000000;">1993</span><span style="color: #000000;">-2015</span> Embarcadero Technologies, Inc.<br />Obj\Ut_brw_old.c:<br /><span style="color: #000000;">Error</span> E2209 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">290</span>: <span style="color: #000000;">Unable</span> <span style="color: #0000ff;">to</span> open include file <span style="color: #ff0000;">'windows.h'</span><br />Error E2451 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">295</span>: <span style="color: #000000;">Undefined</span> symbol <span style="color: #ff0000;">'HDC'</span> in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Error E2379 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">295</span>: <span style="color: #000000;">Statement</span> missing ; in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Error E2451 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">296</span>: <span style="color: #000000;">Undefined</span> symbol <span style="color: #ff0000;">'HBRUSH'</span> in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Error E2379 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">296</span>: <span style="color: #000000;">Statement</span> missing ; in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Error E2379 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">297</span>: <span style="color: #000000;">Statement</span> missing ; in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Error E2451 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">298</span>: <span style="color: #000000;">Undefined</span> symbol <span style="color: #ff0000;">'HPEN'</span> in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Error E2379 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">298</span>: <span style="color: #000000;">Statement</span> missing ; in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Error E2451 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">301</span>: <span style="color: #000000;">Undefined</span> symbol <span style="color: #ff0000;">'hPen'</span> in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Error E2451 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">301</span>: <span style="color: #000000;">Undefined</span> symbol <span style="color: #ff0000;">'PS_SOLID'</span> in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Error E2451 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">301</span>: <span style="color: #000000;">Undefined</span> symbol <span style="color: #ff0000;">'COLORREF'</span> in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Error E2121 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">301</span>: <span style="color: #00C800;">Function</span> call missing <span style="color: #000000;">&#41;</span> in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Error E2121 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">303</span>: <span style="color: #00C800;">Function</span> call missing <span style="color: #000000;">&#41;</span> in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Error E2451 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">305</span>: <span style="color: #000000;">Undefined</span> symbol <span style="color: #ff0000;">'hOldPen'</span> in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Error E2379 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">305</span>: <span style="color: #000000;">Statement</span> missing ; in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Error E2451 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">312</span>: <span style="color: #000000;">Undefined</span> symbol <span style="color: #ff0000;">'hDC'</span> in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Warning W8065 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">312</span>: <span style="color: #000000;">Call</span> <span style="color: #0000ff;">to</span> <span style="color: #00C800;">function</span> <span style="color: #ff0000;">'RoundRect'</span> with no prototype in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Error E2451 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">314</span>: <span style="color: #000000;">Undefined</span> symbol <span style="color: #ff0000;">'hOldBrush'</span> in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Warning W8065 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">314</span>: <span style="color: #000000;">Call</span> <span style="color: #0000ff;">to</span> <span style="color: #00C800;">function</span> <span style="color: #ff0000;">'SelectObject'</span> with no prototype in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Error E2451 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">315</span>: <span style="color: #000000;">Undefined</span> symbol <span style="color: #ff0000;">'hBrush'</span> in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Warning W8065 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">315</span>: <span style="color: #000000;">Call</span> <span style="color: #0000ff;">to</span> <span style="color: #00C800;">function</span> <span style="color: #ff0000;">'DeleteObject'</span> with no prototype in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Warning W8065 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">316</span>: <span style="color: #000000;">Call</span> <span style="color: #0000ff;">to</span> <span style="color: #00C800;">function</span> <span style="color: #ff0000;">'SelectObject'</span> with no prototype in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />Warning W8065 Lib\\<span style="color: #0000ff;">xbrowse</span>\\Ut_brw_old.prg <span style="color: #000000;">317</span>: <span style="color: #000000;">Call</span> <span style="color: #0000ff;">to</span> <span style="color: #00C800;">function</span> <span style="color: #ff0000;">'DeleteObject'</span> with no prototype in <span style="color: #00C800;">function</span> HB_FUN_ROUNDBOX<br />*** <span style="color: #000000;">18</span> errors in Compile ***<br />&nbsp;</div>[/code:279kdeh6]
error to compile pragma BEGINDUMP ( fwh1512- bcc7)
Silvio, You have to replace this: -IC:\work\bcc7\Include with this: -IC:\work\bcc7\Include\windows\sdk\
error to compile pragma BEGINDUMP ( fwh1512- bcc7)
I not found this parameter
error to compile pragma BEGINDUMP ( fwh1512- bcc7)
[quote:23odm3x9][1]:Bcc32.Exe -M -c -v -DHB_OS_WIN_32 -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS [color=#FF0000:23odm3x9]-IC:\WORK\fwh\include[/color:23odm3x9] -IC:\work\bcc7\Include;C:\work\XHARBOUR\Include -nObj Obj\Ut_brw_old.c[/quote:23odm3x9] From your "errors" post
error to compile pragma BEGINDUMP ( fwh1512- bcc7)
Antonio, Now I compiled my old application but on some prg Ihave this error warning [b:2pf0gphx]Warning W8019 C:\work\bcc7\Include\windows\sdk\winnt.h 14984: Code has no effect in function TpDestroyCallbackEnviron[/b:2pf0gphx] for a sample I use a code of Paco on a class made from Paco [code=fw:2pf0gphx]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #B900B9;">//___ manejo de fuentes © Paco García 2006 ____________________________________//</span><br /><br /><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Windows.h"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"hbapi.h"</span><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> GETDEFAULTFONTNAME <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp;LOGFONT lf;<br />&nbsp; &nbsp;GetObject<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HFONT <span style="color: #000000;">&#41;</span> GetStockObject<span style="color: #000000;">&#40;</span> DEFAULT_GUI_FONT <span style="color: #000000;">&#41;</span> &nbsp;, sizeof<span style="color: #000000;">&#40;</span> LOGFONT <span style="color: #000000;">&#41;</span>, &lf <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;hb_retc<span style="color: #000000;">&#40;</span> lf.lfFaceName <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> GETDEFAULTFONTHEIGHT <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp;LOGFONT lf;<br />&nbsp; &nbsp;GetObject<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HFONT <span style="color: #000000;">&#41;</span> GetStockObject<span style="color: #000000;">&#40;</span> DEFAULT_GUI_FONT <span style="color: #000000;">&#41;</span> &nbsp;, sizeof<span style="color: #000000;">&#40;</span> LOGFONT <span style="color: #000000;">&#41;</span>, &lf <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;hb_retni<span style="color: #000000;">&#40;</span> lf.lfHeight <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> GETDEFAULTFONTWIDTH <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp;LOGFONT lf;<br />&nbsp; &nbsp;GetObject<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HFONT <span style="color: #000000;">&#41;</span> GetStockObject<span style="color: #000000;">&#40;</span> DEFAULT_GUI_FONT <span style="color: #000000;">&#41;</span> &nbsp;, sizeof<span style="color: #000000;">&#40;</span> LOGFONT <span style="color: #000000;">&#41;</span>, &lf <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;hb_retni<span style="color: #000000;">&#40;</span> lf.lfWidth <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> GETDEFAULTFONTITALIC <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp;LOGFONT lf;<br />&nbsp; &nbsp;GetObject<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HFONT <span style="color: #000000;">&#41;</span> GetStockObject<span style="color: #000000;">&#40;</span> DEFAULT_GUI_FONT <span style="color: #000000;">&#41;</span> &nbsp;, sizeof<span style="color: #000000;">&#40;</span> LOGFONT <span style="color: #000000;">&#41;</span>, &lf <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;hb_retl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span>BOOL<span style="color: #000000;">&#41;</span> lf.lfItalic <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> GETDEFAULTFONTUNDERLINE <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp;LOGFONT lf;<br />&nbsp; &nbsp;GetObject<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HFONT <span style="color: #000000;">&#41;</span> GetStockObject<span style="color: #000000;">&#40;</span> DEFAULT_GUI_FONT <span style="color: #000000;">&#41;</span> &nbsp;, sizeof<span style="color: #000000;">&#40;</span> LOGFONT <span style="color: #000000;">&#41;</span>, &lf <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;hb_retl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span>BOOL<span style="color: #000000;">&#41;</span> lf.lfUnderline <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> GETDEFAULTFONTBOLD <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp;LOGFONT lf;<br />&nbsp; &nbsp;GetObject<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HFONT <span style="color: #000000;">&#41;</span> GetStockObject<span style="color: #000000;">&#40;</span> DEFAULT_GUI_FONT <span style="color: #000000;">&#41;</span> &nbsp;, sizeof<span style="color: #000000;">&#40;</span> LOGFONT <span style="color: #000000;">&#41;</span>, &lf <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;hb_retl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span>BOOL<span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#40;</span> lf.lfWeight == <span style="color: #000000;">700</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> GETDEFAULTFONTSTRIKEOUT <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp; &nbsp; NONCLIENTMETRICS info;<br />&nbsp; &nbsp; &nbsp; HFONT hFont;<br />&nbsp; &nbsp; &nbsp; LOGFONT lf;<br />&nbsp; &nbsp; &nbsp; info.cbSize = sizeof<span style="color: #000000;">&#40;</span>info<span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; SystemParametersInfo<span style="color: #000000;">&#40;</span> SPI_GETNONCLIENTMETRICS, sizeof<span style="color: #000000;">&#40;</span>info<span style="color: #000000;">&#41;</span>, &info, <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; hFont = CreateFontIndirect<span style="color: #000000;">&#40;</span> &info.lfMenuFont <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; GetObject<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HFONT <span style="color: #000000;">&#41;</span> hFont &nbsp;, sizeof<span style="color: #000000;">&#40;</span> LOGFONT <span style="color: #000000;">&#41;</span>, &lf <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; DeleteObject<span style="color: #000000;">&#40;</span> hFont <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; hb_retl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span>BOOL<span style="color: #000000;">&#41;</span> lf.lfStrikeOut <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> GETDEFAULTFONTNAME2 <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp; &nbsp; NONCLIENTMETRICS info;<br />&nbsp; &nbsp; &nbsp; HFONT hFont;<br />&nbsp; &nbsp; &nbsp; LOGFONT lf;<br />&nbsp; &nbsp; &nbsp; info.cbSize = sizeof<span style="color: #000000;">&#40;</span>info<span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; SystemParametersInfo<span style="color: #000000;">&#40;</span> SPI_GETNONCLIENTMETRICS, sizeof<span style="color: #000000;">&#40;</span>info<span style="color: #000000;">&#41;</span>, &info, <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; hFont = CreateFontIndirect<span style="color: #000000;">&#40;</span> &info.lfMenuFont <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;GetObject<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HFONT <span style="color: #000000;">&#41;</span> GetStockObject<span style="color: #000000;">&#40;</span> DEFAULT_GUI_FONT <span style="color: #000000;">&#41;</span> &nbsp;, sizeof<span style="color: #000000;">&#40;</span> LOGFONT <span style="color: #000000;">&#41;</span>, &lf <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; DeleteObject<span style="color: #000000;">&#40;</span> hFont <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;hb_retc<span style="color: #000000;">&#40;</span> lf.lfFaceName <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> GETDEFAULTFONTHEIGHT2 <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp; &nbsp; NONCLIENTMETRICS info;<br />&nbsp; &nbsp; &nbsp; HFONT hFont;<br />&nbsp; &nbsp; &nbsp; LOGFONT lf;<br />&nbsp; &nbsp; &nbsp; info.cbSize = sizeof<span style="color: #000000;">&#40;</span>info<span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; SystemParametersInfo<span style="color: #000000;">&#40;</span> SPI_GETNONCLIENTMETRICS, sizeof<span style="color: #000000;">&#40;</span>info<span style="color: #000000;">&#41;</span>, &info, <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; hFont = CreateFontIndirect<span style="color: #000000;">&#40;</span> &info.lfMenuFont <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; GetObject<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HFONT <span style="color: #000000;">&#41;</span> GetStockObject<span style="color: #000000;">&#40;</span> DEFAULT_GUI_FONT <span style="color: #000000;">&#41;</span> &nbsp;, sizeof<span style="color: #000000;">&#40;</span> LOGFONT <span style="color: #000000;">&#41;</span>, &lf <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; DeleteObject<span style="color: #000000;">&#40;</span> hFont <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;hb_retni<span style="color: #000000;">&#40;</span> lf.lfHeight <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> GETDEFAULTFONTWIDTH2 <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp; &nbsp; NONCLIENTMETRICS info;<br />&nbsp; &nbsp; &nbsp; HFONT hFont;<br />&nbsp; &nbsp; &nbsp; LOGFONT lf;<br />&nbsp; &nbsp; &nbsp; info.cbSize = sizeof<span style="color: #000000;">&#40;</span>info<span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; SystemParametersInfo<span style="color: #000000;">&#40;</span> SPI_GETNONCLIENTMETRICS, sizeof<span style="color: #000000;">&#40;</span>info<span style="color: #000000;">&#41;</span>, &info, <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; hFont = CreateFontIndirect<span style="color: #000000;">&#40;</span> &info.lfMenuFont <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;GetObject<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HFONT <span style="color: #000000;">&#41;</span> GetStockObject<span style="color: #000000;">&#40;</span> DEFAULT_GUI_FONT <span style="color: #000000;">&#41;</span> &nbsp;, sizeof<span style="color: #000000;">&#40;</span> LOGFONT <span style="color: #000000;">&#41;</span>, &lf <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; DeleteObject<span style="color: #000000;">&#40;</span> hFont <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;hb_retni<span style="color: #000000;">&#40;</span> lf.lfWidth <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> GETDEFAULTFONTITALIC2 <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp; &nbsp; NONCLIENTMETRICS info;<br />&nbsp; &nbsp; &nbsp; HFONT hFont;<br />&nbsp; &nbsp; &nbsp; LOGFONT lf;<br />&nbsp; &nbsp; &nbsp; info.cbSize = sizeof<span style="color: #000000;">&#40;</span>info<span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; SystemParametersInfo<span style="color: #000000;">&#40;</span> SPI_GETNONCLIENTMETRICS, sizeof<span style="color: #000000;">&#40;</span>info<span style="color: #000000;">&#41;</span>, &info, <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; hFont = CreateFontIndirect<span style="color: #000000;">&#40;</span> &info.lfMenuFont <span style="color: #000000;">&#41;</span>;<br /><br />&nbsp; &nbsp;GetObject<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HFONT <span style="color: #000000;">&#41;</span> GetStockObject<span style="color: #000000;">&#40;</span> DEFAULT_GUI_FONT <span style="color: #000000;">&#41;</span> &nbsp;, sizeof<span style="color: #000000;">&#40;</span> LOGFONT <span style="color: #000000;">&#41;</span>, &lf <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; DeleteObject<span style="color: #000000;">&#40;</span> hFont <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;hb_retl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span>BOOL<span style="color: #000000;">&#41;</span> lf.lfItalic <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> GETDEFAULTFONTUNDERLINE2 <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp; &nbsp; NONCLIENTMETRICS info;<br />&nbsp; &nbsp; &nbsp; HFONT hFont;<br />&nbsp; &nbsp; &nbsp; LOGFONT lf;<br />&nbsp; &nbsp; &nbsp; info.cbSize = sizeof<span style="color: #000000;">&#40;</span>info<span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; SystemParametersInfo<span style="color: #000000;">&#40;</span> SPI_GETNONCLIENTMETRICS, sizeof<span style="color: #000000;">&#40;</span>info<span style="color: #000000;">&#41;</span>, &info, <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; hFont = CreateFontIndirect<span style="color: #000000;">&#40;</span> &info.lfMenuFont <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;GetObject<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HFONT <span style="color: #000000;">&#41;</span> GetStockObject<span style="color: #000000;">&#40;</span> DEFAULT_GUI_FONT <span style="color: #000000;">&#41;</span> &nbsp;, sizeof<span style="color: #000000;">&#40;</span> LOGFONT <span style="color: #000000;">&#41;</span>, &lf <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; DeleteObject<span style="color: #000000;">&#40;</span> hFont <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;hb_retl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span>BOOL<span style="color: #000000;">&#41;</span> lf.lfUnderline <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> GETDEFAULTFONTBOLD2 <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp; &nbsp; NONCLIENTMETRICS info;<br />&nbsp; &nbsp; &nbsp; HFONT hFont;<br />&nbsp; &nbsp; &nbsp; LOGFONT lf;<br />&nbsp; &nbsp; &nbsp; info.cbSize = sizeof<span style="color: #000000;">&#40;</span>info<span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; SystemParametersInfo<span style="color: #000000;">&#40;</span> SPI_GETNONCLIENTMETRICS, sizeof<span style="color: #000000;">&#40;</span>info<span style="color: #000000;">&#41;</span>, &info, <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; hFont = CreateFontIndirect<span style="color: #000000;">&#40;</span> &info.lfMenuFont <span style="color: #000000;">&#41;</span>;<br /><br />&nbsp; &nbsp;GetObject<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HFONT <span style="color: #000000;">&#41;</span> GetStockObject<span style="color: #000000;">&#40;</span> DEFAULT_GUI_FONT <span style="color: #000000;">&#41;</span> &nbsp;, sizeof<span style="color: #000000;">&#40;</span> LOGFONT <span style="color: #000000;">&#41;</span>, &lf <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; DeleteObject<span style="color: #000000;">&#40;</span> hFont <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp;hb_retl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span>BOOL<span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#40;</span> lf.lfWeight == <span style="color: #000000;">700</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> GETDEFAULTFONTSTRIKEOUT2 <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp; &nbsp; NONCLIENTMETRICS info;<br />&nbsp; &nbsp; &nbsp; HFONT hFont;<br />&nbsp; &nbsp; &nbsp; LOGFONT lf;<br />&nbsp; &nbsp; &nbsp; info.cbSize = sizeof<span style="color: #000000;">&#40;</span>info<span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; SystemParametersInfo<span style="color: #000000;">&#40;</span> SPI_GETNONCLIENTMETRICS, sizeof<span style="color: #000000;">&#40;</span>info<span style="color: #000000;">&#41;</span>, &info, <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; hFont = CreateFontIndirect<span style="color: #000000;">&#40;</span> &info.lfMenuFont <span style="color: #000000;">&#41;</span>;<br /><br />&nbsp; &nbsp; &nbsp; GetObject<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HFONT <span style="color: #000000;">&#41;</span> GetStockObject<span style="color: #000000;">&#40;</span> DEFAULT_GUI_FONT <span style="color: #000000;">&#41;</span> &nbsp;, sizeof<span style="color: #000000;">&#40;</span> LOGFONT <span style="color: #000000;">&#41;</span>, &lf <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; DeleteObject<span style="color: #000000;">&#40;</span> hFont <span style="color: #000000;">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; hb_retl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span>BOOL<span style="color: #000000;">&#41;</span> lf.lfStrikeOut <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><br /><span style="color: #00D7D7;">#pragma</span> ENDDUMP<br />&nbsp;</div>[/code:2pf0gphx]
error to compile pragma BEGINDUMP ( fwh1512- bcc7)
Silvio, Please don't use the flag -v when you call bcc32: bcc32 -M -c ...
error to compile pragma BEGINDUMP ( fwh1512- bcc7)
ok now I have this warning compiling gdiplus.cpp Warning W8022 C:\work\bcc7\Include\windows\sdk\GdiplusHeaders.h 636: 'Bitmap::Clone(const Rect &,int)' hides virtual function 'Image::Clone()'
error to compile pragma BEGINDUMP ( fwh1512- bcc7)
You may safely ignore it Do you get your EXE properly built ?
error to compile pragma BEGINDUMP ( fwh1512- bcc7)
yes it create the exe but it show this warning ..
error to find DBF file
We have a service maintained by you where we upload a project using mo_harbour. Whose link is: <!-- m --><a class="postlink" href="http://54.37.60.42/jbiloja/index.prg">http://54.37.60.42/jbiloja/index.prg</a><!-- m --> But at the address: <!-- m --><a class="postlink" href="http://54.37.60.42/jbiloja/index.prg?ca-2">http://54.37.60.42/jbiloja/index.prg?ca-2</a><!-- m --> You should bring the contents of a DBF file, but you can't find it. The prg used is a copy of <!-- m --><a class="postlink" href="http://54.37.60.42/modharbour_samples/datatable/data5.prg">http://54.37.60.42/modharbour_samples/d ... /data5.prg</a><!-- m --> which is in the samples. We made a change to point to another database but when trying to access the final file: <!-- m --><a class="postlink" href="http://54.37.60.42/jbiloja/data/data-ca-2.prg">http://54.37.60.42/jbiloja/data/data-ca-2.prg</a><!-- m --> shows the error: Error: Open error filename: /var/www/html/jbiloja/data/SUOFOR.dbf called from: ../../apache.prg, (b) MAIN, line: 50 called from: DBUSEAREA, line: 0 called from: pcode.hrb, MAIN, line: 23 called from: HB_HRBDO, line: 0 called from: ../../apache.prg, EXECUTE, line: 116 called from: ../../apache.prg, MAIN, line: 61 The line used to trigger DBF is: USE (hb_GetEnv ("PRGPATH") + "/SUOFOR.dbf") ALIAS "data" SHARED On a local test server it works but when we upload the project to xbhosts, it generates the above error. Could you help us? Graciously,
error to find DBF file
Sorry for my lack of attention. For those who have a similar problem in the future, the DOCs have the solution: <!-- m --><a class="postlink" href="https://github.com/FiveTechSoft/mod_harbour/wiki/Using-DBFs-from-the-server">https://github.com/FiveTechSoft/mod_har ... the-server</a><!-- m -->. I performed the suggested actions and solved the problem.
error to find DBF file
Very good <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
error to import from excel
in 2016 this example worked fine now it doesn't import any records from excel sheet [code=fw:2c81kglv]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> Import<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #00C800;">Local</span> oRange,lOpened:=.f.<br /><br /><br />&nbsp;* oRange &nbsp; := GetExcelRange<span style="color: #000000;">&#40;</span> ExePath<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">"CLIENTI.xls"</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; oRange &nbsp; := GetExcelRange<span style="color: #000000;">&#40;</span> ExePath<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">"CLIENTI.xls"</span> &nbsp;, , @lOpened<span style="color: #000000;">&#41;</span><br /><br /><br />&nbsp;USE CLIENTI <span style="color: #0000ff;">ALIAS</span> CL<br />&nbsp;<span style="color: #0000ff;">SELECT</span> CL<br /><br /><br />&nbsp; &nbsp; FW_ExcelToDBF<span style="color: #000000;">&#40;</span> oRange, <span style="color: #00C800;">nil</span>, .t. <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; <span style="color: #0000ff;">xbrowse</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp;oRange &nbsp; := <span style="color: #00C800;">NIL</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span></div>[/code:2c81kglv]
error to show pdf on dialog
Error description: Error BASE/1004 No exported method: LOADFILE Args: [ 1] = U [ 2] = C Fattura_n_000246-2018_del_02-10-2018.pdf Stack Calls =========== Called from: => LOADFILE( 0 ) Called from: => __OBJSENDMSG( 0 ) Called from: .\source\classes\ACTIVEX.PRG => TACTIVEX&#058;DO( 96 ) Called from: test.prg => VISUALIZZAFILEPDF( 331 ) Called from: test.prg => XMLREADER( 232 ) Called from: test.prg => IMPORTXML( 28 ) Called from: test.prg => MAIN( 11 ) [code=fw:2wu2wllp]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlgPdfFile  <span style="color: #0000ff;">SIZE</span> nWidth, nHeight TRANSPARENT ;<br />   <span style="color: #0000ff;">TITLE</span> cTitle <span style="color: #0000ff;">COLOR</span> CLR_BLACK,  nRgb<span style="color: #000000;">&#40;</span> <span style="color: #000000;">245</span>,<span style="color: #000000;">244</span>,<span style="color: #000000;">234</span><span style="color: #000000;">&#41;</span> ;<br />   <span style="color: #0000ff;">STYLE</span> nOr<span style="color: #000000;">&#40;</span> DS_MODALFRAME, WS_POPUP, WS_CAPTION,  <span style="color: #000000;">4</span> <span style="color: #000000;">&#41;</span><br /><br />   oActiveX = TActiveX<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span> oDlgPdfFile, <span style="color: #ff0000;">"AcroPDF.PDF.1"</span> <span style="color: #000000;">&#41;</span> <br /><br />   oDlgPdfFile:<span style="color: #000000;">oClient</span> = oActiveX <span style="color: #B900B9;">// To fill the entire window surface</span><br /><br />   oActiveX&#<span style="color: #000000;">058</span>;Do<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"LoadFile"</span>, cFile <span style="color: #000000;">&#41;</span><br />   oActiveX&#<span style="color: #000000;">058</span>;Do<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"SetCurrentPage"</span>, <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span><br /><br />    <span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oDlgPdfFile <span style="color: #0000ff;">CENTER</span></div>[/code:2wu2wllp] exist another method to show a pdf on a dialog ?
error to show pdf on dialog
Please try if this works for you. [code=fw:2p5mxqss]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; <span style="color: #00C800;">local</span> cPdfFile := <span style="color: #ff0000;">"c:<span style="color: #000000;">\f</span>wh<span style="color: #000000;">\s</span>amples<span style="color: #000000;">\p</span>dfharu1h.pdf"</span> <span style="color: #B900B9;">// your pdf file name</span><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> nDlgWidth &nbsp; := <span style="color: #000000;">420</span><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> nDlgHeight &nbsp;:= <span style="color: #000000;">600</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">if</span> File<span style="color: #000000;">&#40;</span> cPdfFile <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; HtmlView<span style="color: #000000;">&#40;</span> TrueName<span style="color: #000000;">&#40;</span> cPdfFile <span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"TITLE"</span>, <span style="color: #00C800;">nil</span>, <span style="color: #00C800;">nil</span>, <span style="color: #00C800;">nil</span>, nDlgWidth, nDlgHeight <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #00C800;">else</span><br />&nbsp; &nbsp; &nbsp; ? cPdfFile + <span style="color: #ff0000;">" not found"</span><br />&nbsp; &nbsp;<span style="color: #00C800;">endif</span><br />&nbsp;</div>[/code:2p5mxqss] [url=https&#58;//imageshack&#46;com/i/poMVkHPcp:2p5mxqss][img:2p5mxqss]https&#58;//imagizer&#46;imageshack&#46;com/v2/xq90/924/MVkHPc&#46;png[/img:2p5mxqss][/url:2p5mxqss]
error unresolved external _hb_dynsymsymbol
Al compilar el twbrowse que antonio dejo aqui me da el siguiente error al incluir la lib dentro de mi sistema: Unresolved external '_hb_dynsymsymbol' referenced from twbrw32.lib/wbrwline Agradeceria me lo pudierais solucionar. gracias.
error unresolved external _hb_dynsymsymbol
Olá Manolo, Adicione este trecho em eu programa. [code:1zchpxon] #pragma BEGINDUMP #include "hbapi&#46;h" #include "hbapiitm&#46;h" PHB_SYMB hb_dynsymSymbol&#40; PHB_DYNS pDynSym &#41; &#123; return pDynSym->pSymbol; &#125; #pragma ENDDUMP [/code:1zchpxon] Abraços, Rossine.
error upgrade from fwh7.11 to fwh9.10
I get the following error message: Error: Unresolved external '_hb_storvnl' referenced from C:\FWH\LIB\FIVEHC.LIB|WINEXEC Error: Unresolved external '_hb_storvc' referenced from C:\FWH\LIB\FIVEHC.LIB|WINEXEC Error: Unresolved external '_hb_parvnl' referenced from C:\FWH\LIB\FIVEHC.LIB|HARBOURC Error: Unresolved external '_hb_storvni' referenced from C:\FWH\LIB\FIVEHC.LIB|WNDIS Error: Unresolved external '_HB_FUN___CLSLOCKDEF' referenced from C:\FWH\LIB\FIVEH.LIB|WINDOW Error: Unresolved external '_HB_FUN___DBGVMSTKLCOUNT' referenced from C:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Unresolved external '_HB_FUN___DBGVMPARLLIST' referenced from C:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Unresolved external '_HB_FUN___DBGVMVARLGET' referenced from C:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Unresolved external '_HB_FUN___DBGVMVARSLEN' referenced from C:\FWH\LIB\FIVEH.LIB|HARBOUR Please help. Regards ACWOO using FWH9.10+harbour+bcc55
error upgrade from fwh7.11 to fwh9.10
Acwoo, You need to use this Harbour: [url:2g5lvvf5]http&#58;//www&#46;fivetechsoft&#46;com/files/harbour&#46;exe[/url:2g5lvvf5]
error upgrade from fwh7.11 to fwh9.10
Thanks for your help I downloaded the harbour.exe. Now I get these errors: Error: Unresolved external '_hb_storvnl' referenced from C:\FWH\LIB\FIVEHC.LIB|WINEXEC Error: Unresolved external '_hb_storvc' referenced from C:\FWH\LIB\FIVEHC.LIB|WINEXEC Error: Unresolved external '_hb_parvnl' referenced from C:\FWH\LIB\FIVEHC.LIB|HARBOURC Error: Unresolved external '_hb_storvni' referenced from C:\FWH\LIB\FIVEHC.LIB|WNDIS Error: Unresolved external '_HB_FUN___CLSLOCKDEF' referenced from C:\FWH\LIB\FIVEH.LIB|WINDOW Error: Unresolved external '_HB_FUN___DBGVMSTKLCOUNT' referenced from C:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Unresolved external '_HB_FUN___DBGVMPARLLIST' referenced from C:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Unresolved external '_HB_FUN___DBGVMVARLGET' referenced from C:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Unresolved external '_HB_FUN___DBGVMVARSLEN' referenced from C:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Unresolved external '_HB_FUN_LOADLIBRARY' referenced from C:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Unresolved external '_HB_FUN_FREELIBRARY' referenced from C:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Unresolved external '_HB_FUN___CLSUNLOCKDEF' referenced from C:\FWH\LIB\FIVEH.LIB|DDE Error: Unresolved external '_hb_parvni' referenced from C:\FWH\LIB\FIVEHC.LIB|RECTS Error: Unresolved external '_hb_parvclen' referenced from C:\FWH\LIB\FIVEHC.LIB|FONTS Error: Unresolved external '_hb_parvc' referenced from C:\FWH\LIB\FIVEHC.LIB|FONTS Error: Unresolved external '_hb_parvl' referenced from C:\FWH\LIB\FIVEHC.LIB|FONTS Error: Unresolved external '_hb_storvl' referenced from C:\FWH\LIB\FIVEHC.LIB|FONTS Error: Unresolved external 'AlphaBlend' referenced from C:\FWH\LIB\FIVEHC.LIB|BRUSHES Error: Unresolved external '_hb_storvclen' referenced from C:\FWH\LIB\FIVEHC.LIB|REGEDIT Please help Regards ACWoo using fwh7.10+harbour+bcc55
error upgrade from fwh7.11 to fwh9.10
Acwoo, You are not using the right Harbour libraries. Please remove al previous Harbour versions and check again that you are using the latest one, thanks
error upgrade from fwh7.11 to fwh9.10
Thanks for your help I tried the sample in c:\fwh\makes\alert.prg and it runs ok. I also tried a few samples in c:\fwh\samples and they run ok. I overwrite my lib from those that can be found in c:\harbour\lib (hbzlib.lib, hbsix.lib and gtgui.lib). Could the other lib I am using giving me the problem. My make file: ############################################################################## # Template make file for FWH and Borland Make tool # # Copyright FiveTech 2002 # ############################################################################## # Make directives ############################################################ .autodepend .swap .suffixes: .prg .hrb # Flags for modules to include: YES | NO (must be UPPERCASE)################## RES_FILE = NO LNK_DBFNTX = YES LNK_DBFCDX = NO LNK_DEBUG = NO LNK_ADVANTAGE = NO LNK_ODBC = NO MAP_FILE = NO # Application directories & filenames ######################################## APP_NAME = ecs # (Your EXE name without extension) APP_PRG_DIR = . APP_OBJ_DIR = . # (create the app\obj directory first) APP_INCLUDE_DIR = . APP_EXE_DIR = $(APP_PRG_DIR) APP_RES_DIR = $(APP_PRG_DIR) APP_EXE = $(APP_EXE_DIR)\$(APP_NAME).exe APP_RC = $(APP_RES_DIR)\$(APP_NAME).rc APP_RES = $(APP_RES_DIR)\$(APP_NAME).res APP_MAP = $(APP_RES_DIR)\$(APP_NAME).map # Paths for dependent files ################################################## .path.prg = $(APP_PRG_DIR) .path.hrb = $(APP_OBJ_DIR) .path.obj = $(APP_OBJ_DIR) # Application PRG files (your PRG files go here) ############################# APP_PRG_LIST = \ ecs.prg \ c1.prg \ c2.prg \ c3.prg \ c4.prg \ c5.prg \ c6.prg \ c7.prg \ c8.prg \ c9.prg \ c10.prg \ test2.prg \ test5.prg \ test6.prg \ vrd.prg \ vrdbcode.prg \ vrdini.prg \ vrditem.prg \ easyprev.prg \ msgmeter.prg \ wbrowse.prg \ tfilexls.prg \ xlsError.prg \ xlsfunc.prg # Contruction of the rest dependency lists ################################### APP_PRGS = $(APP_PRG_LIST) APP_HRBS = $(APP_PRG_LIST:.prg=.obj) APP_OBJS = $(APP_PRG_LIST:.prg=.obj) # Fivewin directories ######################################################## FIVEWIN_INCLUDE_DIR = c:\fwh\include FIVEWIN_LIB_DIR = c:\fwh\lib # Fivewin libraries ########################################################## FIVE_LIB = $(FIVEWIN_LIB_DIR)\fiveH.lib FIVEC_LIB = $(FIVEWIN_LIB_DIR)\fiveHC.lib # Harbour directories & flags ################################################ HARBOUR_INCLUDE_DIR = c:\harbour\include HARBOUR_EXE_DIR = c:\harbour\bin HARBOUR_LIB_DIR = c:\harbour\lib HARBOUR_FLAGS = -i$(APP_INCLUDE_DIR);$(FIVEWIN_INCLUDE_DIR);$(HARBOUR_INCLUDE_DIR) -n -m -w -es2 -gc0 -w0 HARBOUR_EXE = $(HARBOUR_EXE_DIR)\harbour.exe # Harbour libraries ########################################################## RTL_LIB = $(HARBOUR_LIB_DIR)\rtl.lib VM_LIB = $(HARBOUR_LIB_DIR)\vm.lib LANG_LIB = $(HARBOUR_LIB_DIR)\lang.lib MACRO_LIB = $(HARBOUR_LIB_DIR)\macro.lib RDD_LIB = $(HARBOUR_LIB_DIR)\rdd.lib DBFNTX_LIB = $(HARBOUR_LIB_DIR)\dbfntx.lib DBFCDX_LIB = $(HARBOUR_LIB_DIR)\dbfcdx.lib DEBUG_LIB = $(HARBOUR_LIB_DIR)\debug.lib COMMON_LIB = $(HARBOUR_LIB_DIR)\common.lib PP_LIB = $(HARBOUR_LIB_DIR)\pp.lib # Advantage libraries ######################################################## RDDADS_LIB = $(HARBOUR_LIB_DIR)\rddads.lib ACE32_LIB = $(FIVEWIN_LIB_DIR)\ace32.lib # Borlanc directories & flags ################################################ BORLANDC_INCLUDE_DIR = c:\bcc55\include BORLANDC_EXE_DIR = c:\bcc55\bin BORLANDC_LIB_DIR = c:\bcc55\lib BORLANDC_COMP_FLAGS = -c -O2 -I$(HARBOUR_INCLUDE_DIR);$(BORLANDC_INCLUDE_DIR) BORLANDC_COMP_EXE = $(BORLANDC_EXE_DIR)\bcc32.exe BORLANDC_LINK_FLAGS = -Gn -aa -Tpe -s -I$(APP_OBJ_DIR) BORLANDC_LINK_EXE = $(BORLANDC_EXE_DIR)\ilink32.exe BORLANDC_RES_EXE = $(BORLANDC_EXE_DIR)\brc32.exe !if $(MAP_FILE) != YES BORLANDC_LINK_FLAGS = $(BORLANDC_LINK_FLAGS) -x !endif # Borland libraries & files ################################################## STARTUP_OBJ = $(BORLANDC_LIB_DIR)\c0w32.obj CW32_LIB = $(BORLANDC_LIB_DIR)\cw32.lib IMPORT32_LIB = $(BORLANDC_LIB_DIR)\import32.lib ODBC32_LIB = $(BORLANDC_LIB_DIR)\psdk\odbc32.lib # Dependencies ############################################################### all: $(APP_OBJS) $(APP_HRBS) $(APP_EXE) !if $(RES_FILE) == YES all: $(APP_RES) !endif # Implicit Rules ############################################################# .prg.hrb: $(HARBOUR_EXE) $(HARBOUR_FLAGS) $** -o$@ .hrb.obj: $(BORLANDC_COMP_EXE) $(BORLANDC_COMP_FLAGS) -o$@ $** # Explicit Rules ############################################################# !if $(RES_FILE) == YES $(APP_RES) : $(APP_RC) $(BORLANDC_RES_EXE) -r $** $(APP_EXE) :: $(APP_RES) @if exist $(APP_EXE) del $(APP_EXE) > nul !endif $(APP_EXE) :: $(APP_OBJS) @echo $(STARTUP_OBJ) + > make.tmp @echo $(**), + >> make.tmp @echo $(APP_EXE), + >> make.tmp @echo $(APP_MAP), + >> make.tmp @echo $(FIVE_LIB) + >> make.tmp @echo $(FIVEC_LIB) + >> make.tmp @echo $(RTL_LIB) + >> make.tmp @echo $(VM_LIB) + >> make.tmp @echo $(LANG_LIB) + >> make.tmp @echo $(MACRO_LIB) + >> make.tmp @echo $(RDD_LIB) + >> make.tmp !if $(LNK_DBFNTX) == YES @echo $(DBFNTX_LIB) + >> make.tmp !endif !if $(LNK_DBFCDX) == YES @echo $(DBFCDX_LIB) + >> make.tmp !endif !if $(LNK_DEBUG) == YES @echo $(DEBUG_LIB) + >> make.tmp !endif @echo $(COMMON_LIB) + >> make.tmp @echo $(PP_LIB) + >> make.tmp !if $(LNK_ADVANTAGE) == YES @echo $(RDDADS_LIB) + >> make.tmp @echo $(ACE32_LIB) + >> make.tmp !endif !if $(LNK_ODBC) == YES @echo $(ODBC32_LIB) + >> make.tmp !endif @echo EASYPREV.LIB + >> make.tmp @echo FIVEHN.LIB + >> make.tmp @echo ZLIB1.LIB + >> make.tmp @echo ZIPARCHIVE.LIB + >> make.tmp @echo HBZLIB.LIB + >> make.tmp @echo MAIL.LIB + >> make.tmp @echo VRD.LIB + >> make.tmp @echo EASYPREVIEW.LIB + >> make.tmp @echo LIBCT.LIB + >> make.tmp @echo XLS42.LIB + >> make.tmp @echo $(CW32_LIB) + >> make.tmp @echo $(IMPORT32_LIB) + >> make.tmp @echo DBFFPT.LIB + >> make.tmp @echo HBSIX.LIB + >> make.tmp @echo GTGUI.LIB + >> make.tmp @echo UUID.LIB + >> make.tmp @echo HBWIN32.LIB + >> make.tmp @echo FILEXLS.LIB + >> make.tmp !if $(RES_FILE) == YES @echo ,$(APP_RES) >> make.tmp !endif $(BORLANDC_LINK_EXE) $(BORLANDC_LINK_FLAGS) @make.tmp @del $(APP_EXE_DIR)\$(APP_NAME).tds @del make.tmp Please help. Thanks Regards ACWoo Using fwh9.10+harbour+bcc55
error upgrade from fwh7.11 to fwh9.10
Acwoo, If you are using Harbour (and not xHarbour) then this section is wrong in your make file: [code=fw:63684vgj]<div class="fw" id="{CB}" style="font-family: monospace;"><br />RTL_LIB = $<span style="color: #000000;">&#40;</span>HARBOUR_LIB_DIR<span style="color: #000000;">&#41;</span>\rtl.lib<br />VM_LIB = $<span style="color: #000000;">&#40;</span>HARBOUR_LIB_DIR<span style="color: #000000;">&#41;</span>\vm.lib<br />LANG_LIB = $<span style="color: #000000;">&#40;</span>HARBOUR_LIB_DIR<span style="color: #000000;">&#41;</span>\lang.lib<br />MACRO_LIB = $<span style="color: #000000;">&#40;</span>HARBOUR_LIB_DIR<span style="color: #000000;">&#41;</span>\macro.lib<br />RDD_LIB = $<span style="color: #000000;">&#40;</span>HARBOUR_LIB_DIR<span style="color: #000000;">&#41;</span>\rdd.lib<br />DBFNTX_LIB = $<span style="color: #000000;">&#40;</span>HARBOUR_LIB_DIR<span style="color: #000000;">&#41;</span>\dbfntx.lib<br />DBFCDX_LIB = $<span style="color: #000000;">&#40;</span>HARBOUR_LIB_DIR<span style="color: #000000;">&#41;</span>\dbfcdx.lib<br />DEBUG_LIB = $<span style="color: #000000;">&#40;</span>HARBOUR_LIB_DIR<span style="color: #000000;">&#41;</span>\debug.lib<br />COMMON_LIB = $<span style="color: #000000;">&#40;</span>HARBOUR_LIB_DIR<span style="color: #000000;">&#41;</span>\common.lib<br />PP_LIB = $<span style="color: #000000;">&#40;</span>HARBOUR_LIB_DIR<span style="color: #000000;">&#41;</span>\pp.lib<br /> </div>[/code:63684vgj] as Harbour libraries are using different names now. In example, instead of rtl.lib, you have to use hbrtl.lib Please review FWH\samples\buildh.bat to see the right Harbour libraries names that you have to use, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
error upgrade from fwh7.11 to fwh9.10
Thanks for your help In c:\fwh\samples\buildh.bat, where do I find hbrtl.lib ? Thanks Regards AC Woo Using fwh9.10+harbour+bcc55
error upgrade from fwh7.11 to fwh9.10
Ac Woo, inside buildh.bat: [code=fw:vid0mpmc]<div class="fw" id="{CB}" style="font-family: monospace;">echo %hdirl%\hbrtl.lib + >> b32.bc<br />echo %hdirl%\hbvm.lib + >> b32.bc<br />echo %hdirl%\%GT%.lib + >> b32.bc<br />echo %hdirl%\hblang.lib + >> b32.bc<br />echo %hdirl%\hbmacro.lib + >> b32.bc<br />echo %hdirl%\hbrdd.lib + >> b32.bc<br />echo %hdirl%\rddntx.lib + >> b32.bc<br />echo %hdirl%\rddcdx.lib + >> b32.bc<br />echo %hdirl%\rddfpt.lib + >> b32.bc<br />echo %hdirl%\hbsix.lib + >> b32.bc<br />echo %hdirl%\hbdebug.lib + >> b32.bc<br />echo %hdirl%\hbcommon.lib + >> b32.bc<br />echo %hdirl%\hbpp.lib + >> b32.bc<br />echo %hdirl%\hbcpage.lib + >> b32.bc<br />echo %hdirl%\hbwin.lib + >> b32.bc<br />echo %hdirl%\hbcplr.lib + >> b32.bc<br /> </div>[/code:vid0mpmc] Those are the Harbour libraries names to use <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
error upgrade from fwh7.11 to fwh9.10
Thanks for your help How do I change part of my make file from: RTL_LIB = $(HARBOUR_LIB_DIR)\rtl.lib VM_LIB = $(HARBOUR_LIB_DIR)\vm.lib LANG_LIB = $(HARBOUR_LIB_DIR)\lang.lib MACRO_LIB = $(HARBOUR_LIB_DIR)\macro.lib RDD_LIB = $(HARBOUR_LIB_DIR)\rdd.lib DBFNTX_LIB = $(HARBOUR_LIB_DIR)\dbfntx.lib DBFCDX_LIB = $(HARBOUR_LIB_DIR)\dbfcdx.lib DEBUG_LIB = $(HARBOUR_LIB_DIR)\debug.lib COMMON_LIB = $(HARBOUR_LIB_DIR)\common.lib PP_LIB = $(HARBOUR_LIB_DIR)\pp.lib to something that accept : echo %hdirl%\hbrtl.lib + >> b32.bc echo %hdirl%\hbvm.lib + >> b32.bc echo %hdirl%\%GT%.lib + >> b32.bc echo %hdirl%\hblang.lib + >> b32.bc echo %hdirl%\hbmacro.lib + >> b32.bc echo %hdirl%\hbrdd.lib + >> b32.bc echo %hdirl%\rddntx.lib + >> b32.bc echo %hdirl%\rddcdx.lib + >> b32.bc echo %hdirl%\rddfpt.lib + >> b32.bc echo %hdirl%\hbsix.lib + >> b32.bc echo %hdirl%\hbdebug.lib + >> b32.bc echo %hdirl%\hbcommon.lib + >> b32.bc echo %hdirl%\hbpp.lib + >> b32.bc echo %hdirl%\hbcpage.lib + >> b32.bc echo %hdirl%\hbwin.lib + >> b32.bc echo %hdirl%\hbcplr.lib + >> b32.bc I tried changing from RTL_LIB = $(HARBOUR_LIB_DIR)\rtl.lib to HBRTL_LIB = $(HARBOUR_LIB_DIR)\hbrtl.lib but it does not work Please help Thanks Regards AC Woo Using fwh9.10+harbour+bcc55
error upgrade from fwh7.11 to fwh9.10
Ac Woo, You only have to change the right side: RTL_LIB = $(HARBOUR_LIB_DIR)\hbrtl.lib similar changes for the other libs
error upgrade from fwh7.11 to fwh9.10
Thanks for your help How to change this line: echo %hdirl%\%GT%.lib + >> b32.bc I tried GT_LIB = $(HARBOUR_LIB_DIR)\%ht%.lib GT_LIB = $(HARBOUR_LIB_DIR)\*.gt.*l.lib but it does not accept Thanks Please help Regards ACWoo using fwh9.10+harbour+bcc55
error upgrade from fwh7.11 to fwh9.10
Ac Woo, GT_LIB = $(HARBOUR_LIB_DIR)\gtgui.lib
error upgrade from fwh7.11 to fwh9.10
Thanks for your help Now, there is no error message. An exe is created, but program does not launch. My make file: ############################################################################## # Template make file for FWH and Borland Make tool # # Copyright FiveTech 2002 # ############################################################################## # Make directives ############################################################ .autodepend .swap .suffixes: .prg .hrb # .suffixes: .prg .obj # Flags for modules to include: YES | NO (must be UPPERCASE)################## RES_FILE = NO LNK_DBFNTX = YES LNK_DBFCDX = NO LNK_DEBUG = NO LNK_ADVANTAGE = NO LNK_ODBC = NO MAP_FILE = NO # Application directories & filenames ######################################## APP_NAME = ecs # (Your EXE name without extension) APP_PRG_DIR = . # APP_OBJ_DIR = obj # (create the app\obj directory first) APP_OBJ_DIR = . # (create the app\obj directory first) APP_INCLUDE_DIR = . APP_EXE_DIR = $(APP_PRG_DIR) APP_RES_DIR = $(APP_PRG_DIR) APP_EXE = $(APP_EXE_DIR)\$(APP_NAME).exe APP_RC = $(APP_RES_DIR)\$(APP_NAME).rc APP_RES = $(APP_RES_DIR)\$(APP_NAME).res APP_MAP = $(APP_RES_DIR)\$(APP_NAME).map # Paths for dependent files ################################################## .path.prg = $(APP_PRG_DIR) .path.hrb = $(APP_OBJ_DIR) .path.obj = $(APP_OBJ_DIR) # Application PRG files (your PRG files go here) ############################# APP_PRG_LIST = \ ecs.prg \ c1.prg \ c2.prg \ c3.prg \ c4.prg \ c5.prg \ c6.prg \ c7.prg \ c8.prg \ c9.prg \ c10.prg \ test2.prg \ test5.prg \ test6.prg \ vrd.prg \ vrdbcode.prg \ vrdini.prg \ vrditem.prg \ easyprev.prg \ msgmeter.prg \ wbrowse.prg \ tfilexls.prg \ xlsError.prg \ xlsfunc.prg # Contruction of the rest dependency lists ################################### APP_PRGS = $(APP_PRG_LIST) APP_HRBS = $(APP_PRG_LIST:.prg=.obj) APP_OBJS = $(APP_PRG_LIST:.prg=.obj) # Fivewin directories ######################################################## FIVEWIN_INCLUDE_DIR = c:\fwh\include FIVEWIN_LIB_DIR = c:\fwh\lib # Fivewin libraries ########################################################## FIVE_LIB = $(FIVEWIN_LIB_DIR)\fiveH.lib FIVEC_LIB = $(FIVEWIN_LIB_DIR)\fiveHC.lib # Harbour directories & flags ################################################ HARBOUR_INCLUDE_DIR = c:\harbour\include HARBOUR_EXE_DIR = c:\harbour\bin HARBOUR_LIB_DIR = c:\harbour\lib HARBOUR_FLAGS = -i$(APP_INCLUDE_DIR);$(FIVEWIN_INCLUDE_DIR);$(HARBOUR_INCLUDE_DIR) -n -m -w -es2 -gc0 -w0 HARBOUR_EXE = $(HARBOUR_EXE_DIR)\harbour.exe #hdirl = HARBOUR_LIB_DIR # Harbour libraries ########################################################## RTL_LIB = $(HARBOUR_LIB_DIR)\hbrtl.lib VM_LIB = $(HARBOUR_LIB_DIR)\hbvm.lib LANG_LIB = $(HARBOUR_LIB_DIR)\hblang.lib MACRO_LIB = $(HARBOUR_LIB_DIR)\hbmacro.lib RDD_LIB = $(HARBOUR_LIB_DIR)\hbrdd.lib DBFNTX_LIB = $(HARBOUR_LIB_DIR)\dbfntx.lib DBFCDX_LIB = $(HARBOUR_LIB_DIR)\dbfcdx.lib DEBUG_LIB = $(HARBOUR_LIB_DIR)\hbdebug.lib COMMON_LIB = $(HARBOUR_LIB_DIR)\hbcommon.lib PP_LIB = $(HARBOUR_LIB_DIR)\hbpp.lib RDDNTX_LIB = $(HARBOUR_LIB_DIR)\rddntx.lib RDDCDX_LIB = $(HARBOUR_LIB_DIR)\rddcdx.lib RDDFPT_LIB = $(HARBOUR_LIB_DIR)\rddfpt.lib SIX_LIB = $(HARBOUR_LIB_DIR)\hbsix.lib CPAGE_LIB = $(HARBOUR_LIB_DIR)\hbcpage.lib WIN_LIB = $(HARBOUR_LIB_DIR)\hbwin.lib CPLR_LIB = $(HARBOUR_LIB_DIR)\hbcplr.lib GTGUI_LIB = $(HARBOUR_LIB_DIR)\gtgui.lib # Advantage libraries ######################################################## RDDADS_LIB = $(HARBOUR_LIB_DIR)\rddads.lib ACE32_LIB = $(FIVEWIN_LIB_DIR)\ace32.lib # Borlanc directories & flags ################################################ BORLANDC_INCLUDE_DIR = c:\bcc55\include BORLANDC_EXE_DIR = c:\bcc55\bin BORLANDC_LIB_DIR = c:\bcc55\lib BORLANDC_COMP_FLAGS = -c -O2 -I$(HARBOUR_INCLUDE_DIR);$(BORLANDC_INCLUDE_DIR) BORLANDC_COMP_EXE = $(BORLANDC_EXE_DIR)\bcc32.exe BORLANDC_LINK_FLAGS = -Gn -aa -Tpe -s -I$(APP_OBJ_DIR) BORLANDC_LINK_EXE = $(BORLANDC_EXE_DIR)\ilink32.exe BORLANDC_RES_EXE = $(BORLANDC_EXE_DIR)\brc32.exe !if $(MAP_FILE) != YES BORLANDC_LINK_FLAGS = $(BORLANDC_LINK_FLAGS) -x !endif # Borland libraries & files ################################################## STARTUP_OBJ = $(BORLANDC_LIB_DIR)\c0w32.obj CW32_LIB = $(BORLANDC_LIB_DIR)\cw32.lib IMPORT32_LIB = $(BORLANDC_LIB_DIR)\import32.lib ODBC32_LIB = $(BORLANDC_LIB_DIR)\psdk\odbc32.lib MSIMG32_LIB = $(BORLANDC_LIB_DIR)\psdk\msimg32.lib # Dependencies ############################################################### all: $(APP_OBJS) $(APP_HRBS) $(APP_EXE) !if $(RES_FILE) == YES all: $(APP_RES) !endif # Implicit Rules ############################################################# .prg.hrb: $(HARBOUR_EXE) $(HARBOUR_FLAGS) $** -o$@ .hrb.obj: $(BORLANDC_COMP_EXE) $(BORLANDC_COMP_FLAGS) -o$@ $** # Explicit Rules ############################################################# !if $(RES_FILE) == YES $(APP_RES) : $(APP_RC) $(BORLANDC_RES_EXE) -r $** $(APP_EXE) :: $(APP_RES) @if exist $(APP_EXE) del $(APP_EXE) > nul !endif $(APP_EXE) :: $(APP_OBJS) @echo $(STARTUP_OBJ) + > make.tmp @echo $(**), + >> make.tmp @echo $(APP_EXE), + >> make.tmp @echo $(APP_MAP), + >> make.tmp @echo $(FIVE_LIB) + >> make.tmp @echo $(FIVEC_LIB) + >> make.tmp @echo $(RTL_LIB) + >> make.tmp @echo $(VM_LIB) + >> make.tmp @echo $(LANG_LIB) + >> make.tmp @echo $(MACRO_LIB) + >> make.tmp @echo $(RDD_LIB) + >> make.tmp @echo $(RDDNTX_LIB) + >> make.tmp @echo $(RDDCDX_LIB) + >> make.tmp @echo $(RDDFPT_LIB) + >> make.tmp @echo $(SIX_LIB) + >> make.tmp @echo $(CPAGE_LIB) + >> make.tmp @echo $(WIN_LIB) + >> make.tmp @echo $(CPLR_LIB) + >> make.tmp @echo $(GTGUI_LIB) + >> make.tmp @echo $(MSIMG32_LIB) + >> make.tmp !if $(LNK_DBFNTX) == YES @echo $(DBFNTX_LIB) + >> make.tmp !endif !if $(LNK_DBFCDX) == YES @echo $(DBFCDX_LIB) + >> make.tmp !endif !if $(LNK_DEBUG) == YES @echo $(DEBUG_LIB) + >> make.tmp !endif @echo $(COMMON_LIB) + >> make.tmp @echo $(PP_LIB) + >> make.tmp !if $(LNK_ADVANTAGE) == YES @echo $(RDDADS_LIB) + >> make.tmp @echo $(ACE32_LIB) + >> make.tmp !endif !if $(LNK_ODBC) == YES @echo $(ODBC32_LIB) + >> make.tmp !endif @echo EASYPREV.LIB + >> make.tmp @echo ZLIB1.LIB + >> make.tmp @echo ZIPARCHIVE.LIB + >> make.tmp @echo MAIL.LIB + >> make.tmp @echo VRD.LIB + >> make.tmp @echo EASYPREVIEW.LIB + >> make.tmp @echo XLS42.LIB + >> make.tmp @echo $(CW32_LIB) + >> make.tmp @echo $(IMPORT32_LIB) + >> make.tmp @echo FILEXLS.LIB + >> make.tmp !if $(RES_FILE) == YES @echo ,$(APP_RES) >> make.tmp !endif $(BORLANDC_LINK_EXE) $(BORLANDC_LINK_FLAGS) @make.tmp @del $(APP_EXE_DIR)\$(APP_NAME).tds @del make.tmp Please help Thanks Regards AC Woo using fwh9.10+harbour+bcc55
error upgrade from fwh7.11 to fwh9.10
Ac Woo, Is your function Main() in ecs.prg ? Please send me a ZIP file (rename it as *.zop) with your PRG files and LIB files, if posible, and we will build it here, thanks
error upgrade from fwh7.11 to fwh9.10
Thanks for your help Files sent. Please help Thanks Regards AC Woo using fwh9.10+harbour+bcc55
error upgrade from fwh7.11 to fwh9.10
Ac Woo, We have not received it yet. Please send it renamed as *.zop so gmail accepts it, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
error upgrade from fwh7.11 to fwh9.10
Sent again. Thanks Please help Regards AC Woo using fwh9.10+harbour+bcc55
error upgrade from fwh7.11 to fwh9.10
Ac Woo, Got it. All you have to change is: instead of dbfntx use rddntx: !if $(LNK_RDDNTX) == YES @echo $(RDDNTX_LIB) + >> make.tmp !endif Here ecs.exe got properly built <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
error upgrade from fwh7.11 to fwh9.10
Thanks for your help My exe still does not launch after I amended the make file as recommeded. Please could I have the changes. Please help Thanks Regards AC Woo using fwh9.10+harbour+bcc55
error upgrade from fwh7.11 to fwh9.10
AC Woo, Already sent to your email <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
error upgrade from fwh7.11 to fwh9.10
Thanks for your help I tried to link a new prg (new1.prg) to the make file received from you. But the main prg (ecs.prg) does not call the function from this new1.prg. How do I solve the problem. (Changes sent in .zop) Please help Thanks Regards AC Woo using fwh9.10+harbour+bcc55
error upgrade from fwh7.11 to fwh9.10
Ac Woo, Please email me your modified ecs.prg and new1.prg, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
error upgrade from fwh7.11 to fwh9.10
Thanks for your help I could run the prgs attached using the make file for 7.11. I have a line in my old make file which will ignore ambiguous reference. I changed from: // HARBOUR_FLAGS = -i$(APP_INCLUDE_DIR);$(FIVEWIN_INCLUDE_DIR);$(HARBOUR_INCLUDE_DIR) -n -m -w -es2 -gc0 to: HARBOUR_FLAGS = -i$(APP_INCLUDE_DIR);$(FIVEWIN_INCLUDE_DIR);$(HARBOUR_INCLUDE_DIR) -n -m -w -es2 -gc0 -w0 and it will compile and run the exe ignoring ambiguous reference. How do I modify the make file you send to ignore ambiguous reference. (Please find new .zop file with prg and lib attached in your email) Please help Thanks AC Woo using fwh9.10+harbour+bcc55
error upgrade from fwh7.11 to fwh9.10
Ac Woo, $(HBDIR)\bin\harbour $< /L /N /W[color=#FF0000:i8zojfu1]0[/color:i8zojfu1] /I$(FWDIR)\include;$(HBDIR)\include
error upgrade from fwh7.11 to fwh9.10
Thanks for your help I need help for this file. It compile and produces an exe but does not run <!-- m --><a class="postlink" href="http://www.mediafire.com/?ynmjzjyrzdg">http://www.mediafire.com/?ynmjzjyrzdg</a><!-- m --> Please help Thanks AC Woo Using fwh9.10+harbour=bcc55
error upgrade from fwh7.11 to fwh9.10
Ac Woo, You have to change your DOS style clipper source code.. Regards Fafi
error upgrade from fwh7.11 to fwh9.10
Thanks Fafi I have other programs compiled using fwh 7.11 and 9.10 with no problem. They can be compiled and executed. I need help for this because the exe produced does not start. Thanks Regards AC Woo using fwh9.10+harbour+bcc55
error upgrade from fwh7.11 to fwh9.10
Ac Woo, Maybe you are linking an old Harbour library, because the crash seems to happen on the startup of the EXE, even before Main() is called. Please check that you are using updated versions of all the libraries that you are linking. If you build and link with xHarbour, it would help as xHarbour checks for different pcode versions in libraries.
error upgrade from fwh7.11 to fwh9.10
Thanks for your help I use the same lib for my other programs. They compile and run ok. Thanks Please help Regards AC Woo using fwh9.10+harbour+bcc55
error upgrade from fwh7.11 to fwh9.10
AcWoo, I have cleaned your project from unused files, in a try to locate the problem. Here you have the simpler version: <!-- m --><a class="postlink" href="http://www.mediafire.com/?2m2l1t2ma5m">http://www.mediafire.com/?2m2l1t2ma5m</a><!-- m --> But what I have found with great surprise is that it seems as a Harbour compiler bug, as your PRG files are extremelly large, so Harbour seems to be failing. I have been able to conclude this as I saw that a hb_out.log file was getting created but it was empty, so I replaced the internal error function with this one: [code=fw:213hoxh7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <windows.h><br /><br />void hb_errInternalRaw<span style="color: #000000;">&#40;</span> ULONG ulIntCode, const char * szText, const char * szPar1, const char * szPar2 <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />   MessageBox<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span>, szText, szPar1, <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00D7D7;">#pragma</span> ENDDUMP<br /> </div>[/code:213hoxh7] And see the error that I get when your EXE starts: [img:213hoxh7]http&#58;//img267&#46;imageshack&#46;us/img267/8320/capturedb&#46;jpg[/img:213hoxh7] The pcode seems to be corrupted. You have PRGs with more than 32.000 lines. It could be that Harbour has a bug when it tries to compile such large files. It may not be the amount of lines, maybe it is the size of a specific function. Anyhow, the pcode seems corrupted. My advise is that you split those so large PRGs into smaller ones and try again. That would probably may solve the problem. This is a difficult error to be reported to the Harbour developers mailing list, as seems as a quite difficult to reproduce error.
error verce 2
Application =========== Path and name: C:\Archivos de programa\VeRCE\Verce.exe (32 bits) Size: 1,719,808 bytes Time from start: 0 hours 2 mins 41 secs Error occurred at: 30/01/2006, 23:18:26 Error description: (DOS Error 2) BASE/2012 Create error: C:\FWH\LIB\ACE32.LIB Stack Calls =========== Called from __COPYFILE(0) Called from GENERAMAK(59) Called from WNDCOMPILER(816) Called from (b)MAIN(171) Called from TTOOLBAR:COMMAND(140) Called from TWINDOW:COMMAND(934) Called from TWINDOW:COMMAND(0) Called from TWINDOW:HANDLEEVENT(0) Called from _FWH(3125) Called from WINRUN(0) Called from TWINDOW:ACTIVATE(880) Called from MAIN(267) System ====== CPU type: GetCPU() failed! 2000 Mhz Hardware memory: 512 megs Free System resources: 90 % GDI resources: 90 % User resources: 90 % Compiler version: Harbour Alpha build 45.0 Intl. (Flex) Windows version: 5.1, Build 2600 Service Pack 1 Windows total applications running: 33 1 2 Menú Inicio 3 4 NetDDE Agent 5 Compilar 6 Guardar proyecto 7 VERCE v4.3, C:\SISINGE\Farmacia\FARMACIA.VRC 8 Timer 9 Símbolo del sistema 10 Player Window 11 Playlist Editor 12 Winamp Library 13 Jump To File 14 Winamp Equalizer 15 Winamp Video 16 123. artist - Track 7 - Winamp 17 WOWExec 18 DDE Server Window 19 MCI command handling window 20 MS_WebcheckMonitor 21 Centinel VxD 22 Pavprsrv_Wnd 23 NVSVCPMMWindowClass 24 AntispamServer 25 PNPNOTIFICATIONRECEIVER_3A3D30 26 InCD_GUI_MAINFRAME__1A6E0D67_3515_471D_8D7D_C8E76EC0DA2A 27 {BE655EA0-84D2-11d4-9733-444553540001} 28 Connections Tray 29 {44C6FB81-KBDWNDCLS-B4F7-11d4-9FDD-0800460222F0} 30 AcrobatTrayIcon 31 Medidor de energía 32 SysFader 33 Program Manager Variables in use ================ Procedure Type Value ========================== __COPYFILE Param 1: C "C:\Xharbour\LIB\ACE32.LIB" Param 2: C "C:\FWH\LIB\ACE32.LIB" GENERAMAK Local 1: C "#################################################################### # # # PLANTILLA GENERADA CON VERCE # # # #################################################################### # Make directives #################################################### .autodepend .swap .suffixes: .prg .hrb # Flags for modules to include: YES | NO (must be UPPERCASE)# " Local 2: L .F. Local 3: L .T. Local 4: L .T. Local 5: L .F. Local 6: L .F. Local 7: L .F. Local 8: L .F. Local 9: N 1 Local 10: C "FARMACIA" Local 11: C "C:\SISINGE\Farmacia" Local 12: C "C:\SISINGE\Farmacia" Local 13: C "C:\SISINGE\Farmacia" Local 14: C "C:\SISINGE\Farmacia\DLL" Local 15: C "C:\harbour" Local 16: C "C:\Bcc55" Local 17: C "C:\FWH" Local 18: C "C:\Xharbour" Local 19: C "C:\FWH\FiveHX.Lib" Local 20: N 2 Local 21: A Len: 22 Local 22: A Len: 0 Local 23: C "/n /m /w /es2 /gc1" Local 24: C "/c /O2" Local 25: C " /Gn /aa /Tpe /s" Local 26: C "/n /m /w /es2 /gc1" Local 27: C "" Local 28: A Len: 0 Local 29: A Len: 0 Local 30: C "C:\Xharbour\LIB\ACE32.LIB" Local 31: C "C:\FWH\LIB\ACE32.LIB" Local 32: U Local 33: A Len: 0 Local 34: U Local 35: U Local 36: U Local 37: U Local 38: U Local 39: U Local 40: C "" Local 41: C "" WNDCOMPILER Local 1: U Local 2: U Local 3: U Local 4: U Local 5: U Local 6: U Local 7: L .T. Local 8: U Local 9: L .F. Local 10: L .T. Local 11: U Local 12: U Local 13: U Local 14: U Local 15: U Local 16: L .F. Local 17: U Local 18: C "C:\ARCHIVOS DE PROGRAMA\VERCE\TEMP\VE1B56.TMP" Local 19: U Local 20: U Local 21: N 1 Local 22: L .F. Local 23: C "C:\SISINGE\Farmacia\FARMACIA.Exe" Local 24: C "C:\SISINGE\Farmacia\DLL\FARMACIA.RC" Local 25: C "C:\SISINGE\Farmacia\DLL\FARMACIA.RES" Local 26: C "C:\SISINGE\Farmacia\DLL\FARMACIA.RWS" Local 27: C "C:\ARCHIVOS DE PROGRAMA\VERCE\C:\ARCHIVOS DE PROGRAMA\VERCE.LIB" Local 28: N 1 Local 29: N 1 (b)MAIN Param 1: O Class: TTOOLBAR TTOOLBAR:COMMAND Param 1: N 1 Param 2: N 1048906 Local 1: O Class: TTOOLBAR Local 2: N 0 Local 3: N 1 Local 4: N 1048906 Local 5: B {|| ... } TWINDOW:COMMAND Param 1: N 1 Param 2: N 1048906 Local 1: O Class: TMDIFRAME Local 2: N 0 Local 3: N 1 Local 4: N 1048906 TWINDOW:COMMAND Param 1: N 1 Param 2: N 1048906 Local 1: O Class: TMDIFRAME Local 2: L .T. TWINDOW:HANDLEEVENT Param 1: N 273 Param 2: N 1 Param 3: N 1048906 _FWH Param 1: N 1048906 Param 2: N 273 Param 3: N 1 Param 4: N 1048906 Param 5: N 1 Local 1: O Class: TMDIFRAME WINRUN Param 1: N 1179952 TWINDOW:ACTIVATE Param 1: C "MAXIMIZED" Param 2: U Param 3: B {|| ... } Param 4: U Param 5: U Param 6: U Param 7: U Param 8: B {|| ... } Param 9: U Param 10: U Param 11: U Param 12: U Param 13: U Param 14: U Param 15: U Param 16: U Param 17: B {|| ... } Param 18: U Param 19: U Local 1: O Class: TMDIFRAME Local 2: U Local 3: U MAIN Local 1: U Local 2: O Class: TBRUSH Local 3: O Class: TICON Local 4: U Local 5: N 6 Local 6: U Local 7: U Local 8: U Local 9: O Class: TIMAGELIST Local 10: O Class: TIMAGELIST Local 11: O Class: TIMAGELIST Local 12: O Class: TIMAGELIST Local 13: O Class: TIMAGELIST Local 14: O Class: TIMAGELIST Local 15: O Class: TIMAGELIST Local 16: O Class: TREBAR Linked RDDs =========== DBF DBFDBT DBFFPT DBFNTX DataBases in use ================ Classes in use: =============== 1 HBCLASS 2 HBOBJECT 3 TWINDOW 4 TCONTROL 5 TXBROWSE 6 TICON 7 TBRUSH 8 TINI 9 TMDIFRAME 10 TC5MENU 11 TMENUITEMC5 12 TMDICLIENT 13 TFONT 14 TIMAGELIST 15 TBITMAP 16 TREBAR 17 TTOOLBAR 18 TMSGBAR 19 TRECT 20 TMSGITEM 21 TTIMER 22 TDIALOG 23 TSAY 24 TURLLINK 25 TCURSOR 26 TBUTTON 27 TBUTTONBMP 28 TMDICHILD 29 TICONGROUP 30 TSCROLLBAR 31 TRADMENU 32 TRADIO 33 TFOLDER 34 TGET 35 GET 36 TCLIPGET 37 TCHECKBOX 38 TLISTBOX 39 TMULTIGET 40 ERROR Memory Analysis =============== 159 Static variables Dynamic memory consume: Actual Value: 0 bytes Highest Value: 0 bytes 
error verce 2
Que version de VERCE estas usando ?¡
error when I run my application
I used xHarbour xHarbour Compiler build 0.99.71 (SimpLex) and FWH 7.05 when I run my application I got a message in windows Xp Instrukcja spod "0x00000000: odwo&#322;uje si&#281; do pami&#281;ci pod "0x00000000". Pami&#281;&#263; nie mo&#380;e by&#263; "read".
error when I run my application
Please go to FWH\samples directory and try this: buildx.bat tutor01 and check if it works fine for you. Please do the same for tutor02
error when I run my application
I got the same error when I run buildx tutor01
error when I run my application
I don't think that is the version of xHabour that came with that version of FWH. You need to use the version that came with it. James
error when I run my application
If you are using a more recent xHarbour, then you need to recompile ALL your PRGs and FWH PRGs, and all third party libs PRGs that you may be using
error when I run my application
how can I recomplite all FWH PRGs ?
error when I run my application
XHARBOUR.BAT: @ ECHO OFF COPY c:\fwh\source\function\*.prg COPY c:\fwh\source\winapi\*.prg COPY c:\fwh\source\classes\*.prg DEL expbuild.prg DEL db10.prg DEL odbc32.prg DEL dbm.prg DEL vbxctrl.prg DEL _index.prg DEL dbms.prg DEL ddeserv.prg DEL field.prg DEL tnewsins.prg DEL c3.prg SET HARBOURCMD=/a /es1 /gc0 /l /m /n /q /w SET INCLUDE=c:\fwh\include;c:\xharbour\include FOR %%i IN (*.prg) DO c:\xharbour\bin\harbour %%i SET HARBOURCMD= SET INCLUDE= IF EXIST *.prg DEL *.prg FOR %%i IN (*.c) DO c:\bcc55\bin\bcc32 +xharbour.cfg -c %%i IF EXIST *.c DEL *.c FOR %%i IN (*.obj) DO c:\bcc55\bin\tlib Fivehx /P32 +%%i IF EXIST *.obj DEL *.obj IF EXIST *.bak DEL *.bak IF EXIST fivehx.lib COPY fivehx.lib c:\fwh\lib IF EXIST fivehx.lib DEL fivehx.lib XHARBOUR.CFG: -5 -DHB_FM_STATISTICS_OFF -DHB_GUI -DHB_NO_PROFILER -DHB_NO_TRACE -DHB_WIN32_IO -Ic:\fwh\include;c:\xharbour\include;c:\bcc55\include -k- -O1 -O2 -OS -Ov -v- -W -w -w-inl- Please check the paths. EMG
error when I run my application
I used xHarbour Compiler build 0.99.71 (SimpLex)
error when I run my application
I am using commercial xHarbour xHarbour Compiler build 0.99.71 (SimpLex)
error when I run my application
Please ask Patrick Mast for a xHarbour commercial upgrade (or beta). Probably thats the problem: that you are using an outdated xHarbour builder build with FWH.
error when I run my application
I have xHrabour from 02.2007
error when I run my application
FWH 7.05 is from May 2007. You need an updated xHarbour builder.
error when I run my application
I used xHarbour ver 02.2007 and FWH 05.2007
error when I run my application
if I must recomplite source FWH
error when I run my application
Yes. Patrick Mast has a xHarbour builder project to automatically rebuild FWH. We have asked him for that file to provide it to you.
error when I run my application
where is this xHarbour builder project
error when I run my application
where is that xHarbour builder project to automatically rebuild FWH
error when I run my application
Patrick Mast is going to give it to us, and we will publish here. Probably today,
error when I run my application
when
error when I run my application
Today, probably Just wait a little, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
error when I run my application
thanks
error when I run my application
Here you have the file: <!-- m --><a class="postlink" href="http://rapidshare.com/files/62873161/Fivehmx.xbp.zip.html">http://rapidshare.com/files/62873161/Fi ... p.zip.html</a><!-- m -->
error when compile FWH 10.1
when I compile same progam with FWH 10.1 I get error /I am using xharbour ver 112 /2009 09/ , Pelles ISO C Compiler, Version 2.71.0/ xLINK: error: Unresolved external symbol '_HB_FUN_XBROWSE referenced from Fivehmx.lib(xbrowse.obj)'. best regards kajot
error when compile FWH 10.1
Kajot, function xbrowse() is implemented from source\function\xbrowser.prg Please add xbrowser.prg as another file of your appication and try to build your EXE again, thanks
error when compile FWH 10.1
when I add xbrowse.prg I got the same error
error when compile FWH 10.1
Kajot, Please add this code to your main PRG: [code=fw:37hnaac1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> <span style="color: #0000ff;">xbrowse</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br />&nbsp;</div>[/code:37hnaac1] and try it again
error when compile FWH 10.1
when I added function xbrowse() return nil its OK
error when compile FWH 10.1
Kajot, function XBrowser() is defined from xbrowser.prg (not xbrowse.prg), so if you add that PRG it should work in the same way as it has worked when you added that function in your main PRG.
error when compile FWH 10.1
ok , thanks
error while compile with 13.07
when I compile program with fw 13.07 and xharbour.com I got error xLINK: error: Unresolved external symbol '_strdup referenced from FiveHCM.lib(BITMAPS.obj)'. xLINK: error: Unresolved external symbol '_strlwr referenced from FiveHCM.lib(BITMAPS.obj)'. xLINK: error: Unresolved external symbol '_png_sig_cmp referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_create_write_struct referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_create_info_struct referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_set_longjmp_fn referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_set_IHDR referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_malloc referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_init_io referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_set_rows referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_write_png referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_free referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_destroy_write_struct referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_create_read_struct referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_destroy_read_struct referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_set_read_fn referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_read_info referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_get_IHDR referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_get_valid referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_set_tRNS_to_alpha referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_set_gray_to_rgb referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_set_bgr referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_set_strip_16 referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_read_update_info referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_get_channels referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_get_rowbytes referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_read_image referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: error: Unresolved external symbol '_png_get_io_ptr referenced from FiveHCM.lib(FWPNG.obj)'. xLINK: fatal error: 28 unresolved external(s). best regards
error while compile with 13.07
Have a look at this post : <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=26374&p=145282&hilit=FiveHCM.lib#p145282">viewtopic.php?f=3&t=26374&p=145282&hilit=FiveHCM.lib#p145282</a><!-- l --> Best Regards Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
error while compile with 13.07
thanks, but yet xLINK: error: Unresolved external symbol '_strdup referenced from FiveHCM.lib(BITMAPS.obj)'. xLINK: error: Unresolved external symbol '_strlwr referenced from FiveHCM.lib(BITMAPS.obj)'. xLINK: error: Unresolved external symbol '__snprintf referenced from png.lib(png.obj)'. xLINK: error: Unresolved external symbol '__CIpow referenced from png.lib(png.obj)'. xLINK: error: Unresolved external symbol '__iob referenced from png.lib(pngerror.obj)'. xLINK: fatal error: 5 unresolved external(s). best kajot
error while compile with 13.07
Kajot, I am emailing you modified libs for xhb.com, thanks
error while compile with 13.07
if I add new fivehc.lib and fivehcm.lib and png.lib , I got error Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"S:\lib" -LIBPATH:"R:\lib" -LIBPATH:"R:\c_lib" -LIBPATH:"R:\c_lib\win" "t.obj" "S:\lib\send32.lib" "S:\lib\mem32.lib" "S:\lib\png.lib" "FiveHCM.lib" "FiveHMX.lib" "OptG.lib" "xhb.lib" "dbf.lib" "nsx.lib" "ntx.lib" "cdx.lib" "rmdbfcdx.lib" "ct3comm.lib" crt.lib kernel32.lib user32.lib winspool.lib ole32.lib oleaut32.lib odbc32.lib odbccp32.lib uuid.lib wsock32.lib ws2_32.lib wininet.lib advapi32.lib shlwapi.lib msimg32.lib mpr.lib OleDlg.lib version.lib comctl32.lib comdlg32.lib gdi32.lib shell32.lib winmm.lib lz32.lib Netapi32.lib -out:"t.exe"<<< xLINK: warning: Symbol 'S:\lib\Fivehmx.lib(errsysw_.obj)->_HB_FUN_ERRORSYS previously defined at S:\lib\Fivehmx.lib(errsysw.obj)' is multiply defined. xLINK: warning: Symbol 'S:\lib\Fivehmx.lib(errsysw_.obj)->_HB_FUN_ERRORLINK previously defined at S:\lib\Fivehmx.lib(errsysw.obj)' is multiply defined. xLINK: warning: Symbol 'S:\lib\Fivehmx.lib(errsysw_.obj)->_HB_FUN_SETERRORPATH previously defined at S:\lib\Fivehmx.lib(errsysw.obj)' is multiply defined. xLINK: warning: Symbol 'S:\lib\Fivehmx.lib(errsysw_.obj)->_HB_FUN_SETERRORFILENAME previously defined at S:\lib\Fivehmx.lib(errsysw.obj)' is multiply defined. xLINK: warning: Symbol 'S:\lib\Fivehmx.lib(errsysw_.obj)->_HB_FUN_SETPOSTERRORACTION previously defined at S:\lib\Fivehmx.lib(errsysw.obj)' is multiply defined. xLINK: warning: Symbol 'S:\lib\Fivehmx.lib(errsysw_.obj)->_HB_FUN_GETCPU previously defined at S:\lib\Fivehmx.lib(errsysw.obj)' is multiply defined. xLINK: warning: Symbol 'S:\lib\FiveHCM.lib(MEM.obj)->_HB_FUN_NEXTMEM previously defined at S:\lib\Fivehmx.lib(errsysw_.obj)' is multiply defined. Creating object: t.EXP Creating library: t.LIB xLINK: error: Unresolved external symbol '__snprintf referenced from png.lib(png.obj)'. xLINK: error: Unresolved external symbol '__CIpow referenced from png.lib(png.obj)'. xLINK: error: Unresolved external symbol '__iob referenced from png.lib(pngerror.obj)'. xLINK: fatal error: 3 unresolved external(s). Type: C >>>Couldn't build: t.exe<<<
error while compile with 13.07
kajot, Do you have a crt.lib or a pocrt.lib in xhb.com libs ? If so, please link crt.lib
error while compile with 13.07
I don't have crt.lib and pocrt.lib in filder xhb\lib best regards kajot
error while compile with 13.07
Please link LibMisc.lib from xhb.com
error while compile with 13.07
thanks I linked png.lib and added this function to my source function FWOpenPngFile() ; return 0 any working good best regards kajot
error while compile with 13.07
where will be add this function /in sources/ function FWOpenPngFile() ; return 0 best regards kajor
error while compile with 13.07
Kajot, Source code for FWOpenPngFile() is not provided. Its implemented in C code. Would you like to review it ? Please email me if needed, thanks
error win 2000
Tanks Antonio with exetype. When l try it works, but the day after when i return to excute my application he give me a dbrelation (0) internal error 5333. in twindow function wndcreateerror form function create(). What that append? Tanks for your anwsers
error win 2000
What Clipper version are you using ? We recommend Clipper 5.3 b
error win 2000
clipper 5.3 c, blinjker 4, fw 2.1
error win 2000
When l try it with tutor08 with the option customer he give me this error error fivewin/3 cannot create dialog box call from createdlgerror(0) call from tdialog:activate() call from browse() cal from customer(95)
error win 2000
You get that error when the resources has not been linked into the EXE Please check that you have rc.exe or brc.exe in the path and review how build.bat use them
error win 2000
Why if l did this it is functionning exetype tutor08.exe 3.95
error win 2000
Are you using Microsoft Link.exe or Blinker to create the EXE ?
error win 2000
L am using clipper 5.3c bilnker 4 and fw 2.1
error win 2000
Are you using: exetype Windows 3.1 in your Blinker .LNK file ?