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 q...
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; &nb...
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 cl...
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">...
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...
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;<spa...
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 ) ...
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...
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 extern...
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\FIV...
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: ...
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 ...
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%\hb...
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...
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 ...
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$(A...
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 differe...
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 Harbo...
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...
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...
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...
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...
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=...
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 e...
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" "Fi...
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 ?