messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2012-10-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Guys:\n\nIs there a way that the BUILDX.BAT command and/or the xHarbour Builder (from commercial xHarbour) display all undeclared / undefined symbols and stop compiling / building, like the /W /ES2 from old Clipper: Clipper myprog...
Compiler warning messages.
[ { "date": "2012-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Gustavo,\n\nYou can modify samples\\buildx.bat yourself and use the same Clipper flags <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "14:39", "topic": "Compil...
Compiler warning messages.
[ { "date": "2012-11-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio:\n\nThank you very much.\n\n\nGustavo", "time": "07:13", "topic": "Compiler warning messages.", "username": "HunterEC" } ]
Compiler warning messages.
[ { "date": "2005-10-29", "forum": "FiveWin for Pocket PC", "text": "Dear friends, what are the optimal compiler/linker switches for a FWPPC app?\n\nAnother thing: I noticed that a FWPPC EXE can greatly compressed. Can we use any compiler/linker switches to reduce the size of the EXE?\n\nEMG", "time":...
Compiler/linker switches
[ { "date": "2013-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "HI all,\nCan anyone tell me how can I compiling two RC files in one .exe??\nThanks for help", "time": "10:02", "topic": "Compiling", "username": "nebojsa" } ]
Compiling
[ { "date": "2013-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Open with notepad, copy and paste one into the other. No special tool needed.", "time": "10:36", "topic": "Compiling", "username": "ADutheil" } ]
Compiling
[ { "date": "2013-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear ADutheil\n\nBuildRC.BAT\ncopy WINXP.RC+EZ4FO1.RC+EZ4FO2.RC+EZ4CFG.RC+EZ4BMP.RC RESOURCE.RC\nBRC32.EXE -R RESOURCE.RC\n\nThen use RESOURCE.RC instead of 2 RC files\n\nIt may help.", "time": "12:21", "topic": "Compiling...
Compiling
[ { "date": "2013-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "create with a text file myrc.rc\n\n#include \"rc1.rc\" your first resource file\n#include \"rc2.rc\"\n#include \"rc3.rc\"\n.....\n\nin your make file just myrc.rc\n\nRichard", "time": "13:19", "topic": "Compiling", "...
Compiling
[ { "date": "2013-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\n\nI copy all my .rc into one monolithic .rc and then compile to .res and link the .res into my .exe .. here is a modified version of Rc2Dll32.bat.\n\nRick Lipkin\n\n[code=fw:1c4rqfhc]<div class=\"fw\" id=\"{CB}\" style=\"f...
Compiling
[ { "date": "2014-04-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Guys:\n\nI have 3 PRGs: main1, custreps, invreps. How do I compile them with the BUILDX.BAT batch file ? Thank you.", "time": "20:24", "topic": "Compiling 3 PRGs with BUILDX", "username": "HunterEC" } ]
Compiling 3 PRGs with BUILDX
[ { "date": "2014-04-24", "forum": "FiveWin for Harbour/xHarbour", "text": "test1.prg\ntest2.prg\ntest3.prg\n\nadd test1.prg:\n#include \"test2.prg\"\n#include \"test3.prg\"", "time": "22:01", "topic": "Compiling 3 PRGs with BUILDX", "username": "MGA" } ]
Compiling 3 PRGs with BUILDX
[ { "date": "2014-04-25", "forum": "FiveWin for Harbour/xHarbour", "text": "SGS:\n\nThank you for your solution but I'm using STATIC modules with the same names so the compiler will not compile it that way.", "time": "05:35", "topic": "Compiling 3 PRGs with BUILDX", "username": "HunterEC" } ...
Compiling 3 PRGs with BUILDX
[ { "date": "2014-04-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Use MAKE\n\nif not exist obj md obj\nc:\\fwh\\bcc582\\bin\\make -fTestGi.mak\n\nRegards,\n\np.s\nTestGi.mak\n\n#Borland make sample, (c) FiveTech Software 2005\n\nprogram=TestGi\n\nFWDIR=c:\\fwh\nHBDIR=c:\\fwh\\xharbour\nBCDIR=c:\...
Compiling 3 PRGs with BUILDX
[ { "date": "2008-09-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\r\n\r\nI used the vc98 you suggested last week and am running it with the harbour MS version downloaded from the FT site. I've been trying to compile & link my application without success.\r\n\r\nToday I decided to t...
Compiling FWH Tutor01-08 with VC98 Errors in link
[ { "date": "2008-09-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Paul,\r\n\r\nPlease use this buildhm.bat:\r\n[code:3421hpg9]\n@ECHO OFF\nCLS\nECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿\nECHO ³ FiveWin for Harbour 8&#46;09 &#40;MSVC++&#41; Sep&#46; 2008 ...
Compiling FWH Tutor01-08 with VC98 Errors in link
[ { "date": "2008-09-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\r\n\r\nI had to change the BuildHM.bat to get it to work. Just the initial command to set HBDIR variable.\r\n\r\nRevised BuildHM.bat:\r\n[code:317wue49]@ECHO OFF\nCLS\nECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ...
Compiling FWH Tutor01-08 with VC98 Errors in link
[ { "date": "2008-09-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Paul,\r\n\r\n>\r\nFiveHM.lib(HELP32.obj) : error LNK2001: unresolved external symbol _HB_FUN_CHMHELPPOPUP \r\nFiveHM.lib(HELP32.obj) : error LNK2001: unresolved external symbol _HB_FUN_CHMHELPINDEX \r\nFiveHM.lib(HELP32.obj) : err...
Compiling FWH Tutor01-08 with VC98 Errors in link
[ { "date": "2015-03-04", "forum": "FiveWin for Harbour/xHarbour", "text": "After I compile Harbour using win-make, I notice a lot of dlls in harbour\\bin. How to compile Harbour so they won't be created?", "time": "06:49", "topic": "Compiling Harbour", "username": "hua" } ]
Compiling Harbour
[ { "date": "2015-03-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Hua,\n\nI really dont know it. You should post your question here:\n\n[url:cihesut9]https&#58;//groups&#46;google&#46;com/forum/#!forum/harbour-devel[/url:cihesut9]", "time": "07:13", "topic": "Compiling Harbour", "use...
Compiling Harbour
[ { "date": "2015-03-04", "forum": "FiveWin for Harbour/xHarbour", "text": "It's ok Antonio. \n\nIt's just annoying that last time I can copy and run hbrun.exe anywhere but if I use the version I compiled myself I got the message below\n\n[img:9tvceoj0]http&#58;//s24&#46;postimg&#46;org/uxxx41z0l/hbrun&#4...
Compiling Harbour
[ { "date": "2023-08-04", "forum": "Off Topic / Otros temas", "text": "Dear friends, I'm trying to compile Harbour from source code. All is working but some of the include files and libraries are missing (as an example, hbarc4.h). Do you know what could be the cause?", "time": "17:15", "topic": "C...
Compiling Harbour from source code
[ { "date": "2023-08-05", "forum": "Off Topic / Otros temas", "text": "Dear Enrico,\n\nhbarc4.h is at c:\\harbour\\include\\ so it seems as your include path it is not pointing to harbour/include", "time": "16:05", "topic": "Compiling Harbour from source code", "username": "Antonio Linares" ...
Compiling Harbour from source code
[ { "date": "2023-08-05", "forum": "Off Topic / Otros temas", "text": "Dear Antonio,\n\nI'm compiling Harbour from source code. So win-make should take care of copying all the Harbour's include directory to the HB_INSTALL_PREFIX directory. It does except some files. Anyway, Harbour is working fine at the ...
Compiling Harbour from source code
[ { "date": "2023-08-06", "forum": "Off Topic / Otros temas", "text": "Dear Enrico,\n\noHrb = hb_compileFromBuf( cCode, .T., \"-n\", \"-q2\", \"-I c:\\harbour\\include\" )", "time": "07:10", "topic": "Compiling Harbour from source code", "username": "Antonio Linares" } ]
Compiling Harbour from source code
[ { "date": "2023-08-06", "forum": "Off Topic / Otros temas", "text": "I don't understand.", "time": "08:28", "topic": "Compiling Harbour from source code", "username": "Enrico Maria Giordano" } ]
Compiling Harbour from source code
[ { "date": "2023-08-07", "forum": "Off Topic / Otros temas", "text": "Dear Enrico,\n\n> I'm trying to compile Harbour from source code\n\nHow are you doing it ?\n\nUsually to compile Harbour code at runtime we use hb_compileFromBuf()", "time": "06:53", "topic": "Compiling Harbour from source code...
Compiling Harbour from source code
[ { "date": "2023-08-07", "forum": "Off Topic / Otros temas", "text": "I'm using this batch:\n\n[code=fw:3s8ef8ls]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">@ ECHO OFF<br /><br />SET MSC=e:\\msc32\\msc<br /><br />SET PATH=%MSC%\\bin<br />SET HB_INSTALL_PREFIX=e:\\fw\\temp\\harbour\\ha...
Compiling Harbour from source code
[ { "date": "2023-08-07", "forum": "Off Topic / Otros temas", "text": "Dear Enrico,\n\nThe Harbour compiler itself is inside hbcplr.lib, you don't need to call harbour.exe <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nyou can directly compile and ex...
Compiling Harbour from source code
[ { "date": "2023-08-07", "forum": "Off Topic / Otros temas", "text": "Dear Antonio,\n\nyou are missing the point. I wanted Harbour from the latest source code in the git repository. Anyway, never mind. I'm happy with the result.", "time": "09:30", "topic": "Compiling Harbour from source code", ...
Compiling Harbour from source code
[ { "date": "2023-08-07", "forum": "Off Topic / Otros temas", "text": "ok, very good <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "17:35", "topic": "Compiling Harbour from source code", "username": "Antonio Linares" } ]
Compiling Harbour from source code
[ { "date": "2011-10-18", "forum": "FiveWin for Harbour/xHarbour", "text": "I need to compile TSButton version 7 with Harbour 3.1 ( not \"X\" ) and MinGW gcc 4.5.2-dw2 and I need some help on some errors in C.\nTo generate the .lib, based on the SBUTTONH.VRC I built this TSButton7.hbp :\n[code=nada:3m64z7...
Compiling TSButton with MinGW gcc
[ { "date": "2011-10-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, could you review this, please ?\nI am not very good with C.\nThanks.", "time": "10:56", "topic": "Compiling TSButton with MinGW gcc", "username": "concentra" } ]
Compiling TSButton with MinGW gcc
[ { "date": "2011-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "I'm joining to this question too . I too get an errors trying to build TsButtons lib with harbour + minGw . Can any to help ? Just idea - maybe Manuel Mercado have a forum , where we can post question to him ?\n\n With best rega...
Compiling TSButton with MinGW gcc
[ { "date": "2011-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Change clipapi.ch by hbapi.ch and try againg.\n\nRegards", "time": "22:27", "topic": "Compiling TSButton with MinGW gcc", "username": "nnicanor" } ]
Compiling TSButton with MinGW gcc
[ { "date": "2011-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "use this example change paths for your include paths\n\nc:\\mingw\\bin\\gcc -c -D__FLAT__ -D__HARBOUR__ -Ic:\\mingw\\include -Ic:\\harbourg\\include -Ic:\\fwhg\\include -obpaint.o bpaint.c \n\nRgds", "time": "22:29", "topi...
Compiling TSButton with MinGW gcc
[ { "date": "2011-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Nicanor, thanks for your help.\nI discarded TSButton as an option and replaced it with standard buttons, since I got no help with this...\nBut I still need help with TSBrowse !\nYou said to change clipapi.ch by hbapi.ch but in ...
Compiling TSButton with MinGW gcc
[ { "date": "2011-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok,\n\nI going to compile tsbrowse and feedback in asap\n\nRegards,", "time": "14:54", "topic": "Compiling TSButton with MinGW gcc", "username": "nnicanor" } ]
Compiling TSButton with MinGW gcc
[ { "date": "2011-11-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks.", "time": "10:17", "topic": "Compiling TSButton with MinGW gcc", "username": "concentra" } ]
Compiling TSButton with MinGW gcc
[ { "date": "2011-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\n Need help with TsButtons & MinGW . Creating of library - succesfull , but trying to build application with tsbutton library I'm getting errors . Sbuh3m.a here Tsbutton lib for MinGw \n\n[quote:1ck3q8jc]\nhbmk2: Linking.....
Compiling TSButton with MinGW gcc
[ { "date": "2011-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Rimantas, seems that nobody else is interested in TsBrowse/TsButton and MinGW...\nAnd Manuel disappears from time to time...\n \nBut after studying the C code I managed to compile the TsBrowse C code.\nSo, lets try to do this.\nFi...
Compiling TSButton with MinGW gcc
[ { "date": "2011-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Rimantas, what version of TsButton are you using ?", "time": "11:26", "topic": "Compiling TSButton with MinGW gcc", "username": "concentra" } ]
Compiling TSButton with MinGW gcc
[ { "date": "2011-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "And for ISLOGICAL, ISNUM and ISCHAR put this defines in top of .C.\n\n#define S_LNUM 0x0002\n#define S_DNUM 0x0008\n#define S_LOG 0x0080\n#define S_CHAR 0x0400\n#define S_ANYNUM ( S_LNUM | S_...
Compiling TSButton with MinGW gcc
[ { "date": "2011-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"concentra\":4i9rqc8i]And for ISLOGICAL, ISNUM and ISCHAR put this defines in top of .C.\n\n#define S_LNUM 0x0002\n#define S_DNUM 0x0008\n#define S_LOG 0x0080\n#define S_CHAR 0x0400\n#defin...
Compiling TSButton with MinGW gcc
[ { "date": "2009-11-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Compiling under \nWINDOWS 7 /AntiVir Guard installed\nI get sometimes a warning: HTML-Scriptvirus HTML/Crypted.Gen. in one of the c-files.\n\nDoes someone know what this could be?\nThanks in advance\nOtto", "time": "20:27", ...
Compiling WINDOWS 7 /AntiVir Guard
[ { "date": "2009-11-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Does it tell you which file it doesn't like?", "time": "01:11", "topic": "Compiling WINDOWS 7 /AntiVir Guard", "username": "MichaelMo" } ]
Compiling WINDOWS 7 /AntiVir Guard
[ { "date": "2009-11-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Michael, it was a c-file created from my source code.\nI will post more when I see the warning again.\nBest regards,\nOtto", "time": "14:46", "topic": "Compiling WINDOWS 7 /AntiVir Guard", "username": "Otto" } ]
Compiling WINDOWS 7 /AntiVir Guard
[ { "date": "2009-11-18", "forum": "FiveWin for Harbour/xHarbour", "text": "It's clearly a false alarm by AntiVir Guard.\n\nEMG", "time": "19:54", "topic": "Compiling WINDOWS 7 /AntiVir Guard", "username": "Enrico Maria Giordano" } ]
Compiling WINDOWS 7 /AntiVir Guard
[ { "date": "2009-11-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Michael, hello Enrico,\n\ntoday I never saw the warning. I noticed that AntiVir Guard made 6 or 7 updates yesterday.\n\nMaybe they changed something.\n\nBest regards,\nOtto", "time": "20:31", "topic": "Compiling WI...
Compiling WINDOWS 7 /AntiVir Guard
[ { "date": "2009-11-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Now the warning is back.\nBest regards,\nOtto\n[img:v8wt3pm6]http&#58;//www&#46;atzwanger-software&#46;com/fw/Unbenannt&#46;JPG[/img:v8wt3pm6]", "time": "09:42", "topic": "Compiling WINDOWS 7 /AntiVir Guard", "username...
Compiling WINDOWS 7 /AntiVir Guard
[ { "date": "2009-11-19", "forum": "FiveWin for Harbour/xHarbour", "text": "You should write to the AntiVir Guard staff to report the false alarm, attaching the offending C source code.\n\nEMG", "time": "10:57", "topic": "Compiling WINDOWS 7 /AntiVir Guard", "username": "Enrico Maria Giordano"...
Compiling WINDOWS 7 /AntiVir Guard
[ { "date": "2009-11-19", "forum": "FiveWin for Harbour/xHarbour", "text": "I suppose that is it possible that it is not a false alarm and that some virus is adding code to the compiler output. Either way I would send it to the AV company for analysis.\n\nJames", "time": "16:46", "topic": "Compili...
Compiling WINDOWS 7 /AntiVir Guard
[ { "date": "2009-11-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Possible maybe yes, but very far from probable.\n\nEMG", "time": "19:02", "topic": "Compiling WINDOWS 7 /AntiVir Guard", "username": "Enrico Maria Giordano" } ]
Compiling WINDOWS 7 /AntiVir Guard
[ { "date": "2009-11-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Enrico, hello james,\n\nI will send the file to AntiVir Guard.\nBut today the warning only appeared once and I missed to save the output – file.\nBest regards,\nOtto", "time": "19:16", "topic": "Compiling WINDOWS 7 /...
Compiling WINDOWS 7 /AntiVir Guard
[ { "date": "2014-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello ,\n\nFWH1305\n\nUsing buildh.bat the aplication is built , but \n\n\"Cannot start the aplication (0xc000007b) ...\"\n\nFrank", "time": "15:59", "topic": "Compiling erp2.prg (test tDolphin)", "username": "Franklin...
Compiling erp2.prg (test tDolphin)
[ { "date": "2014-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "usualmente cuando la version de la dll libmysql.dll con la libreria extraida de la misma no corresponden en su version.\n\ndeberas extraer la lib con implib.exe\n\nsalu2\ncarlos vargas", "time": "22:48", "topic": "Compilin...
Compiling erp2.prg (test tDolphin)
[ { "date": "2008-10-05", "forum": "FiveWin for Pocket PC", "text": "Antonio\r\nAre there any parameters to warn undefined variables just like -w used to do in old clipper compiler?\r\nJohn \r\nRegards", "time": "19:11", "topic": "Compiling parameters", "username": "johnlinares" } ]
Compiling parameters
[ { "date": "2008-10-05", "forum": "FiveWin for Pocket PC", "text": "Just call Harbour.exe without parameters and you will see all the available parameters:\r\n\r\n/w[<level>] set warning level number (0..3, default 1)", "time": "19:55", "topic": "Compiling parameters", "username": "Anton...
Compiling parameters
[ { "date": "2012-08-21", "forum": "FiveLinux / FiveDroid (Android)", "text": "Hello Antonio \nI followed all notes in <!-- m --><a class=\"postlink\" href=\"http://www.fivetechsoft.com/wiki/doku.php?id=fivelinux_installation\">http://www.fivetechsoft.com/wiki/doku.p ... stallation</a><!-- m --> \nwhen I ...
Compiling problem - SOLVED
[ { "date": "2012-08-27", "forum": "FiveLinux / FiveDroid (Android)", "text": "<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?p=21060#p21060\">viewtopic.php?p=21060#p21060</a><!-- l -->", "time": "10:11", "topic": "Compiling problem - SOLVED", "use...
Compiling problem - SOLVED
[ { "date": "2010-12-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all,\nwith the last 1.2.1 (6717) xharbour version there are problems with static declaration on the head of the prg:\n\n[color=#FF0000:28zsozm0]k:\\XHARBOUR\\Bin\\Harbour.Exe K:\\ACTIVEXP\\SOURCE\\ACTIVE.PRG -m -n -es2 -ik:\\X...
Compiling problem with xharbour 1.2.1 (6717)
[ { "date": "2010-12-24", "forum": "FiveWin for Harbour/xHarbour", "text": "These are the lines 440 and 441 in fivewin.ch:\n[code=fw:1ya40gem]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">/*------------------------------------------------------------------...
Compiling problem with xharbour 1.2.1 (6717)
[ { "date": "2010-12-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi, this problem is solved with thanks.\n\nI am trying BCC 558 and the lib UUID.LIB seems isn't included in this BCC version, any ideas ?\nThanks in advance.\n\nTurbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland\nFatal: U...
Compiling problem with xharbour 1.2.1 (6717)
[ { "date": "2010-12-24", "forum": "FiveWin for Harbour/xHarbour", "text": "solved", "time": "18:17", "topic": "Compiling problem with xharbour 1.2.1 (6717)", "username": "Marco Turco" } ]
Compiling problem with xharbour 1.2.1 (6717)
[ { "date": "2012-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Converting a big application to harbour i have problems with : \n roundrec.c \n[code=fw:i7pbfu59]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">/* TSLines Class, rounded rec...
Compiling roundrec.c for harbour
[ { "date": "2012-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:154mpsan]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00D7D7;\">#include</span> <hbapi.h><br /><span style=\"color: #00D7D7;\">#include</span> <windows.h><br /><br /><s...
Compiling roundrec.c for harbour
[ { "date": "2012-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio ,\n\nThanks , but still warnings :\n\nWarning W8065 roundrec.c 15: Call to function 'hb_parnl' with no prototype in function HB_FUNC\nWarning W8065 roundrec.c 16: Call to function 'hb_parnl' with no prototype in function H...
Compiling roundrec.c for harbour
[ { "date": "2012-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "It seems as you have not included #include <hbapi.h>\n\nis it in scope when you compile ?", "time": "21:55", "topic": "Compiling roundrec.c for harbour", "username": "Antonio Linares" } ]
Compiling roundrec.c for harbour
[ { "date": "2012-09-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio ,\n\nI had also an external .\n\nI downloaded TsButtun and now it is ok.\n\nThe batch-file to build the lib must be changed (missing a prg-file )\n\nFrank", "time": "09:35", "topic": "Compiling roundrec.c for harbo...
Compiling roundrec.c for harbour
[ { "date": "2021-01-12", "forum": "FiveWin for Harbour/xHarbour", "text": "I'm trying to compile tDolphin for xHARBOR using SETENVX.BAT but it has error 2 in win-make. Has anyone ever experienced this?\n\nThanks", "time": "01:38", "topic": "Compiling tDolphin", "username": "ctoas" } ]
Compiling tDolphin
[ { "date": "2021-01-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Qual erro ?", "time": "20:41", "topic": "Compiling tDolphin", "username": "MGA" } ]
Compiling tDolphin
[ { "date": "2021-01-13", "forum": "FiveWin for Harbour/xHarbour", "text": "I gave up using", "time": "21:56", "topic": "Compiling tDolphin", "username": "ctoas" } ]
Compiling tDolphin
[ { "date": "2007-06-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear friends,\n\nI did my first steps compiling a project with xHarbour and BCC under Vista. If i use only the standard lib of FWH, everything works fine, but if i try to link in third party libs (like TWbrowse of Hernan), these l...
Compiling under Vista
[ { "date": "2007-06-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Stefan,\n\n> these lib are not propely linked\n\nwhy ? what errors or warnings do you get ?\n\n> in and i get a runtime error using the replaced functions.\n\nwhat runtime error ?", "time": "11:33", "topic": "Compiling und...
Compiling under Vista
[ { "date": "2007-06-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nit´s very curious. I don´t get any errors or warning messages during link.\n\nExample:\n\nIf i link the version of hernan´s twbrowse and i´m using a variable declared in this new class i get this error:\n error/BASE 10...
Compiling under Vista
[ { "date": "2007-06-21", "forum": "FiveWin for Harbour/xHarbour", "text": "It´s seems this behavior does only occur in projects with more than 20 or 25 source files. Smaller projects or little samples are working fine.\n\nMaybe the linker of bcc has problems under vista with to many files.\n\nBTW, i made...
Compiling under Vista
[ { "date": "2007-06-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Stefan,\n\nYou may rename Hernan browse as Class THBrowse, so there are no conflicts with FWH Class TWBrowse", "time": "20:02", "topic": "Compiling under Vista", "username": "Antonio Linares" } ]
Compiling under Vista
[ { "date": "2007-06-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nyes, that would be a workaround, but would not solve the problem. And, besides a lot work (i´m replacing the menu system,too, and some other functions), this would cancel the possibility of replacing functions just by ...
Compiling under Vista
[ { "date": "2007-06-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok, I did some tests over the weekend. \n\nIt really seemes to depend on the number of prg files you use. The magical number is in my case 24. With more than 24 prg files linking does not work correctly. No matter what size the fi...
Compiling under Vista
[ { "date": "2011-07-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Steps I did to allow me to compile fwh\\samples using hbmk2\n\n[b:2tt0sz5p]i.[/b:2tt0sz5p] Ensure there's only 1 C compiler along my path and it's the one I want to use. Add harbour's path too.\n[b:2tt0sz5p]ii.[/b:2tt0sz5p] Copy f...
Compiling using hbmk2
[ { "date": "2011-07-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Here's how I build my private library by using hbmk2.\n\ni. Create a mylib.hbp\n[code=fw:vfoxlcwj]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />-n<br />-omylib<br />-hblib<br />-ic:\\fwh\\include;c:\\harbou...
Compiling using hbmk2
[ { "date": "2012-07-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio \nI'm trying minigw with buildg.bat ( Fw 12.4) \n\nthis is my path :\n\nif \"%fwh%\" == \"\" set fwh=.\\..\n\nset hdir=c:\\HB30\nset hdirc=%hdir%\\bin\\harbour.exe\nset hlibs=%hdir%\\lib\\win\\mingw\nset mingw=C:\...
Compiling with minigw
[ { "date": "2012-07-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Maurizio,\n\nThose problems have been solved on FWH 12.06:\n\n[img:g41ecnug]http&#58;//img819&#46;imageshack&#46;us/img819/7688/capturevwi&#46;png[/img:g41ecnug]", "time": "11:22", "topic": "Compiling with minigw", "us...
Compiling with minigw
[ { "date": "2012-07-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio , \n\nOK with 12.06 works ,\n\nis possible compilink with hbmk2.exe ? \n\nI Try with gccmake.zip \n\n[quote:18uw5g9e]HB:C:\\fwh_06\\1>go\n\nHB:C:\\fwh_06\\1>PATH=C:\\hb30\\comp\\mingw\\bin;C:\\hb30\\comp\\mingw\\bin;C:\\...
Compiling with minigw
[ { "date": "2012-07-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Maurizio,\n\nThis is the closer I have just tried:\n\nset path=c:\\mingw\\bin\nc:\\harbour\\bin\\hbmk2 tutor02 -compiler=mingw -ic:\\fwh\\include -lfivehg.a -lfivehgc.a -lhbwin.a -Lc:\\fwh\\lib\n\nI understand that hbmk2 is easy, ...
Compiling with minigw
[ { "date": "2012-07-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank Antonio , \n\nI also prefer to use FWH buildg.bat \n\nbut with FWH\\makes\\gccmake.zip and win-make.exe I have the errors above \n\nMaurizio", "time": "16:58", "topic": "Compiling with minigw", "username": ...
Compiling with minigw
[ { "date": "2012-07-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Maurizio,\n\nThis Makefile seems to be working fine <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[code=fw:13z8ow3f]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monosp...
Compiling with minigw
[ { "date": "2012-07-18", "forum": "FiveWin for Harbour/xHarbour", "text": "I have been using hbmk2 from a nightly build downloaded from harbour site with no problem.\nVersion: Harbour 3.2.0dev (Rev. 17445)\nCompiler: MinGW GNU C 4.6.1 (32-bit)\nI use a simple .bat file.\n[code=fw:31qim33x]<div class=\"fw...
Compiling with minigw
[ { "date": "2012-07-19", "forum": "FiveWin for Harbour/xHarbour", "text": "André,\n\nThanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "12:37", "topic": "Compiling with minigw", "username": "Antonio Linares" } ]
Compiling with minigw
[ { "date": "2012-07-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio , \n\nwith these changes your make works \n[code=fw:1cp1l695]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"># gcc make example <span style=\"color: #00C800;\">for</span> Windows, developed by FiveTec...
Compiling with minigw
[ { "date": "2012-07-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Maurizio,\n\nYes, you have to set your own paths into it <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "14:42", "topic": "Compiling with minigw", "usernam...
Compiling with minigw
[ { "date": "2012-07-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio \n\nin your make the problems are : \nhdirc=$(hdir)\\bin\\harbour.exe\nyou have to change in \nhdirc=$(hdir)\\bin\n\n\nin the FWH LIB for minigw missing some function :\nTWEBCAM()\nMAPILOGOFF()\nMAPISENDMAIL()\n\nThanks M...
Compiling with minigw
[ { "date": "2012-07-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio ,\n\ndo you cann try FHW\\samples\\TESTMAIL.PRG ? does't work .\n\nMaurizio", "time": "14:08", "topic": "Compiling with minigw", "username": "Maurizio" } ]
Compiling with minigw
[ { "date": "2012-07-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Maurizio,\n\nI am emailing you a modified Fivehcg.lib, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "15:08", "topic": "Compiling with minigw", "us...
Compiling with minigw
[ { "date": "2011-04-24", "forum": "FiveWin for Harbour/xHarbour", "text": "When I attempt to compile an xharbour / Fivewin for xHarbour app on me Windows 7 32 bit laptop I get this error.\n\nType: C >>>xhb.exe -o\"EtExcel.c\" -m -n -p -q -gc0 -I\"C:\\fwh\\include\" -I\"c:\\xhb\\include\" -I\"c:\\xhb\\i...
Compiling xHarbour Oct 2006 on Windows 7 32 bit
[ { "date": "2013-04-29", "forum": "Off Topic / Otros temas", "text": "La semana pasada fui a una charla, y me enseñaron una herramienta, sonar, <!-- m --><a class=\"postlink\" href=\"http://www.sonarsource.org/\">http://www.sonarsource.org/</a><!-- m --> ,que entre otras cosas nos indica la complejidad c...
Complejidad ciclomatica
[ { "date": "2013-04-29", "forum": "Off Topic / Otros temas", "text": "Rafa,\n\nLa primera vez que lo veo pero tambien me parece muy interesante, gracias! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nHas conseguido usar el software Sonar ?", "t...
Complejidad ciclomatica
[ { "date": "2009-07-17", "forum": "FiveWin para Harbour/xHarbour", "text": "En vista que no hubo respuesta al requerimiento de trozo de codigo para manejar un CDROM, hago otra pregunta.... ¿Conoce alguien una aplicaciòn que me permita ver el interior de las DLL que vienen con Windows? Me parece que debo ...
Complemento .... Manejando CDROM
[ { "date": "2009-07-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Armando Picon,\n\nLa ExplorerLib de Andrés Reyes te servirá.\n\ncodigo-base.blogspot.com\n\nsaludos", "time": "02:56", "topic": "Complemento .... Manejando CDROM", "username": "wmormar" } ]
Complemento .... Manejando CDROM
[ { "date": "2009-07-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Me parece, que talvez usando el objeto WMI encuentres ayuda, \nWMI nos permite obtener informacion sobre casi cualquier cosa de windows\npodria buscar informacion de \"unidades de discos que sean de tipo unidad optica no removibl...
Complemento .... Manejando CDROM
[ { "date": "2009-07-17", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"wmormar\":2h0jefsw]Armando Picon,\n\nLa ExplorerLib de Andrés Reyes te servirá.\n\ncodigo-base.blogspot.com\n\nsaludos[/quote:2h0jefsw]\n\nHe probado la aplicaciòn de Andrès y solamente opera con .LIB y no con .DLL", ...
Complemento .... Manejando CDROM