messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2017-06-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Everyone,\n\nDoes FWH have capability for 3D modeling? I need to be able to enter dimensions of package, create an image, then place that image inside another package which is much larger.\n\nThank you in advance for your as... | 3D modeling |
[
{
"date": "2012-08-20",
"forum": "Off Topic / Otros temas",
"text": "[url:223tij8z]http://www.3dtin.com/[/url:223tij8z]",
"time": "11:56",
"topic": "3D modelling online",
"username": "Antonio Linares"
}
] | 3D modelling online |
[
{
"date": "2007-12-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi, i see some tools , like codejoke xtreme:\n<!-- m --><a class=\"postlink\" href=\"http://www.codejock.com\">http://www.codejock.com</a><!-- m -->, someone has tested this??",
"time": "13:23",
"topic": "3rd components in... | 3rd components integrations with fwh, UI calendar |
[
{
"date": "2007-12-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Fernando,\n\ncan you drag & drop appointments with the mouse on your new scheduler?\nRegards,\nOtto",
"time": "14:37",
"topic": "3rd components integrations with fwh, UI calendar",
"username": "Otto"
}
] | 3rd components integrations with fwh, UI calendar |
[
{
"date": "2007-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Someone started testing the controls with codejock but didn't get very far and stopped reporting.\n\nI downloaded it and communicated with the company. While it would be possible to run their controls, there is no method for work... | 3rd components integrations with fwh, UI calendar |
[
{
"date": "2017-03-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello forum;\n\nI'm trying to use a 3rd party library .dll to OCR tif images. I chose Transym [url:2izdt5di]http://www.transym.com[/url:2izdt5di] . In order to access their functions I've written .c wrappers. Current... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Reinaldo,\n\nThe used DLL functions must be prototyped, in example:\n\n// Function TOCRInitialise (ByRef JobNo As Integer) As Integer\n\nint TOCRInitialise( int * JobNo );\n\nUsually the DLL developers should provide a header file... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The easiest way to trace it is to place several calls to: \n\nMessageBox( 0, \"here\", \"ok 1\", 0 ); \n\nso you can find which function GPFs",
"time": "09:23",
"topic": "3rd party c wrapper functions for harbour",
"us... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You must include:\n\n#include <windows.h>\n\nin order to use MessageBox()",
"time": "09:24",
"topic": "3rd party c wrapper functions for harbour",
"username": "Antonio Linares"
}
] | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Reinaldo,\nHave you tried the example they let you download?\nIn this example all the header files with the definitions of the functions",
"time": "09:46",
"topic": "3rd party c wrapper functions for harbour",
"usernam... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Everyone;\n\nI did not include prototype definitions as it really doesn't make any difference. After all, you only get warnings back from the compiler. By not including these external headers I was hoping it would be easier for... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"reinaldocrespo\":2wskujuq]I did not include prototype definitions as it really doesn't make any difference. After all, you only get warnings back from the compiler.[/quote:2wskujuq]\n\nThis is not true. In C language, i... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Well, thank you. I did not know the compiler assumed int. However, with my revised code that includes prototype declarations, I still have the same problem. Code with prototypes is shared on my previous entry on this thread. ... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This modified version is compiling clean:\n\ntransym.prg\n[code=fw:1s1a3go7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />request hb_gt_win <span style=\"color: #B900B9;\">//needed for console mode app.</... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Try with the files I've placed on the server. [url:36cgrsxz]http://lac.structuredsystems.com/temp/[/url:36cgrsxz] Here you will find the exported .lib from .dll as well as all other needed files. I get a clean build ... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Reinaldo,\n\n> You will probably have to comment the line that includes TOCRdll.h and instead create prototypes using harbour vm declarations\n\nThis is not needed at all. The transym.prg that I have posted compiles fine using the... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "There is something wrong with the DLL. If I try this:\n\n[code=fw:2p980cmb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.c... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Reinaldo,\n\nas I already wrote to you privately, the program compiles and links fine but when I run the EXE I get the error 0xc000007b.\n\nJust a note: in C language, when you include a non standard header file (ie. a header file... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":21rab26j]There is something wrong with the DLL. If I try this:\n\n[code=fw:21rab26j]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span s... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To check whats going on with the DLL I have created this simple test:\n\n[code=fw:1hbu7jyc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff000... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The TOCRdll.dll that you posted here:\n\n[url:2bt0umv5]http://lac.structuredsystems.com/temp/[/url:2bt0umv5]\n\nis loading fine",
"time": "21:08",
"topic": "3rd party c wrapper functions for harbour",
"user... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Now I get this error:\n\n[img:1786nqmd]https://bitbucket.org/fivetech/screenshots/downloads/transym_3.JPG[/img:1786nqmd]",
"time": "21:11",
"topic": "3rd party c wrapper functions for harbour",
"username": ... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I guess it is related with the license:\n\nLooking inside the TOCRdll.dll I find this:\n[quote:z6a39fsl]Invalid licence number Software\\Transym\\TOCR\\1.1\\Paths Failed to find Paths [/quote:z6a39fsl]",
"time": "21:16",
... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I was hoping that by installing the key code here before coping over to the temp directory where you are download from would take care of that. \n\nI will email you and anyone interested on trying the key code to install the lice... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok, now I'm also getting \"Failed to find Paths\".\n\nSome other notes:\n\n1. Change this line from\n\n[code=fw:2kknd3d0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">JobInfo2.InputFile = InputFile;</div>[/code:2... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you very much Enrico. Good observations. The problem I'm having now is linking the app. It complains of missing TOCR functions as if I wasn't linking TOCRdll.lib but I am.\n\n[code=fw:303tlh1f]<div class=\"fw\" id=\"{CB}... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I can't see the reason of the problem, sorry. But as a side note, you are using a seven years old release of xHarbour! Time to update, both xHarbour and BCC. <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" titl... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "When I obtain this errors has been usually because the parameter types did not match the definitions of the functions, so, although with the same name, they are not recognized",
"time": "00:33",
"topic": "3rd party c wrapp... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you. \n\nI found that this particular lib needs to be imported without the -a option. After doing Implib with out the -a option, it worked great. I shared the wrapper functions on another thread on this forum in case it h... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, I saw your post after replying in this thread\nRegards",
"time": "03:43",
"topic": "3rd party c wrapper functions for harbour",
"username": "cnavarro"
}
] | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-03-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"cnavarro\":n0tzw9ul]When I obtain this errors has been usually because the parameter types did not match the definitions of the functions, so, although with the same name, they are not recognized[/quote:n0tzw9ul]\n\nThis ... | 3rd party c wrapper functions for harbour |
[
{
"date": "2017-04-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Cristobal\nSaludos, \nLograste ejecutar el programa TOCR?",
"time": "06:13",
"topic": "3rd party c wrapper functions for harbour",
"username": "jnavas"
}
] | 3rd party c wrapper functions for harbour |
[
{
"date": "2009-04-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Everybody,\n\nI have see soooooo many posts regarding different 3rd party plugins (codejock, viocoral, Mingw etc...)\n\nI am wondering what everyone uses for modern controls (office 2007 look) for things like folders, buttonbar... | 3rd party controls |
[
{
"date": "2009-04-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Jeff,\n\nIt depends on what controls you plan to use in your application. If you explain us what application design you have in mind, then we may recommend you the controls to use.\n\nCodeJock offers nice controls but you always h... | 3rd party controls |
[
{
"date": "2009-04-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio,\n\nI am looking at creating an EMR (Electronic Medical Records) program.\n\nI want to provide a nice and clean looking user interface.\n\nThis is going to be a first in many areas for me (SQL, Web, etc...) so any info ... | 3rd party controls |
[
{
"date": "2009-04-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Jeff,\n\nI use a combination of oPanel and buttonbar’s.\nThis way I try to emulate a Ribbonbar.\n\nI think there will be a FW own Ribbonbar class soon.\nAnd then I can change easily.\n\nTo depend on other OCX components is ... | 3rd party controls |
[
{
"date": "2009-04-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello!\nMr. Otto, sorry for stupid question, but how did you make your toolbar 2007 looks with gradient colors?\nOr it's only Vista view?",
"time": "10:14",
"topic": "3rd party controls",
"username": "Loach"
}
] | 3rd party controls |
[
{
"date": "2009-04-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Sergey,\ncould you please try with ButtonBar instead of TOOLBAR.\nBest regards,\nOtto\n\n\n[code=fw:2xb1bgyf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><br /> <span style=\"color: #0000f... | 3rd party controls |
[
{
"date": "2009-04-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks, Otto!\nButtonBar works fine. I already tried the sample \"multibar.prg\", but it doesn't looks so nice like ToolBar... And on your pictures toolbar seems like with transparent colors. That is why I asked this question...",... | 3rd party controls |
[
{
"date": "2009-04-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Sergey,\n\nWith toolbar if I change from VISTA to Classic view I also lose the background.\n\nBest regards,\nOtto",
"time": "16:42",
"topic": "3rd party controls",
"username": "Otto"
}
] | 3rd party controls |
[
{
"date": "2008-01-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Today we have reached the amount of 45000 posts on these forums.\n\nThese forums are becoming a very powerfull knowledge base for all the FiveWin and Harbour users.\n\nCongratulations to all! <!-- s:-) --><img src=\"{SMILIES_PATH}... | 45000+ posts! |
[
{
"date": "2008-01-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nCongratulations !!!\n\nWork hard for Fivewin Community <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nRegards,\n\nFelix",
"time": "21:28",
"topic": ... | 45000+ posts! |
[
{
"date": "2008-01-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Wow!!\n\nThis is a very Fivewin Power!\n\nCongratulation(Parabens!)",
"time": "22:31",
"topic": "45000+ posts!",
"username": "Rochinha"
}
] | 45000+ posts! |
[
{
"date": "2008-01-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Up to 50000 now.",
"time": "15:54",
"topic": "45000+ posts!",
"username": "Willy"
}
] | 45000+ posts! |
[
{
"date": "2011-04-03",
"forum": "Off Topic / Otros temas",
"text": "[url:2ck7llmh]http://www.tehkseven.net/news/475-free-vector-icons[/url:2ck7llmh]\n\n[img:2ck7llmh]http://www.tehkseven.net/news/wp-content/uploads/2011/03/screenie.png[/img:2ck7llmh]",
"time": "11:03",
... | 475 Free & Awesome High Quality Icons For Designers |
[
{
"date": "2010-05-19",
"forum": "Off Topic / Otros temas",
"text": "This is not about the iPhone. This is about being a real professional freelance developer:\n\n[url:2esf9mal]http://sealedabstract.com/rants/5-lessons-learned-while-being-a-freelance-iphone-developer/[/url:2esf9mal]",
"time"... | 5 Lessons Learned While Being a Freelance ... Developer |
[
{
"date": "2019-09-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\nhere is a tested installation guide for mod harbour on WINDOWS 64 bit. \nYou have your server running in 5 little steps. No setup work needed.\nBest regards\nOtto\n\n[url:1klzyhte]https://winhotel.space/modharbour... | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hello,\nhere is a tested installation guide for mod harbour on WINDOWS 64 bit. \nYou have your server running in 5 little steps. No setup work needed.\nBest regards\nOtto\n\n[url:3lqmsbem]https://winhotel.space/modharbou... | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-01",
"forum": "mod_harbour",
"text": "Hello,\nhere is a tested installation guide for mod harbour on WINDOWS 64 bit. \nYou have your server running in 5 little steps. No setup work needed.\nBest regards\nOtto\n\n[url:2g9lx8w1]https://winhotel.space/modharbourdoc/apache%20inst... | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\nnow I tested also WINDOWS 10 home 64 bit.\nWith in 10 min. all is running.\nBest regards\nOtto",
"time": "00:47",
"topic": "5 steps and APACHE mod harbour is running",
"username": "Otto"
}
] | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hello,\nnow I tested also WINDOWS 10 home 64 bit.\nWith in 10 min. all is running.\nBest regards\nOtto",
"time": "00:52",
"topic": "5 steps and APACHE mod harbour is running",
"username": "Otto"
}
] | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-02",
"forum": "mod_harbour",
"text": "[url:2hwlhdkt]https://github.com/FiveTechSoft/mod_harbour/wiki[/url:2hwlhdkt]",
"time": "07:52",
"topic": "5 steps and APACHE mod harbour is running",
"username": "Antonio Linares"
}
] | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[url:2etgqa0n]https://github.com/FiveTechSoft/mod_harbour/wiki[/url:2etgqa0n]",
"time": "07:53",
"topic": "5 steps and APACHE mod harbour is running",
"username": "Antonio Linares"
}
] | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[url:3ekezrko]https://github.com/FiveTechSoft/mod_harbour/wiki[/url:3ekezrko]",
"time": "07:57",
"topic": "5 steps and APACHE mod harbour is running",
"username": "Antonio Linares"
}
] | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Dear Antonio,\nthe WIKI instruction starts[b:2q83gez1] from an installed APACHE[/b:2q83gez1].\n\n[b:2q83gez1]This instruction I posted shows how you start from zero and with no user interaction beside starting the exe files. And ... | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\nthe WIKI instruction starts[b:36lcwl8h] from an installed APACHE[/b:36lcwl8h].\nMost of us do not have a APACHE server ready. Before I posted this manual I tested again on my notebook with WINDOWS 10 home.\n\n[b:36l... | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Otto , \n\n That would be great for beginners...! Thanks in advance...!\n\nThanks\nShridhar",
"time": "11:13",
"topic": "5 steps and APACHE mod harbour is running",
"username": "shri_fwh"
}
] | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"shri_fwh\":23loqqp4]Dear Otto , \n\n That would be great for beginners...! Thanks in advance...!\n\nThanks\nShridhar[/quote:23loqqp4]\n\nI agree <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" titl... | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Mark,\non which PC/OS do you want to install mod harbour.\nHave you tried the instaruction.\n\nBest regards\nOtto",
"time": "17:15",
"topic": "5 steps and APACHE mod harbour is running",
"username": "Otto"
}
] | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nI'm responsible for a soccer-club. I make the site (<!-- m --><a class=\"postlink\" href=\"http://www.kaboutersopglabbeek.be\">http://www.kaboutersopglabbeek.be</a><!-- m -->)\n\nbut behinde it, i made a FW application f... | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Marc.\nTake a look at Bootstrap. With this HTML extension you can make every page auto adapting to\nsmall screens to biggers without any problem. And in a lot of mod_harbour examples is used\nand you can learn it in few time. A... | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-25",
"forum": "mod_harbour",
"text": "Hello friends,\nhere is the link to the video showing the installation of mod harbour.\n\n[url:30bwbgtz]https://www.youtube.com/watch?v=lsmAGsbIHdQ[/url:30bwbgtz]\n\nDescription\n<!-- m --><a class=\"postlink\" href=\"https://winhotel.... | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello friends,\nhere is the link to the video showing the installation of mod harbour.\n\n[url:etf41nhx]https://www.youtube.com/watch?v=lsmAGsbIHdQ[/url:etf41nhx]\n\nDescription\n<!-- m --><a class=\"postlink\" href=\"... | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hello friends,\nhere is the link to the video showing the installation of mod harbour.\n\n[url:1tgvgq21]https://www.youtube.com/watch?v=lsmAGsbIHdQ[/url:1tgvgq21]\n\nDescription\n<!-- m --><a class=\"postlink\" href=\... | 5 steps and APACHE mod harbour is running |
[
{
"date": "2019-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio, Otto, \n\n As I was checking the CAUCHO Resin web server this also support httpd protocol. have found similar info of Apache Mod. \n\n<!-- m --><a class=\"postlink\" href=\"https://www.caucho.com/resin-3.1/doc/inst... | 5 steps and APACHE mod harbour is running |
[
{
"date": "2008-08-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "We already have 60.000 posts in the forums! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\nThanks to this great FiveWin users community and friends for making this a grea... | 60000 posts !!! |
[
{
"date": "2008-08-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":iy2o64ld]We already have 60.000 posts in the forums! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nThanks to this great FiveWin users community an... | 60000 posts !!! |
[
{
"date": "2008-08-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio ! Thank's\r\n\r\nFivewin is as mother language, I can talk everything to my computer \r\n <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> \r\n\r\nRegards\r\nFafi",
"t... | 60000 posts !!! |
[
{
"date": "2008-08-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "ya tenemos 60.000 posts en estos foros! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) --> \r\n\r\nGracias a esta gran comunidad de usuarios de FiveWin y de amigos por hacer esto ... | 60000 posts!!! |
[
{
"date": "2008-08-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "<!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: --> <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"t... | 60000 posts!!! |
[
{
"date": "2008-08-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Bueno,\r\n\r\nParece que el foro se está convirtiendo en una buena base de datos para nuestras dudas.\r\n\r\nBien por el foro y todos los que lo conforman!!!",
"time": "15:11",
"topic": "60000 posts!!!",
"username": "... | 60000 posts!!! |
[
{
"date": "2008-08-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Felicitaciones a todos por hacer de este foro\r\nnuestro lugar de reunion.\r\n\r\nSaludos\r\n\r\nRuben Fernandez.",
"time": "17:07",
"topic": "60000 posts!!!",
"username": "Ruben D. Fernandez"
}
] | 60000 posts!!! |
[
{
"date": "2008-08-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Good Work!! Congratulations to all by the concerted effort!!!\r\n\r\nBuen trabajo!! Felicitaciones a todos por el gran esfuerzo!!\r\n\r\nSaludos a todos, desde Argentina Esteban.",
"time": "17:40",
"topic": "60000 posts!!... | 60000 posts!!! |
[
{
"date": "2008-08-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias a este Foro, he creado mi propio DICCIONARIO de temas, gracias a todos por colaborar de forma indirecta... cuando un tema lo veo interesante para mi o de gran utilidad, lo descargo en mi pc en una carpeta y luego lo revis... | 60000 posts!!! |
[
{
"date": "2022-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n\nneed some help for 64 Bit\n\n[quote:3t7l7xtw]HB_FUNC.PRG(322): warning C4244: \"Argument\": Konvertierung von \"LRESULT\" in \"int\", möglicher Datenverlust\nHB_FUNC.PRG(336): warning C4244: \"Argument\": Konvertierung von ... | 64 Bit Warning MSVC |
[
{
"date": "2022-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Jimmy,\n\nPlease use hb_retnl() (and hb_retnll()) instead of hb_retni()",
"time": "07:52",
"topic": "64 Bit Warning MSVC",
"username": "Antonio Linares"
}
] | 64 Bit Warning MSVC |
[
{
"date": "2022-11-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Jimmy,\n\nYou can safely use hb_retnll() in 32 bits",
"time": "11:00",
"topic": "64 Bit Warning MSVC",
"username": "Antonio Linares"
}
] | 64 Bit Warning MSVC |
[
{
"date": "2022-11-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi Antonio,\n[quote=\"Antonio Linares\":k3kyj6nj]Please use hb_retnl() (and hb_retnll()) instead of hb_retni()[/quote:k3kyj6nj]\nYES, that work without Warning\n\n---\n\nQuestion :\nnow i have hb_retnll() for 64 Bit and 32 Bit and... | 64 Bit Warning MSVC |
[
{
"date": "2021-10-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "What are the advantages/disadvantages of moving an application from 32 bit harbour to 64 bit and how do you do it?",
"time": "17:14",
"topic": "64 bit",
"username": "dtussman"
}
] | 64 bit |
[
{
"date": "2021-10-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You will not notice a speed difference, but the way 64 bits uses the memory is much better than in 32 bits. \nSo if your app uses a lot of memory, you should consider moving to 64 bits.\n\nc:\\FWH\\samples\\buildh64.bat tutor01",
... | 64 bit |
[
{
"date": "2021-10-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Según he leído el próximo Windows va a salir solo en versión 64 bits.",
"time": "08:28",
"topic": "64 bit",
"username": "Verhoven"
}
] | 64 bit |
[
{
"date": "2021-10-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yo ya he instalado Windows 11 y funcionan los 32 bits también:\n\nUsé este fichero .bat para construir la ISO de Windows 11:\n[url:1ufi1hwe]https://github.com/AveYo/MediaCreationTool.bat/blob/main/MediaCreationTool.... | 64 bit |
[
{
"date": "2021-10-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ok so I deduce from the above that my 32 bit application is not likely to be obsolete anytime soon",
"time": "18:25",
"topic": "64 bit",
"username": "dtussman"
}
] | 64 bit |
[
{
"date": "2012-08-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI am trying to build a 64 bit dll using FWH64 and I noticed I do not have a buildhd.bat.\n\nIs there one available for 64 bits?\n\nAlso I am interested in any cross compatibility issues that might exist. For example can ... | 64 bit DLL |
[
{
"date": "2009-11-03",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "I am trying to get my code running on 64 bit Ubuntu 9.10. That means I have tbuild harbour and / or xHarbour as 64 bit. I can build Harbour successfully (I think) but Harbour doesn't seem to have the Inet classes I need for m... | 64 bit Linux |
[
{
"date": "2009-11-04",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Resolved\n\nI had run sudo apt-get install libgpm-dev but libgpm.so was only in /usr/lib. With a libgpm.so in /usr/lib64 all went well. (Just do not know how it got there when it didn't show up before).\n\nIn summary, as well ... | 64 bit Linux |
[
{
"date": "2009-11-06",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Doug,\n\nThanks for the info <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "01:51",
"topic": "64 bit Linux",
"username": "Antonio Linares"
}
] | 64 bit Linux |
[
{
"date": "2013-05-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello, \n\nI have a new laptop with Windows 7 64 bit; my Borland Workshop no longer works; can someone recommend a resource editor that works with Windows 7 64 bit?\n\nThank you,",
"time": "17:29",
"topic": "64 bit Resourc... | 64 bit Resource Editor |
[
{
"date": "2013-05-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You can try\n\n<!-- m --><a class=\"postlink\" href=\"http://www.windows7download.com/win7-resedit-64bit/hqhrqoud.html\">http://www.windows7download.com/win7-re ... rqoud.html</a><!-- m -->\n\nBest Regards\nUwe <!-- s:lol: --><img... | 64 bit Resource Editor |
[
{
"date": "2013-05-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello, PellesC will help you.\n\nRegards",
"time": "17:57",
"topic": "64 bit Resource Editor",
"username": "RDFernandez"
}
] | 64 bit Resource Editor |
[
{
"date": "2013-05-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Darrell\n\nThe link Uwe shared with you will download ResEdit which is a good editor .. you will have to add these header files to the beginning of your existing legacy BRW .rc files .. \n\nRick Lipkin\n\n[code=fw:1zvk1cqn]<div cl... | 64 bit Resource Editor |
[
{
"date": "2013-05-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ResEdit ([url:1jbsabxd]http://www.resedit.net[/url:1jbsabxd]) would be a wonderful resource editor but it lacks of some basic features (ie. dialog copy/paste) and it's not updated since April 2012... <!-- s:-( --><img ... | 64 bit Resource Editor |
[
{
"date": "2013-05-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Darrell \n\nI use Pelles \n\n<!-- m --><a class=\"postlink\" href=\"http://forum.pellesc.de/index.php?topic=3705.0\">http://forum.pellesc.de/index.php?topic=3705.0</a><!-- m -->\n\nRegards \n\nMaurizio \n<!-- m --><a class=\"postl... | 64 bit Resource Editor |
[
{
"date": "2013-05-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=17&t=12773\">viewtopic.php?f=17&t=12773</a><!-- l -->",
"time": "10:31",
"topic": "64 bit Resource Editor",
"username": "An... | 64 bit Resource Editor |
[
{
"date": "2012-05-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "What alternatives do we have for xWDBU except xaDbu?\n\n[quote:phyj5cdf]xaDbu from OZ Software is a powerful DBF files editor, that inherits all the advantages of its predecessor Wdbu, but now built with Xailer & Harbour[/quote:ph... | 64 bit WDBU |
[
{
"date": "2012-05-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nThere is a 64 bits version of WDBU, developed with Harbour and FWH 64 <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "09:36",
"topic": "64 bit WDBU",
... | 64 bit WDBU |
[
{
"date": "2012-05-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Abntonio,\nthank you. Do you mean xBrwDbu.prg in the fivewin/samples folder?\nBest regards,\nOtto",
"time": "09:55",
"topic": "64 bit WDBU",
"username": "Otto"
}
] | 64 bit WDBU |
[
{
"date": "2012-05-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "No, I mean the first developed WDBU in 16 bits and ported to 32 and 64 bits, using Harbour and FWH 32/64.\n\nDon't know who ported it and neither where to get it, but it exists <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif... | 64 bit WDBU |
[
{
"date": "2012-05-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please, anyone could provide the link where latest sources are available and compiled versions?.\n\nIs not ilegal to provide links.\n\nThank you very much.",
"time": "10:34",
"topic": "64 bit WDBU",
"username": "lucasd... | 64 bit WDBU |
[
{
"date": "2012-05-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Friends:\n\nAnother option is Advantage Data Architect, I use it with Windows 7 premium and\nno problems at all.\n\nregards",
"time": "19:09",
"topic": "64 bit WDBU",
"username": "Armando"
}
] | 64 bit WDBU |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.