messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2008-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "My guess is that there is probably a 32-bit parameter somewhere in the mix that indicates the size of the text buffer to be copied to the Clipboard, but the parameter is being truncated to 16-bits at some point by some old 16-bit ... | Clipboard size |
[
{
"date": "2008-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Patrick,\r\n\r\nWe have been googling for clipboard size (limit) and it seems as there is such limitation <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->",
"time": "11:04",
"... | Clipboard size |
[
{
"date": "2008-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Patrick,\r\n\r\n[quote:2jeq1r0j]The particular feature I am implementing copies delimited email addresses to the Clipboard so that they may be pasted in the TO: or BCC: block of an email message using whatever email software our c... | Clipboard size |
[
{
"date": "2008-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks James, I will take a look at the FWH Samples ProxOut.prg and TestSmtp.prg (and TestMail.prg for the MAPI) to see if they offer the functionality our customers need for this particular feature.\r\n\r\nAntonio - If there is i... | Clipboard size |
[
{
"date": "2008-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Patrick,\r\n\r\nI should mention that if your users need to compose a message, then perhaps MAPI is your best solution. You can send the TO or BC list to the MAPI client and bring up the message edit screen so they can then type i... | Clipboard size |
[
{
"date": "2008-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Patrick,\r\n\r\nYou are totally right. It was a bug in our code (from 16 bits times) <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\nNow it is working fine. These are the ... | Clipboard size |
[
{
"date": "2008-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks James!!! Thanks Antonio!!!\r\n\r\n-Patrick",
"time": "19:32",
"topic": "Clipboard size",
"username": "PatrickWeisser"
}
] | Clipboard size |
[
{
"date": "2019-04-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "José,\n\nplease have a look at sample < [color=#0000FF:2zkg0tsb]testimg.prg [/color:2zkg0tsb]>\n\nregards\nUwe <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "... | Clipboard to jpg file |
[
{
"date": "2019-04-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"jose_murugosa\":3n0bi3fl]I'd like to save a image in clipboard to a jpg file, Could somebody help me?\n\nThanks in advance.\n\nQuiero grabar una imagen en el portapapeles a un archivo jpg, alguien me podría ayudar en cuan... | Clipboard to jpg file |
[
{
"date": "2019-04-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:3l4zxlzf]This formun is excelent[/quote:3l4zxlzf]\n\nIt is FWH that is excellent!!!",
"time": "10:18",
"topic": "Clipboard to jpg file",
"username": "nageswaragunupudi"
}
] | Clipboard to jpg file |
[
{
"date": "2019-04-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you Uwe and Mr. Rao,\n\nIt worked perfect!!\n\nThis formun is excelent, people in it are.",
"time": "10:05",
"topic": "Clipboard to jpg file",
"username": "jose_murugosa"
}
] | Clipboard to jpg file |
[
{
"date": "2019-04-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":1hjhbe95][quote:1hjhbe95]This formun is excelent[/quote:1hjhbe95]\n\nIt is FWH that is excellent!!![/quote:1hjhbe95]\n\n\nThat's wright Mr. Rao!!",
"time": "10:06",
"topic": "Clipboard to jpg f... | Clipboard to jpg file |
[
{
"date": "2019-04-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'd like to save a image in clipboard to a jpg file, Could somebody help me?\n\nThanks in advance.\n\nQuiero grabar una imagen en el portapapeles a un archivo jpg, alguien me podría ayudar en cuanto a como hacerlo?\n\nGracias desd... | Clipboard to jpg file |
[
{
"date": "2021-05-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi to all.\nI'm trying to call a prg already working into a small exe that will be called from modharbour.\nThis prg reads a lot of informations in several tables and the write this strings inside an excel file, using the clipboar... | Clipboard without a window |
[
{
"date": "2021-05-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Massimo,\n\nPlease check that you have this code in Class TClipboard\n\n METHOD Open() INLINE OpenClipboard( If( ::oWnd == nil, GetDeskTopWindow(), ::oWnd:hWnd ) )",
"time": "16:42",
"topic": "Clipboard without a win... | Clipboard without a window |
[
{
"date": "2021-05-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio,\nno, in my TClipboard Class I have this code :\n\nMETHOD Open() INLINE OpenClipboard( ::oWnd:hWnd )\n\nNow I make the change and rebuild the exe again.\nI'll be back to give you the new result.\nThanks a lot.\nMass... | Clipboard without a window |
[
{
"date": "2021-05-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Here I am Antonio.\nThat was the problem and with your hint is resolved. The program now works like a Concorde. \nThank you very very very much.\nMassimo",
"time": "18:00",
"topic": "Clipboard without a window",
"usern... | Clipboard without a window |
[
{
"date": "2013-09-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimados.\nTengo un amigo que lleva aaaaaaaaaaaaaaaaaaaaaaaños programando en Clipper 5.2a ( aun no lo puedo pasar al lado oscuro - HARBOUR - por lo menos )\n\nSi bien es cierto sus sistemas estan muy bien hechos, funcionan en t... | Clipper + Windows |
[
{
"date": "2013-09-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "¿ No será light lib (LL GRAPHICS) ?",
"time": "11:51",
"topic": "Clipper + Windows",
"username": "Manuel Aranda"
}
] | Clipper + Windows |
[
{
"date": "2013-09-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "los programas de clipper viejo se pueden compilar directamente en harbour y quedan tal cual en 32 bits, para que ponerse a inventar la rueda",
"time": "15:43",
"topic": "Clipper + Windows",
"username": "QAZWSX2K"
}
... | Clipper + Windows |
[
{
"date": "2013-09-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Qazwsx2k\n\nLo tengo mas que claro.... pero como el no quiere..... pense que a lo mejor con solo la lib de algo le podria ayudar.\n\nEso.",
"time": "15:45",
"topic": "Clipper + Windows",
"username": "Adolfo"
}
] | Clipper + Windows |
[
{
"date": "2013-09-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Adolfo,\n\nHay un terminal de consola (a efectos prácticos es una libreria) que simula un modo semi GUI sin tener que modificar nada. Su nombre es GTWVT y fué desarrollado por Pritpal Bedi. Nunca lo he probado asi que de poca ayu... | Clipper + Windows |
[
{
"date": "2008-02-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have few old applications made in clipper 5.2e + comix. \n\nIs this safe to run at the same moment FWH application (xHarbour) on the same dbf and cdx files.?\n\nI use:\nSET DBFLOCKSCHEME TO 2\n\nWhat can I do to prevent dbf or c... | Clipper 5.2e + COMIX application & FWH |
[
{
"date": "2008-02-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In theory, it's possible to do this without damaging the files. However, I don't have any DOS clipper 5.2e apps currently coexisting with xHarbour apps using the same files. Thus I can't tell you \"yes\" for certain. \n\nI sugges... | Clipper 5.2e + COMIX application & FWH |
[
{
"date": "2008-02-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Robert,\n\ni use a mixed system of Clipper 5.2e programs ( comix and dbfntx files ) together with xHarbour's dnfntx and dbfcdx.\n\nI also set\nSET DBFLOCKSCHEME TO 2 \n\nBut for my Clipper apps i added \"FI NTXLOCK2\" to my link s... | Clipper 5.2e + COMIX application & FWH |
[
{
"date": "2009-02-26",
"forum": "FiveWin for CA-Clipper",
"text": "Hi,\n\nI use OS_ISWTSClient() function to Check if the application is running on a Windows Terminal Server client in my application that compiled in xHarbour Builder+FWH.\n\nBut I need it in my 16 bit application. Is it possible? Is the... | Clipper 5.2e and OS_ISWTSCLIENT() ?? |
[
{
"date": "2009-02-26",
"forum": "FiveWin for CA-Clipper",
"text": "Hakan,\n\nYou may use:\n\n#define SM_REMOTESESSION 4096\n\nMsgInfo( GetSysMetrics( SM_REMOTESESSION ) )",
"time": "14:00",
"topic": "Clipper 5.2e and OS_ISWTSCLIENT() ??",
"username": "Antonio Linares"
}
] | Clipper 5.2e and OS_ISWTSCLIENT() ?? |
[
{
"date": "2009-02-26",
"forum": "FiveWin for CA-Clipper",
"text": "Thanks Antonio,\n\nMy 16 bit DOS app. does not use fwh. Can I extract this function from it? Is GetSysMetrics() from Fwh.",
"time": "15:59",
"topic": "Clipper 5.2e and OS_ISWTSCLIENT() ??",
"username": "Horizon"
}
] | Clipper 5.2e and OS_ISWTSCLIENT() ?? |
[
{
"date": "2009-02-26",
"forum": "FiveWin for CA-Clipper",
"text": "Hakan,\n\nGetSysMetrics() is a shortname for the Windows API function GetSystemMetrics().\n\nIt won't work from a MsDos 16 bis app.",
"time": "16:27",
"topic": "Clipper 5.2e and OS_ISWTSCLIENT() ??",
"username": "Antonio Lin... | Clipper 5.2e and OS_ISWTSCLIENT() ?? |
[
{
"date": "2009-02-26",
"forum": "FiveWin for CA-Clipper",
"text": "Hakan,\n\nMaybe this may help you:\n\ngetenv(\"CLIENTNAME\") \ngetenv(\"SESSIONNAME\")\n\n<!-- m --><a class=\"postlink\" href=\"http://www.pctoledo.com.br/forum/viewtopic.php?f=4&t=6225\">http://www.pctoledo.com.br/forum/viewto ... f=4... | Clipper 5.2e and OS_ISWTSCLIENT() ?? |
[
{
"date": "2009-02-26",
"forum": "FiveWin for CA-Clipper",
"text": "Thanks Antonio,\n\nI already check CLIENTNAME and SESSIONNAME. But some VISTA computers behaves different. \n\nCan anybody translate it to English.\n[code=fw:1q2xd5lz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">A get... | Clipper 5.2e and OS_ISWTSCLIENT() ?? |
[
{
"date": "2009-02-26",
"forum": "FiveWin for CA-Clipper",
"text": "Hakan,\n\nGoogle translator produces this:\n\n[quote:1zdcj5ma]\nThe getenv ( \"clientname\") in terminal service returns the name of the machine, beauty, I help ... But on the local network returns \"console\", since the getenv ( \"SESS... | Clipper 5.2e and OS_ISWTSCLIENT() ?? |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I do not know if this is legal or not, but since Clipper is not commercialized since 94 and that the Norton Guides are for DOS (pre Windows 95), I took the NG, converted then to HTML files, and then compiled everything to a CHM fi... | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Emiliano,\n\nI've seen WebSites with this kind of information, and I don't think it is ilegal since you are not making any profit from it.\n\nI can post it in my website if you like.\n\nMy e-mail address is in my website.",
"t... | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You can send it to \"soporte at PuntoTactil.com\"",
"time": "13:32",
"topic": "Clipper 5.3 CHM file available",
"username": "Bayron"
}
] | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Clipper docs are available from here:\n<!-- m --><a class=\"postlink\" href=\"http://www.ousob.com/ng/53guide/\">http://www.ousob.com/ng/53guide/</a><!-- m -->\n\nClipper error codes (compatible with Harbour/xHarbour):\n<!-- m -->... | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "No email add. to contact! Could you please post baack the FTP link on this thread?\n\nThanks!",
"time": "13:30",
"topic": "Clipper 5.3 CHM file available",
"username": "ellano"
}
] | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Antonio,\n\nBut this form of file may be usefull for users that have to pay for internet by the hour, since it will be OffLine...\n\nI know that is the deal in Guatemala at least...",
"time": "13:35",
"topic": "Clip... | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The Link is:\n\n<!-- m --><a class=\"postlink\" href=\"http://www.MayaPOS.com/FiveWin/Clipper.chm\">http://www.MayaPOS.com/FiveWin/Clipper.chm</a><!-- m -->",
"time": "13:41",
"topic": "Clipper 5.3 CHM file available",
... | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "+traffic saturating our lines for a simple thing that we can do locally",
"time": "13:42",
"topic": "Clipper 5.3 CHM file available",
"username": "ellano"
}
] | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Emiliano, It seems to be a error in the file, maybe some missing files??\n\n\n[img:1gtzl11c]http://www.MayaPOS.com/FiveWin/clippererror.png[/img:1gtzl11c]",
"time": "13:45",
"topic": "Clipper 5.3 CHM file a... | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "right click on the file's properties and 'Unblock' the file so that the security block is bypassed",
"time": "14:15",
"topic": "Clipper 5.3 CHM file available",
"username": "ellano"
}
] | Clipper 5.3 CHM file available |
[
{
"date": "2008-01-09",
"forum": "Utilities / Utilidades",
"text": "<!-- m --><a class=\"postlink\" href=\"http://www.itlnet.net/programming/program/Reference/c53g01c/menu.html\">http://www.itlnet.net/programming/progr ... /menu.html</a><!-- m -->\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://www... | Clipper 5.3,Fivewin,harbour www online NG (Help,Manual) |
[
{
"date": "2006-09-30",
"forum": "FiveWin for CA-Clipper",
"text": "Hi All \n\n I reinstalled my clipper 5.3a ... and applied the 5.3b US patch , but the clipper.exe doesn't seem take the patch .. all other files do. This has come about because I'm now getting a memory low error and I'm trying to get ri... | Clipper 5.3b exe |
[
{
"date": "2006-10-02",
"forum": "FiveWin for CA-Clipper",
"text": "Hello,\n\nPut the files provided with the Clipper 5.3b patch in the root directory of clipper (by default \\CLIP53), then load PATCH.EXE. This is the way for the\n5.3b international version.\n\nFiles to copy into Clipper 5.3 root direct... | Clipper 5.3b exe |
[
{
"date": "2019-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n\ni try to compile Clipper Source with FiveWin, is this possible <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: --> \n\nnow it run until @ 8,0 SAY\n\n[code=fw:1sa6xx9y]<... | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "you cannot use clipper command on fw",
"time": "12:36",
"topic": "Clipper Code under FiveWin ?",
"username": "Silvio.Falconi"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "change to :\n\nLOCAL oSay // on top\n \n@ 8, 0 SAY [b:2ww56eby]oSay PROMPT [/b:2ww56eby] '?'\n\nregards\nUwe <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": ... | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nUse samples/build test.prg to create a DOS .exe app.",
"time": "14:29",
"topic": "Clipper Code under FiveWin ?",
"username": "MOISES"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi\n[quote=\"MOISES\":3kme3g2v]Use samples/build test.prg to create a DOS .exe app.[/quote:3kme3g2v]\nthx for help but i got a Error when try it\n[quote:3kme3g2v]Error: Unresolved external '_HB_FUN_MSGINFO' referenced from C:\\FWH... | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"ukoenig\":14npxb2d]change to :\nLOCAL oSay // on top\n@ 8, 0 SAY [b:14npxb2d]oSay PROMPT [/b:14npxb2d] '?'\n[/quote:14npxb2d]\nooooh ... that will be much work to change all lines ...\nis there a Way to use #xtranslate... | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please instead of test use your prg",
"time": "12:17",
"topic": "Clipper Code under FiveWin ?",
"username": "MOISES"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Clipper programs can not be directly compiled and built with FWH directly without any changes. We need to use Windows/Dialogs and use FWH syntax which is similar to clipper syntax but not exactly the same.\n\nRecently we tried in ... | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Now, let us try the code posted first:\n\nWith minor modifications:\n\n1) Added translate for DISPBOX\n2) Changed CLEAR SCREEN as CLEAR //SCREEN .. commented out SCREEN\n3) Text of say is made a long text\n\n\n[code=fw:1iu7s420]<d... | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n\nthx for help.\n\ni agree that Clipper Code is very old but it still work for me with my Xbase++ Code.\ni have made a GUI Version in Xbase++ and harbour/HMG but not with FiveWin yet.\n\ni tought Fivewin can use Clipper Code ... | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n[quote=\"MOISES\":3l1se2cm]Please instead of test use your prg[/quote:3l1se2cm]\ni will do it when i finish FiveWin Version.\nGUI Part now is for harbour / HMG so it will not work under FiveWin and Console Mode was just a try... | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Jimmy\":3u3hsjnv]\n\ni agree that Clipper Code is very old but it still work for me with my Xbase++ Code.\ni have made a GUI Version in Xbase++ and harbour/HMG but not with FiveWin yet.\n\ni tought Fivewin can use Clipper... | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n[quote=\"hua\":gpg5zaru]If you want to build console program, you just need to compile and link with [x]Harbour. You link in FWH only if you want windows GUI.\nTry googling GTWVT or GTWVG for more info. I didn't experiment mu... | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Jimmy,\n\nCould you please post some screenshots of your app using GTWVT ?\n\nDoes it look nice ? Is the output speed the only problem ?\n\nmany thanks",
"time": "10:06",
"topic": "Clipper Code under FiveWin ?",
"... | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi Antonio,\n[quote=\"Antonio Linares\":27for19j]Could you please post some screenshots of your app using GTWVT ?\nDoes it look nice ? Is the output speed the only problem ?[/quote:27for19j]\ni have not made a Snapshot from GTWVT ... | Clipper Code under FiveWin ? |
[
{
"date": "2011-06-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello to all of my friends in FiveWin/xHb\n\nA couple of days ago, I purchased a new Win 7 (64-bit) laptop.\n\nI installed everything, and re-build everything, except for one program that is using the file CT3.LIB, and at that poi... | Clipper Tools (CT3.LIB) |
[
{
"date": "2011-06-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please do remember that 16bit applications will not run under Windows 7 (64 bit version).\n\nRegards\nAnser",
"time": "04:58",
"topic": "Clipper Tools (CT3.LIB)",
"username": "anserkk"
}
] | Clipper Tools (CT3.LIB) |
[
{
"date": "2011-06-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Anser\n\nWhat Mr. Bartzokas wants is ct.lib compiled and built for 64-bits.\nIf he needs 32 bit version, he can download from either xharbour.org or free.xharbour.com.",
"time": "06:21",
"topic": "Clipper Tools (CT3.LIB... | Clipper Tools (CT3.LIB) |
[
{
"date": "2011-06-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "That is correct my friends...\n\nI need CT.LIB for 64 bits.\n(CT3.LIB worked fined for 32 bits in Windows XP - Problems are with Windows 7 -> CT.LIB which I don't have of course)\n\nThanks for your attempts... Expecting that some... | Clipper Tools (CT3.LIB) |
[
{
"date": "2011-06-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "If you are developing 32 bit applications on your 64-bit Windows 7 PC, you can use 32bit libraries (including ct.lib) downloaded from xharbour.org or free.xharbour.com.\n\nIf you want to develop 64-bit applications then you need t... | Clipper Tools (CT3.LIB) |
[
{
"date": "2011-06-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks for the advise, however, I was unable to get to the right link.\nCan you please send me the link?\nThank you in advance!\nEvans",
"time": "17:56",
"topic": "Clipper Tools (CT3.LIB)",
"username": "E. Bartzokas"
... | Clipper Tools (CT3.LIB) |
[
{
"date": "2016-07-27",
"forum": "Off Topic / Otros temas",
"text": "Today's article about Clipper and FiveWin:\n\nArtículo de hoy relativo a Clipper y FiveWin:\n\n[url:1yt1gxoh]http://bitactual.es/2016/07/27/nantucket-clipper-summer87/[/url:1yt1gxoh]",
"time": "21:19",
"topic": "Clipper... | Clipper and FiveWin article |
[
{
"date": "2016-07-28",
"forum": "Off Topic / Otros temas",
"text": "Gracias Master\nBuen articulo",
"time": "18:25",
"topic": "Clipper and FiveWin article",
"username": "wilsongamboa"
}
] | Clipper and FiveWin article |
[
{
"date": "2016-07-28",
"forum": "Off Topic / Otros temas",
"text": "Esta bien la revista, pero el artículo 'olvida' la evolución de Clipper a Harbour, dando un aire algo obsoleto al lenguaje Clipper y dejando una imagen\nde Fivewin de que sólo sirve para traspasar viejas aplicaciones a Windows, cuando ... | Clipper and FiveWin article |
[
{
"date": "2016-07-28",
"forum": "Off Topic / Otros temas",
"text": "Holas,\n\nsi faltaba algo, aquí esta Antonio con algo de explicación [url:2u6iawmz]http://bitactual.es/2016/07/28/antonio-linares-creador-de-fivewin-y-harbour/[/url:2u6iawmz]\n\nGracias Antonio\n\nSaludos\n\nMarcelo",
"time... | Clipper and FiveWin article |
[
{
"date": "2016-07-29",
"forum": "Off Topic / Otros temas",
"text": "Muy, muy bueno.\n\nMagnífica entrevista y super refrescante foto.\n\nDice Antonio que desde entonces 20 años... y nosotros decimos: \"Antonio mil veces gracias, porque gracias a ti, a aquella sombrilla programming book muchos llevamos ... | Clipper and FiveWin article |
[
{
"date": "2016-07-29",
"forum": "Off Topic / Otros temas",
"text": "Buena oportunidad para agradecerte Antonio por todo lo que has dado a nuestro pequeño pero muy productivo mundo de programacion en mi caso solo se programar en Harbour no manejo nada mas, pero he logrado dar una vida decente a mi famil... | Clipper and FiveWin article |
[
{
"date": "2009-08-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nI am searching for advance Clipper and Harbour books, where arrays and codeblocks are explained.\n\nThanks <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time"... | Clipper and Harbour books |
[
{
"date": "2009-08-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nfor Harbour I think there are not books, but a really good Clipper's book is one writed by Rick Spence\n\nregards\n\nMarcelo",
"time": "21:45",
"topic": "Clipper and Harbour books",
"username": "Marcelo Via G... | Clipper and Harbour books |
[
{
"date": "2009-09-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "There is an article on codeblocks here:\n[url:jktviadv]http://www.leylan.com/app.asp?pg=blocks[/url:jktviadv]\n\nRegards,\nJames",
"time": "01:59",
"topic": "Clipper and Harbour books",
"username": "Jam... | Clipper and Harbour books |
[
{
"date": "2009-09-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I highly recommend the book, Clipper 5.2 (or 5.3) - A Developer's Guide by Joseph D. Booth, Greg Lief and Craig Yellick",
"time": "03:46",
"topic": "Clipper and Harbour books",
"username": "hua"
}
] | Clipper and Harbour books |
[
{
"date": "2006-05-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Friends,\n\nSome years ago Clipper apps failed with newer faster processors.\nAt that time a solution became available that solved the problem.\nI beleive a kind of WAIT programme.\nThat was implemented in the Clipper progra... | Clipper appl with faster processor fails |
[
{
"date": "2006-05-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello!\n\nSome suggestions:\n1. Disable DEP:\n<!-- m --><a class=\"postlink\" href=\"http://www.sysinternals.com/Information/bootini.html\">http://www.sysinternals.com/Information/bootini.html</a><!-- m -->\n(Use /execute instead ... | Clipper appl with faster processor fails |
[
{
"date": "2006-05-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Roman,\nVery interesting but I did not see a problem related to a Clipper app.\nSince Antonio is not responding I think that Clipper does not have this problem.\n\nQuestions:\nWhat is NTDVM and DEP\n\nJules de Pierre",
... | Clipper appl with faster processor fails |
[
{
"date": "2006-05-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "NTVDM is the Windows NT Virtual Dos Machine, a program that allows 16 bit apps to run under Windows NT-2000-XP.\n\nEMG",
"time": "15:41",
"topic": "Clipper appl with faster processor fails",
"username": "Enrico Maria G... | Clipper appl with faster processor fails |
[
{
"date": "2006-05-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "2 steps to avoid runtime error for Clipper exe in high performance processor pc :\n\n- link this obj : <!-- m --><a class=\"postlink\" href=\"http://hyperupload.com/download/022a123e17/_wait_b.obj.html\">http://hyperupload.com/dow... | Clipper appl with faster processor fails |
[
{
"date": "2006-05-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello!\n\n<!-- m --><a class=\"postlink\" href=\"http://h10025.www1.hp.com/ewfrf/wc/genericDocument?lc=pt&cc=br&dlc=pt&docname=c00223284\">http://h10025.www1.hp.com/ewfrf/wc/gene ... =c00223284</a><!-- m -->\n[quote:1j0iter2]The D... | Clipper appl with faster processor fails |
[
{
"date": "2006-05-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Roman,\n\nIt are new PC's with WIN XP PRO Inclusive SP2\nI do not have the processor specs yet.\nBut it are new computers.\n\nDear Who,\nI included _Wair_B already in 1996.\n\nI think I come to the conclusion that the problem... | Clipper appl with faster processor fails |
[
{
"date": "2006-05-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Jules!\n\nWe have a DOS Clipper app running in Windows XP SP2 on several PC-s\nwith Pentium 6xx CPU-s without problems. They are linked with Blinker\n(extended mode). Which version of Clipper is used in your case? \nWhat linker? A... | Clipper appl with faster processor fails |
[
{
"date": "2006-05-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Jules,\n\nWe use just one Clipper app in msdos and works ok on XP <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->",
"time": "13:49",
"topic": "Clipper appl with faster proce... | Clipper appl with faster processor fails |
[
{
"date": "2006-05-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Go through the OPTEDIT.EXE commands and try to link your applicaiton\nwith protected mode linker EXOSPACE. \n\nWe have several applications compiled with Clipper 5.3b and linked with\nEXOSPACE and subsequently using OPTEDIT.EXE ... | Clipper appl with faster processor fails |
[
{
"date": "2006-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear collegues,\n\nThanks for your cooperation.\nI am convinced now that my customer has no Ckipper XP PRO problem.\nI used Blinker and Clipper 5.3b\nDatabases are on the server.\nFiles and Buffers are OK.\n\nSo I advised my custo... | Clipper appl with faster processor fails |
[
{
"date": "2006-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello!\n\n[quote=\"Jules de Pierre\":2ty2lxsk]\nSo I advised my customer to look at his installation of XP PRO workstations in a Windows 2000 server environment.\nThere is a rumour that that is the problem.\n[/quote:2ty2lxsk]\n\nI... | Clipper appl with faster processor fails |
[
{
"date": "2006-05-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Jules de Pierre\":3w1p61gp]Dear Friends,\n\nSome years ago Clipper apps failed with newer faster processors.\nAt that time a solution became available that solved the problem.\nI beleive a kind of WAIT programme.\nThat w... | Clipper appl with faster processor fails |
[
{
"date": "2011-11-08",
"forum": "FiveWin for CA-Clipper",
"text": "Hi,\n I need a clipper code recover\nClipper 5.2 and blinker 4.10\n\nMany thanks\nmarco",
"time": "09:34",
"topic": "Clipper code recover",
"username": "MarcoBoschi"
}
] | Clipper code recover |
[
{
"date": "2011-11-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\nI need a clipper code recover\nClipper 5.2 and blinker 4.10\n\nMany thanks\nmarco",
"time": "14:20",
"topic": "Clipper code recover",
"username": "MarcoBoschi"
}
] | Clipper code recover |
[
{
"date": "2011-11-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Search \"clipper valkyrie\" on google",
"time": "14:47",
"topic": "Clipper code recover",
"username": "Marco Turco"
}
] | Clipper code recover |
[
{
"date": "2011-11-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco\nv5demo.exe does not work!\n\nClipper 5.2\nBlinker 4.10 \n \n Unrecognized linker code. \n Unable to continue processing. \n Press any key to continue.",
"time": "15:10",
"topic":... | Clipper code recover |
[
{
"date": "2011-11-22",
"forum": "FiveWin for CA-Clipper",
"text": "Hi marco,\nAs far I know, .EXE files linked with blinker cannot be recovered.\nIf you have the .OBJ files, you can link them with MS Link an use the Valkyrie.\nHere in Brazil, some time ago, I heard about works recovering blinker linked... | Clipper code recover |
[
{
"date": "2011-12-21",
"forum": "FiveWin for CA-Clipper",
"text": "The guy in Brazil who claimed to have a decompiler that worked with Blinker 3.3 and above is Wagner Nunes\n<!-- w --><a class=\"postlink\" href=\"http://www.vagucs.com.br\">www.vagucs.com.br</a><!-- w --> . But don't waste your time or ... | Clipper code recover |
[
{
"date": "2012-03-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio\n\nForgive the follow up on this post as I thought the Clipper colors with READONLY was fixed in 1202.\n\nI went back and reviewed your example demonstrating your fix using code :\n\n[code=fw:1gq1znaf]<div class=\"fw\" id=... | Clipper colors with Read only ( follow up ) |
[
{
"date": "2012-03-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick,\ndid You test activating the Checkbox inside the Resource ?\n\nEDITTEXT 113, 46, 71, 57, 12, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP\n\nEDITTEXT 113, 46, 71, 57, 12, [color=#FF0000:1o5cgwmg]ES_READONLY [/color:1o5cgwmg]| ES... | Clipper colors with Read only ( follow up ) |
[
{
"date": "2012-03-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe\n\nAll the fields in my example are text .. I was just trying to show if adding 'tab stop' to the field would make any difference in the behavior of the Get ?\n\nRick Lipkin",
"time": "15:31",
"topic": "Clipper colors ... | Clipper colors with Read only ( follow up ) |
[
{
"date": "2010-12-22",
"forum": "Off Topic / Otros temas",
"text": "Cuestión de imagen.\nEsa es la conclusión a la que he llegado despues de tantas entrevistas de trabajo.\n\n¿que es lo que quiero decir?, me explicaré.\n\nCuando vas a una entrevista y miran mi curriculum, lo leen y luego alzan la vista... | Clipper y sus topicos |
[
{
"date": "2010-12-23",
"forum": "Off Topic / Otros temas",
"text": "El lenguaje C es bastante más antiguo que Clipper y nadie ha conseguido desbancarlo aún, se usa para construir todos los sistemas operativos que usamos hoy en dia <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" titl... | Clipper y sus topicos |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.