messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":36nnfhtq]Enrico,\n\nWe have tested FWH 7.11 with Harbour svn 05 Nov, and it works fine. Its the one distributed with FWH 7.11.\n\nSo it has to be a change in Harbour since 05 Nov.[/quote:36nnfhtq]\n\nIt ...
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nWe have just done a fresh checkout from the Harbour svn, and your test code works fine here", "time": "10:19", "topic": "Bug in Harbour version of toolbar", "username": "Antonio Linares" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Can I see the batch you are using to build Harbour?\n\nEMG", "time": "10:27", "topic": "Bug in Harbour version of toolbar", "username": "Enrico Maria Giordano" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Is this the latest changelog you see in your changelog file?\n\n2007-11-07 01:47 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)\n * harbour/source/rtl/filesys.c\n * updated hb_fsTell() and hb_fsEof() to respect platform ...
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "This is the batch I'm using to build Harbour:\n\n@ ECHO OFF\nSET PATH=e:\\bcc55\\bin;e:\\harbour cvs\\harbour\\bin\\b32\nSET C_USR=-DHB_FM_STATISTICS_OFF\nSET PRG_USR=-l\nCALL make_b32 clean\nCALL make_b32\nCD contrib\\hbzlib\nCAL...
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nWe name this makeb32.bat:\n\nSET PATH=%PATH%;%DEVDRIVE%\\bcc55\\bin;%DEVDRIVE%\\util\nSET BISON_SIMPLE=%DEVDRIVE%\\util\\bison.simple\nSET CFLAGS=-D__EXPORT__ -DHB_GUI -tWM -DHB_COMPAT_XHB -DHB_FM_STATISTICS_OFF -DHB_IN...
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nI email you the most recent FWH Harbour libs, just to be sure we use the same files", "time": "10:34", "topic": "Bug in Harbour version of toolbar", "username": "Antonio Linares" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":2w9vtltc]Enrico,\n\nWe have just done a fresh checkout from the Harbour svn, and your test code works fine here[/quote:2w9vtltc]\n\nI just done a fresh checkout too: no changes. <!-- s:-( --><img src=\"{...
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nAre you using the most recent FWH Harbour libs that I have emailed you ?", "time": "10:51", "topic": "Bug in Harbour version of toolbar", "username": "Antonio Linares" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":fkfsuhwc]Enrico,\n\nWe name this makeb32.bat:\n\nSET PATH=%PATH%;%DEVDRIVE%\\bcc55\\bin;%DEVDRIVE%\\util\nSET BISON_SIMPLE=%DEVDRIVE%\\util\\bison.simple\nSET CFLAGS=-D__EXPORT__ -DHB_GUI -tWM -DHB_COMPA...
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":10z5egu3]Enrico,\n\nI email you the most recent FWH Harbour libs, just to be sure we use the same files[/quote:10z5egu3]\n\nTried. No changes. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\"...
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I tracked down the error. It seems that is the call\n\n[code:26km7cep]TrackMouseEvent&#40; &#58;&#58;hWnd, TME_LEAVE &#41;[/code:26km7cep]\n\nin MouseMove() method of TBtnBmp class that recursively calls MouseMove() again and agai...
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nBut TrackMouseEvent( ::hWnd, TME_LEAVE ) is called with TME_LEAVE parameter, so it just notifies when the mouse leaves the control, not when the mouse is moved.\n\nAnyhow, an error like the one that you describe looks a...
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Can you compile my sample and send me the resulting EXE?\n\nEMG", "time": "11:37", "topic": "Bug in Harbour version of toolbar", "username": "Enrico Maria Giordano" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nAlready sent", "time": "11:44", "topic": "Bug in Harbour version of toolbar", "username": "Antonio Linares" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Your EXE works fine here too.\n\nEMG", "time": "11:49", "topic": "Bug in Harbour version of toolbar", "username": "Enrico Maria Giordano" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":1ttfhsdi]Enrico,\n\nBut TrackMouseEvent( ::hWnd, TME_LEAVE ) is called with TME_LEAVE parameter, so it just notifies when the mouse leaves the control, not when the mouse is moved.\n\nAnyhow, an error li...
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Can you send me a ZIP file containing:\n\n- HARBOUR.EXE\n- inlcude folder\n- lib folder\n\nfrom your Harbour installation?\n\nEMG", "time": "12:01", "topic": "Bug in Harbour version of toolbar", "username": "Enrico Mar...
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nHave you used the libraries that I just sent you ? If we use the same libraries and the same Harbour, then we should get the same EXE", "time": "12:15", "topic": "Bug in Harbour version of toolbar", "usernam...
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":3fcqhuhz]Enrico,\n\nHave you used the libraries that I just sent you ? If we use the same libraries and the same Harbour, then we should get the same EXE[/quote:3fcqhuhz]\n\nYes, as I wrote some messages...
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Using your Harbour libraries the problem goes away. The size of your libraries are different from those I have. I'm going to investigate why...\n\nEMG", "time": "12:32", "topic": "Bug in Harbour version of toolbar", "u...
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "It is vm.lib. I have to find what I'm doing wrong building Harbour...\n\nEMG", "time": "12:39", "topic": "Bug in Harbour version of toolbar", "username": "Enrico Maria Giordano" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I tried all the differences from your compile batch and mine. The only one that I've not tried yet is Bison. I don't have bison.simple here. Can you send it to me? Are you sure it is required?\n\nEMG", "time": "12:47", "to...
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nAlready sent\n\nI don't know if it is still required, but I use it", "time": "13:07", "topic": "Bug in Harbour version of toolbar", "username": "Antonio Linares" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Tried with Bison. No differences. I'm running out of ideas... <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG", "time": "14:24", "topic": "Bug in Harbour version of to...
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nIf you comment TrackMouseEvent() call then it gets fixed ?", "time": "15:21", "topic": "Bug in Harbour version of toolbar", "username": "Antonio Linares" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes.\n\nEMG", "time": "17:58", "topic": "Bug in Harbour version of toolbar", "username": "Enrico Maria Giordano" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nDo you use any library or OBJ of your own ?", "time": "20:49", "topic": "Bug in Harbour version of toolbar", "username": "Antonio Linares" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-08", "forum": "FiveWin for Harbour/xHarbour", "text": "No, I made the test with pure xHarbour/FWH.\n\nEMG", "time": "00:25", "topic": "Bug in Harbour version of toolbar", "username": "Enrico Maria Giordano" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Another sample that bombs out as soon as I move the mouse over the link (please note that also TUrlLink uses TrackMouseEvent()):\n\n[code:1rh0ufa9]#include \"Fivewin&#46;ch\"\n#include \"Urllink&#46;ch\"\n\n\nFUNCTION MAIN&#40;&#4...
Bug in Harbour version of toolbar
[ { "date": "2007-11-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nHere it is working fine too <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nAre you testing on XP ? I am testing on Vista 32", "time": "13:59", "topic": "Bug in...
Bug in Harbour version of toolbar
[ { "date": "2007-11-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, XP. Do you still have an XP to try my samples on it?\n\nEMG", "time": "14:19", "topic": "Bug in Harbour version of toolbar", "username": "Enrico Maria Giordano" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nYes, I have XP and Vista here on the same computer <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) --> We are going to try it.\n\nWell, in fact, I use five different opera...
Bug in Harbour version of toolbar
[ { "date": "2007-11-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nBoth examples work fine on XP\n\nDo you have your XP upgraded with all automatic updates ?", "time": "15:24", "topic": "Bug in Harbour version of toolbar", "username": "Antonio Linares" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-08", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":2tbt4evz]Enrico,\n\nBoth examples work fine on XP\n\nDo you have your XP upgraded with all automatic updates ?[/quote:2tbt4evz]\n\nOf course. But sorry, these tests are a waste of time. The facts are tha...
Bug in Harbour version of toolbar
[ { "date": "2007-11-08", "forum": "FiveWin for Harbour/xHarbour", "text": "> I really can't imagine what the difference is...\n\nSame here <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->", "time": "20:18", "topic": "Bug in Harbour version of toolbar...
Bug in Harbour version of toolbar
[ { "date": "2007-11-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Don't worry: sooner or later we will find the reason. <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nEMG", "time": "20:41", "topic": "Bug in Harbour version of toolba...
Bug in Harbour version of toolbar
[ { "date": "2007-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nYour example is even running on new OSX Leopard <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[url=http&#58;//imageshack&#46;us:3rdjp4lx][img:3rdjp4lx]http&#58;//...
Bug in Harbour version of toolbar
[ { "date": "2007-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Wonderful!\n\nEMG", "time": "10:24", "topic": "Bug in Harbour version of toolbar", "username": "Enrico Maria Giordano" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Another question: are you using BCC 5.5.1 or a newer version?\n\nEMG", "time": "11:33", "topic": "Bug in Harbour version of toolbar", "username": "Enrico Maria Giordano" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nBorland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland", "time": "11:46", "topic": "Bug in Harbour version of toolbar", "username": "Antonio Linares" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok. I still trying to find the difference. Even your HARBOUR.EXE is different from mine and I don't know why. C compiler is the same. Harbour sources are the same. I tried all the switches you use in your batch. What am I missing?...
Bug in Harbour version of toolbar
[ { "date": "2007-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Can I see your BCC32.CFG and ILINK32.CFG?\n\nEMG", "time": "12:00", "topic": "Bug in Harbour version of toolbar", "username": "Enrico Maria Giordano" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "bcc32.cfg\n\n-I\"c:\\Bcc55\\include\" \n-L\"c:\\Bcc55\\lib\" \n\nilink32.cfg\n\n-L\"c:\\Bcc55\\lib\"", "time": "12:19", "topic": "Bug in Harbour version of toolbar", "username": "Antonio Linares" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Found! It was\n\n-DHB_NO_TRACE\n\nCan you test with it?\n\nEMG", "time": "12:46", "topic": "Bug in Harbour version of toolbar", "username": "Enrico Maria Giordano" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nWere you using -DHB_NO_TRACE ?\n\nIs it fine now, without it ? <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "13:17", "topic": "Bug in Harbour ver...
Bug in Harbour version of toolbar
[ { "date": "2007-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":34lobkm0]Enrico,\n\nWere you using -DHB_NO_TRACE ?[/quote:34lobkm0]\n\nYes.\n\n[quote=\"Antonio Linares\":34lobkm0]Is it fine now, without it ? <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" al...
Bug in Harbour version of toolbar
[ { "date": "2007-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nI am currently reinstalling an operating system on the computer\n\nAs soon as I finish I will check it, thanks", "time": "17:40", "topic": "Bug in Harbour version of toolbar", "username": "Antonio Linares" ...
Bug in Harbour version of toolbar
[ { "date": "2007-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok, thank you.\n\nEMG", "time": "17:40", "topic": "Bug in Harbour version of toolbar", "username": "Enrico Maria Giordano" } ]
Bug in Harbour version of toolbar
[ { "date": "2007-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nProblem confirmed: -DHB_NO_TRACE can't be used. It also GPFs here.\n\nI appreciate if you report it on the list, thanks", "time": "19:22", "topic": "Bug in Harbour version of toolbar", "username": "Antonio L...
Bug in Harbour version of toolbar
[ { "date": "2007-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Great! Thank you.\n\nEMG", "time": "19:37", "topic": "Bug in Harbour version of toolbar", "username": "Enrico Maria Giordano" } ]
Bug in Harbour version of toolbar
[ { "date": "2017-04-01", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "The function HasAlpha doesn't work anymore. It returns .T. even if the image doesn't have an alpha channel. I noticed that the function has been changed in dibbmp.c, don't know exactly when.\n\nEMG", "ti...
Bug in HasAlpha()
[ { "date": "2017-04-01", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "This is a sample:\n\n[code=fw:2uqi14sy]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span><br...
Bug in HasAlpha()
[ { "date": "2017-04-04", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Up! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nEMG", "time": "15:28", "topic": "Bug in HasAlpha()", "username": "Enrico Maria Giordano"...
Bug in HasAlpha()
[ { "date": "2017-04-04", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Try with\n\n[code=fw:30m63ca6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span>...
Bug in HasAlpha()
[ { "date": "2017-04-04", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Another possibility\n\n[code=fw:1tdcmeip]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin....
Bug in HasAlpha()
[ { "date": "2017-04-05", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "What is the official way to load an image and to check for alpha channel without using classes?\n\nEMG", "time": "09:09", "topic": "Bug in HasAlpha()", "username": "Enrico Maria Giordano" } ]
Bug in HasAlpha()
[ { "date": "2017-04-05", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "This is an interesting reading and this code may be the simplest way to do it:\n\n[url:11aviyjd]https&#58;//www&#46;gamedev&#46;net/topic/607214-get-alpha-channel-from-32bit-bmp/[/url:11aviyjd]\n\n[code=fw:1...
Bug in HasAlpha()
[ { "date": "2017-04-05", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Thank you. I will wait for something faster. I'm going to drop alpha channel support in my application, for the moment.\n\nEMG", "time": "09:26", "topic": "Bug in HasAlpha()", "username": "Enrico...
Bug in HasAlpha()
[ { "date": "2017-04-05", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "BitBlt() is the fastest way to manage bitmaps\n\nNot sure if there is a flag we could used for Alpha channel detection", "time": "09:30", "topic": "Bug in HasAlpha()", "username": "Antonio Linare...
Bug in HasAlpha()
[ { "date": "2017-04-05", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Enrico,\n\nWindows function AlphaBlend() returns a logical value once it tries to paint a bitmap that have transparent or semitransparent pixels:\n\n[url:37745f30]https&#58;//msdn&#46;microsoft&#46;com/en-us...
Bug in HasAlpha()
[ { "date": "2017-04-05", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Ok, let's try it.\n\nEMG", "time": "10:31", "topic": "Bug in HasAlpha()", "username": "Enrico Maria Giordano" } ]
Bug in HasAlpha()
[ { "date": "2017-04-05", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Please try it using this function:\n\nYou have to provide it a hDC and later on call DeleteDC() \n\n[code=fw:17ako2qs]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C...
Bug in HasAlpha()
[ { "date": "2017-04-05", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "I don't understand. I have to select the correct painting function to use after checking for alpha channel. Ie:\n\nIF HASALPHA()\n use ABPAINT()\nELSE\n use something else\nENDIF\n\nEMG", "time": "...
Bug in HasAlpha()
[ { "date": "2017-04-05", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "The idea is:\n\nlHasAlpha = ABPaint( hDC, nX, nY, hBitmap, nAlphaLevel )", "time": "11:33", "topic": "Bug in HasAlpha()", "username": "Antonio Linares" } ]
Bug in HasAlpha()
[ { "date": "2017-04-05", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Yes, but then the image is already printed with the right or wrong function. We need of a checking function that doesn't print the image, I think.\n\nEMG", "time": "12:17", "topic": "Bug in HasAlpha(...
Bug in HasAlpha()
[ { "date": "2017-04-05", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "If we paint it into a memory hDC then we will just check if it works or not\n\nNothing will be seen", "time": "19:11", "topic": "Bug in HasAlpha()", "username": "Antonio Linares" } ]
Bug in HasAlpha()
[ { "date": "2017-04-05", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "So, why not to make a function HasAlpha( hBmp ) using ABPaint() inside it?\n\nEMG", "time": "19:25", "topic": "Bug in HasAlpha()", "username": "Enrico Maria Giordano" } ]
Bug in HasAlpha()
[ { "date": "2017-04-05", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Enrico,\n\nLets check if it works. \n\nI have modified FWH function ABPaint() to return the result of the call to AlphaBlend()\n\n[code=fw:2thob5i8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospac...
Bug in HasAlpha()
[ { "date": "2017-04-05", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "I get this:\n\n[code=fw:2w56lajc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Harbour <span style=\"color: #000000;\">3.2</span>.0dev <span style=\"color: #000000;\">&#40;</span>r160504135...
Bug in HasAlpha()
[ { "date": "2017-04-06", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Are you linking hbpcre.lib ?", "time": "00:14", "topic": "Bug in HasAlpha()", "username": "Antonio Linares" } ]
Bug in HasAlpha()
[ { "date": "2017-04-06", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "Function HasAlpha() has never been changed and works the same way it was working all the time.\n\n[code=fw:3kll3vt1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />cFile := <span style=...
Bug in HasAlpha()
[ { "date": "2017-04-06", "forum": "Bugs report & fixes / Informe de errores y arreglos", "text": "[quote=\"nageswaragunupudi\":3ay3a3ib]Function HasAlpha() has never been changed and works the same way it was working all the time.\n\n[code=fw:3ay3a3ib]<div class=\"fw\" id=\"{CB}\" style=\"font-family: mo...
Bug in HasAlpha()
[ { "date": "2007-05-20", "forum": "FiveWin for Pocket PC", "text": "This is the sample:\n\n[code:384kxwjd]#include \"Fwce&#46;ch\"\n\n\nFUNCTION MAIN&#40;&#41;\n\n DBCREATE&#40; CURDIR&#40;&#41; + \"\\TMPTEST\", &#123; &#123; \"TEST\", \"C\", 10, 0 &#125; &#125; &#41;\n\n USE &#40; CURDIR&#40;&#41;...
Bug in INDEX command
[ { "date": "2007-05-20", "forum": "FiveWin for Pocket PC", "text": "This sample works fine in MyDevice.\n\nEMG", "time": "23:34", "topic": "Bug in INDEX command", "username": "Enrico Maria Giordano" } ]
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "Enrico,\n\nIt looks as the same behavior. Applications should be tested on the Pocket PC memory, not on the memory card", "time": "06:33", "topic": "Bug in INDEX command", "username": "Antonio Linares" } ]
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "The problem is that apparently the memory card can't be mapped to a directory of the PC and this forces to do a manual copy/paste on the device at each execution. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"...
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "Enrico,\n\nYou can use Microsoft's device emulator manager:\n<!-- m --><a class=\"postlink\" href=\"http://rapidshare.com/files/32491820/dvcemumanager.zip.html\">http://rapidshare.com/files/32491820/dv ... r.zip.html</a><!-- m -->\nto ma...
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "Thank you, but all I get is \"Cannot start the emulator\" error message. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG", "time": "08:47", "topic": "Bug in INDEX command", ...
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "Enrico,\n\nYou need to have the emulator running before using it", "time": "09:03", "topic": "Bug in INDEX command", "username": "Antonio Linares" } ]
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "Just tried. Same result. Perhaps some other components is required? Or my emulator is not the right one? It already has a device manager but I get nothing when I run it.\n\nEMG", "time": "09:09", "topic": "Bug in INDEX command", ...
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "Enrico,\n\nDo you have ActiveSync installed on your computer ? It is required for the dvcemumanager.exe to properly work", "time": "09:46", "topic": "Bug in INDEX command", "username": "Antonio Linares" } ]
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "No, from where can I download it?\n\nThank you!\n\nEMG", "time": "09:57", "topic": "Bug in INDEX command", "username": "Enrico Maria Giordano" } ]
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "Enrico,\n\nGoogle for it. Its a Microsoft download\n\nIf you are using Windows Vista then it is no longer needed, as it is part of Vista", "time": "10:32", "topic": "Bug in INDEX command", "username": "Antonio Linares" } ]
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "Ok, I already downloaded and installed ActiveSync 4.5 but it won't connect to my device emulator.\n\nAny hint?\n\nEMG", "time": "10:43", "topic": "Bug in INDEX command", "username": "Enrico Maria Giordano" } ]
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "Enrico,\n\nOnce the emulator is running, then you execute dvcemumanager.exe and what screen do you get ?", "time": "10:46", "topic": "Bug in INDEX command", "username": "Antonio Linares" } ]
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "As previously: nothing at all with the version provided with the emulator and \"Cannot start the emulator\" with the version you sent me.\n\nEMG", "time": "10:49", "topic": "Bug in INDEX command", "username": "Enrico Maria Gi...
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "Enrico,\n\nAre you using XP ?", "time": "11:13", "topic": "Bug in INDEX command", "username": "Antonio Linares" } ]
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "Yes. Anyway, now the Device Manager starts (it was not registered). I already get the emulator connected with ActiveSync and I can use Explorer on the PC to see My Device.\n\nBut what I would want to find is a way to automatically copy u...
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "Enrico,\n\nWe could use FWPPC to build an application that does it (using a timer) <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "11:31", "topic": "Bug in INDEX comm...
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "I just need to automatically copy a file from Storage Card to My Device but I don't know how to access to My Device from a copy command or similar.\n\nEMG", "time": "11:38", "topic": "Bug in INDEX command", "username": "Enric...
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "Enrico,\n\nMy Device is the root path \"\\\"", "time": "11:52", "topic": "Bug in INDEX command", "username": "Antonio Linares" } ]
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "Sorry, I meant to do a copy from the PC to My Device. I think it is not possible, right?\n\nEMG", "time": "16:08", "topic": "Bug in INDEX command", "username": "Enrico Maria Giordano" } ]
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "I rethink to the subject. What makes PACK or INDEX ON command so special that they can't execute in Storage Card while, as an example, REPLACE command or DBCREATE() function aren't?\n\nEMG", "time": "18:51", "topic": "Bug in INDE...
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "And why the following sample works?\n\n[code:1v8djvn5]#include \"Fwce&#46;ch\"\n\n\nFUNCTION MAIN&#40;&#41;\n\n SET DELETED ON\n\n DBCREATE&#40; CURDIR&#40;&#41; + \"\\TMPTEST\", &#123; &#123; \"TEST\", \"C\", 10, 0 &#125; &#125; &...
Bug in INDEX command
[ { "date": "2007-05-21", "forum": "FiveWin for Pocket PC", "text": "And why this other works too (please note that I only add REQUEST DBFNTX)?\n\n[code:3b7y3wqi]#include \"Fwce&#46;ch\"\n\n\nREQUEST DBFNTX\n\n\nFUNCTION MAIN&#40;&#41;\n\n DBCREATE&#40; CURDIR&#40;&#41; + \"\\TMPTEST\", &#123; &#123; \...
Bug in INDEX command
[ { "date": "2007-05-22", "forum": "FiveWin for Pocket PC", "text": "Enrico,\n\n> Sorry, I meant to do a copy from the PC to My Device. I think it is not possible, right? \n\nTotal Commander allows to map a Pocket PC path", "time": "08:23", "topic": "Bug in INDEX command", "username": "Antonio...
Bug in INDEX command
[ { "date": "2007-05-22", "forum": "FiveWin for Pocket PC", "text": "Enrico,\n\nHarbour is the one that manages the files, so I can't tell what the difference may it be. The curious thing is that they work fine on the My Device path.\n\nWe have faced similar situations when using SHARED. It works on My De...
Bug in INDEX command
[ { "date": "2006-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "The following sample shows .T. and .F. instead of .F. and .T. (CHR( 128 ) is the Euro symbol and is an ANSI code):\n\n[code:3i2gztm8]#include \"Fivewin&#46;ch\"\n\n\nFUNCTION MAIN&#40;&#41;\n\n ? ISOEM&#40; CHR&#40; 128 &#41; &...
Bug in IsOem()/IsAnsi() function
[ { "date": "2006-03-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nIn source\\winapi\\oemansi.c please implement these changes:\n[code:1mxtxylc]\nCLIPPER ISANSI&#40; PARAMS &#41; // cString --> lAnsi\n&#123;\n LPBYTE pString = &#40; LPBYTE &#41; _parc&#40; 1 &#41;;\n WOR...
Bug in IsOem()/IsAnsi() function