messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2008-09-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Michel,\r\n\r\nYou can hide the dialogbox instead of ending it:\r\n\r\nACTIVATE DIALOG oDlg NOWAIT VALID ( oDlg:Hide(), .T. )\r\n\r\nNext time you want to use it, don't create it again. Simply do oDlg:Show().\r\n\r\nLets see if this helps, if not, we will find another way <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "17:38", "topic": "Another problem with dialog boxes", "username": "Antonio Linares" } ]
Another problem with dialog boxes
[ { "date": "2008-09-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Michel,\r\n\r\nI guess this is what is going on: the word dialog is child of the clock dialog, so when you End() the clock, the word is also ended.\r\n\r\nDo it this way:\r\n\r\nDEFINE DIALOG ClkDlg OF oWndMain\r\n\r\n...\r\n\r\nDEFINE DIALOG LnDlg OF oWndMain\r\n\r\nthis way, the word dialog is not a child of the clock dialog", "time": "17:46", "topic": "Another problem with dialog boxes", "username": "Antonio Linares" } ]
Another problem with dialog boxes
[ { "date": "2008-09-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\r\n\r\nThat was indeed the problem.\r\n\r\nI changed my code and anything is running fine now.\r\n\r\nThanks a lot. You've been a great help.\r\n\r\nWhat a fantastic product FiveWin is.\r\n\r\nSee you.", "time": "19:41", "topic": "Another problem with dialog boxes", "username": "driessen" } ]
Another problem with dialog boxes
[ { "date": "2019-07-03", "forum": "FiveWin for Harbour/xHarbour", "text": "I have this Get\n\n[code=fw:1de2fbf8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">@ <span style=\"color: #000000;\">08</span>,<span style=\"color: #000000;\">144</span> <span style=\"color: #0000ff;\">GET</span> aGet<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">3</span><span style=\"color: #000000;\">&#93;</span> <span style=\"color: #0000ff;\">VAR</span> dDataStart <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">120</span>,<span style=\"color: #000000;\">14</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oFolder:<span style=\"color: #000000;\">aDialogs</span><span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">&#93;</span> ;<br />          BITMAP <span style=\"color: #ff0000;\">\"c:<span style=\"color: #000000;\">\\w</span>ork<span style=\"color: #000000;\">\\f</span>wh<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\3</span>2x32<span style=\"color: #000000;\">\\c</span>alendar.bmp\"</span> ;<br />          <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #000000;\">&#40;</span>dDataStart := XbrGetDate<span style=\"color: #000000;\">&#40;</span>  ,<span style=\"color: #ff0000;\">\"Seleziona una data\"</span>,<span style=\"color: #000000;\">&#123;</span>^ <span style=\"color: #000000;\">2019</span>/<span style=\"color: #000000;\">06</span>/<span style=\"color: #000000;\">15</span> <span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span>^ <span style=\"color: #000000;\">2019</span>/<span style=\"color: #000000;\">09</span>/<span style=\"color: #000000;\">20</span> <span style=\"color: #000000;\">&#125;</span> ,,<span style=\"color: #000000;\">0.6</span> <span style=\"color: #000000;\">&#41;</span>,;<br />               IIF<span style=\"color: #000000;\">&#40;</span> dDataStart=ctod<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"\"</span><span style=\"color: #000000;\">&#41;</span> .or. dDataStart=<span style=\"color: #00C800;\">nil</span> ,;<br />                          aGet<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">3</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">cText</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Selezionare una data\"</span><span style=\"color: #000000;\">&#41;</span>            ,;<br />                          aGet<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">3</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">cText</span><span style=\"color: #000000;\">&#40;</span>Convertidata<span style=\"color: #000000;\">&#40;</span>dDataStart<span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span>       ,;<br />                           aGet<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">3</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #0000ff;\">refresh</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>   <span style=\"color: #000000;\">&#41;</span></div>[/code:1de2fbf8]\n\n\nit run good but Instead of {^ 2019/06/15 }, {^ 2019/09/20 } \n\nI wish insert my dates min and Max ( because I cannot Know them)\n\n I have these date on a ini file :\n\n[code=fw:1de2fbf8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />     <span style=\"color: #00C800;\">Local</span> cIniFile  := TakeOffExt<span style=\"color: #000000;\">&#40;</span> GetModuleFileName<span style=\"color: #000000;\">&#40;</span> GetInstance<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span> + <span style=\"color: #ff0000;\">\".ini\"</span><br />     <span style=\"color: #00C800;\">Local</span> dBassa1   := GetPvProfString<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"Stagioni\"</span>, <span style=\"color: #ff0000;\">\"BASSA1\"</span>,<span style=\"color: #ff0000;\">\"17.05.\"</span>, cIniFile<span style=\"color: #000000;\">&#41;</span><br />     <span style=\"color: #00C800;\">Local</span> dBassa4   := GetPvProfString<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"Stagioni\"</span>, <span style=\"color: #ff0000;\">\"BASSA4\"</span>,<span style=\"color: #ff0000;\">\"20.09.\"</span>, cIniFile<span style=\"color: #000000;\">&#41;</span><br />     <span style=\"color: #00C800;\">Local</span> dStagioneMin:=  dBassa1+ltrim<span style=\"color: #000000;\">&#40;</span>str<span style=\"color: #000000;\">&#40;</span><span style=\"color: #0000ff;\">year</span><span style=\"color: #000000;\">&#40;</span>date<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span><br />     <span style=\"color: #00C800;\">Local</span> dStagioneMax:=  dBassa4+ltrim<span style=\"color: #000000;\">&#40;</span>str<span style=\"color: #000000;\">&#40;</span><span style=\"color: #0000ff;\">year</span><span style=\"color: #000000;\">&#40;</span>date<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span><br />     <span style=\"color: #00C800;\">Local</span> dDatalimiteMin<br />     <span style=\"color: #00C800;\">Local</span> dDatalimiteMax<br /><br />        dDatalimiteMin := ctod<span style=\"color: #000000;\">&#40;</span>dStagioneMin<span style=\"color: #000000;\">&#41;</span><br />        dDatalimiteMax := ctod<span style=\"color: #000000;\">&#40;</span>dStagioneMax<span style=\"color: #000000;\">&#41;</span><br />        dDataStart:= Convertidata<span style=\"color: #000000;\">&#40;</span>dCheckIn <span style=\"color: #000000;\">&#41;</span></div>[/code:1de2fbf8]\n\nif I made \n\n[code=fw:1de2fbf8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <br />@ <span style=\"color: #000000;\">08</span>,<span style=\"color: #000000;\">144</span> <span style=\"color: #0000ff;\">GET</span> aGet<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">3</span><span style=\"color: #000000;\">&#93;</span> <span style=\"color: #0000ff;\">VAR</span> dDataStart <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">120</span>,<span style=\"color: #000000;\">14</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oFolder:<span style=\"color: #000000;\">aDialogs</span><span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">&#93;</span> ;<br />          BITMAP <span style=\"color: #ff0000;\">\"c:<span style=\"color: #000000;\">\\w</span>ork<span style=\"color: #000000;\">\\f</span>wh<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\3</span>2x32<span style=\"color: #000000;\">\\c</span>alendar.bmp\"</span> ;<br />          <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #000000;\">&#40;</span>dDataStart := XbrGetDate<span style=\"color: #000000;\">&#40;</span>  ,<span style=\"color: #ff0000;\">\"Seleziona una data\"</span>,dDatalimiteMin, dDatalimiteMax ,,<span style=\"color: #000000;\">0.6</span> <span style=\"color: #000000;\">&#41;</span>,;<br />               IIF<span style=\"color: #000000;\">&#40;</span> dDataStart=ctod<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"\"</span><span style=\"color: #000000;\">&#41;</span> .or. dDataStart=<span style=\"color: #00C800;\">nil</span> ,;<br />                          aGet<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">3</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">cText</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Selezionare una data\"</span><span style=\"color: #000000;\">&#41;</span>            ,;<br />                          aGet<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">3</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">cText</span><span style=\"color: #000000;\">&#40;</span>Convertidata<span style=\"color: #000000;\">&#40;</span>dDataStart<span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span>       ,;<br />                           aGet<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">3</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #0000ff;\">refresh</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>   <span style=\"color: #000000;\">&#41;</span></div>[/code:1de2fbf8]\n\nit run but the calendar showed bad as you can see here :\n\n[img:1de2fbf8]https&#58;//i&#46;postimg&#46;cc/hjMQFXv5/xx&#46;png[/img:1de2fbf8]\n\nHow I can resolve ?\n\nI try to converte my dates with\n\n Local dBassa12 := GetPvProfString(\"Stagioni\", \"BASSA1\",\"05/17\", cIniFile)\n Local dBassa42 := GetPvProfString(\"Stagioni\", \"BASSA4\",\"09/20\", cIniFile)\n\ndStagioneMin:= \"{^ \"+ltrim(str(year(date())))+\"/\"+dBassa12+\" }\"\n dStagioneMax:= \"{^ \"+ltrim(str(year(date())))+\"/\"+dBassa42+\" }\"\n\n dDatalimiteMin := ctod(dStagioneMin)\n dDatalimiteMax := ctod(dStagioneMax)\n\nbut the calendar make errors", "time": "12:17", "topic": "Another problem with new XbrGetDate - RESOLVED!!!", "username": "Silvio.Falconi" } ]
Another problem with new XbrGetDate - RESOLVED!!!
[ { "date": "2019-07-04", "forum": "FiveWin for Harbour/xHarbour", "text": "ahh ok\nthere is error with [b:2rz9iiog]GetPvProfString [/b:2rz9iiog] command on HArbour not run", "time": "11:19", "topic": "Another problem with new XbrGetDate - RESOLVED!!!", "username": "Silvio.Falconi" } ]
Another problem with new XbrGetDate - RESOLVED!!!
[ { "date": "2019-07-04", "forum": "FiveWin for Harbour/xHarbour", "text": "resolved", "time": "20:58", "topic": "Another problem with new XbrGetDate - RESOLVED!!!", "username": "Silvio.Falconi" } ]
Another problem with new XbrGetDate - RESOLVED!!!
[ { "date": "2019-07-20", "forum": "FiveWin for Harbour/xHarbour", "text": "then the test helped from Uwe on this topic \n\n[url:21hs6bvl]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=37464#p223944[/url:21hs6bvl]\n\nI thinked to not delete the records but add a new field TACANCEL to set wich record i can delete on second time\nbecause then must be seen by final user before to delete \nso, after saved the records I wanted create an array for only records having oTariffe:TACANCEL=.F. \n\nif I make \n[code=fw:21hs6bvl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #00C800;\">local</span> cFieldList :=<span style=\"color: #ff0000;\">\"TATIPO,TAELEMENTO,TADESCELEM,TASERVIZIO,TADESCSERV,TASERVSTRU,TASETTORE,TAGIORNI,TADATEINI,TADATEFIN,TACOSTO,TASCONTO,TALISTINO,TABLOCCATO,TATARIFFA,TATOTALE,TACANCEL\"</span><br /><br /> atemp:=oTariffe:<span style=\"color: #000000;\">FW_DbfToArray</span><span style=\"color: #000000;\">&#40;</span> cFieldList, <span style=\"color: #000000;\">&#123;</span> || oTariffe:<span style=\"color: #000000;\">TACANCEL</span>=.F.  <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#41;</span></div>[/code:21hs6bvl]\n\n\nthe procedure not run ok, so on atemp array the procedure insert all records of Tariffe.dbf\n\n\nthen I try the same with the old method\n\n[code=fw:21hs6bvl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">  <br /><br /><span style=\"color: #00C800;\">DO</span> <span style=\"color: #00C800;\">WHILE</span> !oTariffe:<span style=\"color: #000000;\">EOF</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />        <span style=\"color: #00C800;\">IF</span> oTariffe:<span style=\"color: #000000;\">TACANCEL</span>=.F.<br />         AaDd<span style=\"color: #000000;\">&#40;</span>atemp, <span style=\"color: #000000;\">&#123;</span>  oTariffe:<span style=\"color: #000000;\">TaTipo</span>     ,;<br />                         oTariffe:<span style=\"color: #000000;\">TaElemento</span> ,;<br />                         oTariffe:<span style=\"color: #000000;\">TaDescElem</span> ,;<br />                         oTariffe:<span style=\"color: #000000;\">TaServizio</span> ,;<br />                         oTariffe:<span style=\"color: #000000;\">TaDescServ</span> ,;<br />                         oTariffe:<span style=\"color: #000000;\">TaServStru</span> ,;<br />                         oTariffe:<span style=\"color: #000000;\">TaSettore</span>  ,;<br />                         oTariffe:<span style=\"color: #000000;\">TaGiorni</span>   ,;<br />                         oTariffe:<span style=\"color: #000000;\">TaDateIni</span>  ,;<br />                         oTariffe:<span style=\"color: #000000;\">TaDateFin</span>  ,;<br />                         oTariffe:<span style=\"color: #000000;\">TaCosto</span>    ,;<br />                         oTariffe:<span style=\"color: #000000;\">TaSconto</span>   ,;<br />                         oTariffe:<span style=\"color: #000000;\">TaListino</span>  ,;<br />                         oTariffe:<span style=\"color: #000000;\">TaBloccato</span> ,;<br />                         oTariffe:<span style=\"color: #000000;\">TaTariffa</span>  ,;<br />                         oTariffe:<span style=\"color: #000000;\">TaTotale</span>,oTariffe:<span style=\"color: #000000;\">TACANCEL</span>   <span style=\"color: #000000;\">&#125;</span>  <span style=\"color: #000000;\">&#41;</span><br />           <span style=\"color: #00C800;\">ENDIF</span><br />        oTariffe:<span style=\"color: #000000;\">Skip</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />     <span style=\"color: #00C800;\">ENDDO</span><br />    oTariffe:<span style=\"color: #000000;\">close</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /> </div>[/code:21hs6bvl]\n\n\n\nand [b:21hs6bvl]finally on aTemp is showed the records I wish be showed [/b:21hs6bvl]\n\n[img:21hs6bvl]https&#58;//i&#46;postimg&#46;cc/sxmC7R8Z/hh&#46;jpg[/img:21hs6bvl]\n\n\nbut in me there remains the desire to understand why with FW_DbfToArray it didn't work as I wanted it to do", "time": "17:36", "topic": "Another test with FW_DbfToArray", "username": "Silvio.Falconi" } ]
Another test with FW_DbfToArray
[ { "date": "2023-07-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nUntil now I never had any succes in using the FWH debugger.\n\nThis is the MAK-file I use:[code=fw:29b7d9nq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">#Borland make sample, <span style=\"color: #000000;\">&#40;</span>c<span style=\"color: #000000;\">&#41;</span> FiveTech Software <span style=\"color: #000000;\">2005</span><span style=\"color: #000000;\">-2009</span><br /><br />HBDIR=c:\\software\\harbour<br />BCDIR=c:\\progra~<span style=\"color: #000000;\">1</span>\\borland\\bcc7<br />FWDIR=c:\\software\\fwharb<br /><br />#change these paths as needed<br />.path.OBJ = .\\obj<br />.path.PRG = .\\<br />.path.CH  = $<span style=\"color: #000000;\">&#40;</span>FWDIR<span style=\"color: #000000;\">&#41;</span>\\include;$<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\include<br />.path.C   = .\\<br />.path.RC  = .\\<br /><br />#important: <span style=\"color: #000000;\">Use</span> Uppercase <span style=\"color: #00C800;\">for</span> filenames extensions, in the <span style=\"color: #00C800;\">next</span> two rules!<br /><br />PRG =        \\<br />BEHAGEN1.PRG \\<br />BEHAGEN2.PRG \\<br />BEHBOEK1.PRG \\<br />BEHBOEK2.PRG \\<br />BEHDOSS1.PRG \\<br />BEHDOSS2.PRG \\<br />BEHINTRX.PRG \\<br />BEHPAAND.PRG \\<br />BEHPARAM.PRG \\<br />BEHPRARC.PRG \\<br />BEHSOOR1.PRG \\<br />BEHSOOR2.PRG \\<br />BEHUSER.PRG  \\<br />DOCWP1.PRG   \\<br />DOCWP2.PRG   \\<br />FGEGTL1.PRG  \\<br />FGEGTL2.PRG  \\<br />JUDA.PRG     \\<br />MAKEIND.PRG  \\<br />RAPAGPRE.PRG \\<br />RAPDOSBH.PRG \\<br />Z-ERROR1.PRG \\<br />Z-RPREV.PRG  \\<br />Z-WBROWS.PRG<br /><br />C =        \\<br />BEHAGEN1.C \\<br />BEHAGEN2.C \\<br />BEHBOEK1.C \\<br />BEHBOEK2.C \\<br />BEHDOSS1.C \\<br />BEHDOSS2.C \\<br />BEHINTRX.C \\<br />BEHPAAND.C \\<br />BEHPARAM.C \\<br />BEHPRARC.C \\<br />BEHSOOR1.C \\<br />BEHSOOR2.C \\<br />BEHUSER.C  \\<br />DOCWP1.C   \\<br />DOCWP2.C   \\<br />FGEGTL1.C  \\<br />FGEGTL2.C  \\<br />JUDA.C     \\<br />MAKEIND.C  \\<br />RAPAGPRE.C \\<br />RAPDOSBH.C \\<br />Z-ERROR1.C \\<br />Z-RPREV.C  \\<br />Z-WBROWS.C<br /><br />OBJ = $<span style=\"color: #000000;\">&#40;</span>PRGS:.PRG=.\\OBJ<span style=\"color: #000000;\">&#41;</span><br />OBJS = $<span style=\"color: #000000;\">&#40;</span>OBJ:.\\=.\\obj\\<span style=\"color: #000000;\">&#41;</span><br /><br />PROJECT    : <span style=\"color: #000000;\">JUDA_2</span>.EXE<br /><br />#RES-file wordt door COMPRES.BAT aangemaakt<br />#JUDA_2.EXE  : $<span style=\"color: #000000;\">&#40;</span>PRG:.PRG=.OBJ<span style=\"color: #000000;\">&#41;</span> $<span style=\"color: #000000;\">&#40;</span>C:.C=.OBJ<span style=\"color: #000000;\">&#41;</span> JUDA.RES<br />JUDA_2.EXE  : $<span style=\"color: #000000;\">&#40;</span>PRG:.PRG=.OBJ<span style=\"color: #000000;\">&#41;</span> $<span style=\"color: #000000;\">&#40;</span>C:.C=.OBJ<span style=\"color: #000000;\">&#41;</span><br />   echo off<br />   echo $<span style=\"color: #000000;\">&#40;</span>BCDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\c0w32.obj + > b32.bc<br />#  echo $<span style=\"color: #000000;\">&#40;</span>OBJS<span style=\"color: #000000;\">&#41;</span>, + >> b32.bc<br />   echo OBJ\\BEHAGEN1.OBJ + >> b32.bc<br />   echo OBJ\\BEHAGEN2.OBJ + >> b32.bc<br />   echo OBJ\\BEHBOEK1.OBJ + >> b32.bc<br />   echo OBJ\\BEHBOEK2.OBJ + >> b32.bc<br />   echo OBJ\\BEHDOSS1.OBJ + >> b32.bc<br />   echo OBJ\\BEHDOSS2.OBJ + >> b32.bc<br />   echo OBJ\\BEHINTRX.OBJ + >> b32.bc<br />   echo OBJ\\BEHPAAND.OBJ + >> b32.bc<br />   echo OBJ\\BEHPARAM.OBJ + >> b32.bc<br />   echo OBJ\\BEHPRARC.OBJ + >> b32.bc<br />   echo OBJ\\BEHSOOR1.OBJ + >> b32.bc<br />   echo OBJ\\BEHSOOR2.OBJ + >> b32.bc<br />   echo OBJ\\BEHUSER.OBJ + >> b32.bc<br />   echo OBJ\\DOCWP1.OBJ + >> b32.bc<br />   echo OBJ\\DOCWP2.OBJ + >> b32.bc<br />   echo OBJ\\FGEGTL1.OBJ + >> b32.bc<br />   echo OBJ\\FGEGTL2.OBJ + >> b32.bc<br />   echo OBJ\\JUDA.OBJ + >> b32.bc<br />   echo OBJ\\MAKEIND.OBJ + >> b32.bc<br />   echo OBJ\\RAPAGPRE.OBJ + >> b32.bc<br />   echo OBJ\\RAPDOSBH.OBJ + >> b32.bc<br />   echo OBJ\\Z-ERROR1.OBJ + >> b32.bc<br />   echo OBJ\\Z-RPREV.OBJ + >> b32.bc<br />   echo OBJ\\Z-WBROWS.OBJ, + >> b32.bc<br /> <br />   echo JUDA_2.EXE, + >> b32.bc<br />   echo JUDA_2.MAP, + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>FWDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\FiveH.lib $<span style=\"color: #000000;\">&#40;</span>FWDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\FiveHC.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hbrtl.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hbvm.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\gtgui.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hblang.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hbmacro.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hbrdd.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\rddntx.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\rddcdx.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\rddfpt.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hbsix.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hbdebug.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hbcommon.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hbpp.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hbwin.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hbcpage.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hbct.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\png.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hbcplr.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\xhb.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hbtip.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hbzlib.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hbmzip.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hbziparc.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\minizip.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\hbpcre.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>BCDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\cw32.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>BCDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\uuid.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>BCDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\import32.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>BCDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\ws2_32.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>BCDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\wininet.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>BCDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\psdk\\odbc32.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>BCDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\psdk\\nddeapi.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>BCDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\psdk\\iphlpapi.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>BCDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\psdk\\msimg32.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>BCDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\psdk\\rasapi32.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>BCDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\psdk\\gdiplus.lib + >> b32.bc<br />   echo $<span style=\"color: #000000;\">&#40;</span>BCDIR<span style=\"color: #000000;\">&#41;</span>\\lib\\psdk\\shell32.lib, >> b32.bc<br /><br />   <span style=\"color: #00C800;\">IF</span> EXIST ..\\RES\\JUDA.RES echo ..\\RES\\JUDA.RES >> b32.bc<br />   $<span style=\"color: #000000;\">&#40;</span>BCDIR<span style=\"color: #000000;\">&#41;</span>\\bin\\ilink32 -Gn -aa -Tpe -s @b32.bc <br /><br />.PRG.OBJ:<br />  $<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\bin\\harbour $< /N /W0 /V /Oobj\\ /I$<span style=\"color: #000000;\">&#40;</span>FWDIR<span style=\"color: #000000;\">&#41;</span>\\include;$<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\include<br />  $<span style=\"color: #000000;\">&#40;</span>BCDIR<span style=\"color: #000000;\">&#41;</span>\\bin\\bcc32 -c -tWM -I$<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\include -oobj\\$& obj\\$&.c<br /><br />.C.OBJ:<br />  echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp<br />  echo -I$<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\include;$<span style=\"color: #000000;\">&#40;</span>FWDIR<span style=\"color: #000000;\">&#41;</span>\\include >> tmp<br />  $<span style=\"color: #000000;\">&#40;</span>BCDIR<span style=\"color: #000000;\">&#41;</span>\\bin\\bcc32 -oobj\\$& @tmp $&.c<br />  del tmp<br /><br />#RES-file wordt door COMPRES.BAT aangemaakt<br />#JUDA.RES : ..\\RES\\JUDA.RC<br />#  $<span style=\"color: #000000;\">&#40;</span>BCDIR<span style=\"color: #000000;\">&#41;</span>\\bin\\brc32.exe -r ..\\RES\\JUDA.RC<br /> </div>[/code:29b7d9nq]This MAK-file is working just fine.\n\nBut can anyone tell me what changes I have to add to activate the FWH debugger?\n\nThank you very much in advance for any help.", "time": "12:41", "topic": "Another try for using the FWH debugger - some more questions", "username": "driessen" } ]
Another try for using the FWH debugger - some more questions
[ { "date": "2023-07-14", "forum": "FiveWin for Harbour/xHarbour", "text": "add /b in this line\n\n[code=fw:1spu936t]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">$<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\bin\\harbour $< /N /b /W0 /V /Oobj\\ /I$<span style=\"color: #000000;\">&#40;</span>FWDIR<span style=\"color: #000000;\">&#41;</span>\\include;$<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\include</div>[/code:1spu936t]", "time": "13:25", "topic": "Another try for using the FWH debugger - some more questions", "username": "alerchster" } ]
Another try for using the FWH debugger - some more questions
[ { "date": "2023-07-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you very much for your help.", "time": "13:34", "topic": "Another try for using the FWH debugger - some more questions", "username": "driessen" } ]
Another try for using the FWH debugger - some more questions
[ { "date": "2023-07-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nAs told before, I am able know to use the FWH debugger.\n\nEarlier, I used the debugger of xHarbour Builder, but some parts were not working correctly.\nTo build in a stop, I put \"ALTD()\" in my source. The debugger stopped automatically at every ALTD().\n\nIn the FWH debugger, ALTD() doesn't seem to work.\nWhat can be used in FWH debugger to stop at position where I want it to stop?\n\nThanks.", "time": "10:20", "topic": "Another try for using the FWH debugger - some more questions", "username": "driessen" } ]
Another try for using the FWH debugger - some more questions
[ { "date": "2023-07-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Michel,\n\n AltD( 1 ) // Enables the debugger. Press F5 to go\n\n MsgInfo( \"debugger enabled\" )\n\n AltD() // Invokes the debugger\n\n MsgInfo( \"debugger invoked\" )", "time": "17:32", "topic": "Another try for using the FWH debugger - some more questions", "username": "Antonio Linares" } ]
Another try for using the FWH debugger - some more questions
[ { "date": "2023-07-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Fantastic, Antonio.\nThat is the info I needed.", "time": "19:27", "topic": "Another try for using the FWH debugger - some more questions", "username": "driessen" } ]
Another try for using the FWH debugger - some more questions
[ { "date": "2023-07-16", "forum": "FiveWin for Harbour/xHarbour", "text": "What is de debugger going to do ? Why use it ?", "time": "15:13", "topic": "Another try for using the FWH debugger - some more questions", "username": "Marc Venken" } ]
Another try for using the FWH debugger - some more questions
[ { "date": "2023-07-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Mark,\n\nWith a debugger, the source is shown while it is executing. It is a very easy utility to help you find a logical error.", "time": "15:37", "topic": "Another try for using the FWH debugger - some more questions", "username": "driessen" } ]
Another try for using the FWH debugger - some more questions
[ { "date": "2009-03-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenas!\n\ncomo sabéis, estoy migrando mi aplicación clipper a Harbour + Fivewin. Se me ha producido el problema de incompatibilidad en los caracteres de Dos y Windows, al trabajar ambas aplicaciones sobre las mismas bases de datos. Mi pregunta es si existe algún SET o algo, que pueda hacer que mi aplicación Fivewin trabaje con cadenas de caracteres Oem siempre, es decir, sin tener que estar continuamente cambiando de formato las cadenas, etc. y así poder tenerlas funcionando ambas a la vez.\n\nGracias!!!!!", "time": "09:48", "topic": "AnsiToOem()", "username": "triumvirato" } ]
AnsiToOem()
[ { "date": "2009-03-07", "forum": "FiveWin para Harbour/xHarbour", "text": "David,\n\nA nivel de RDD de Harbour no hay ningun SET o parecido (que sepamos), pero a nivel de FWH si usas la Clase TDataBase tienes el dato lOemAnsi que automaticamente hace las conversiones:\n\noDataBase:lOemAnsi = lOnOff", "time": "16:56", "topic": "AnsiToOem()", "username": "Antonio Linares" } ]
AnsiToOem()
[ { "date": "2009-03-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\n\nMuchas gracias, lo conocía pero me es insuficiente. Intentaré buscar algo a ver si en Harbour doy con algo, sino pues no me queda otra opción que usar la clase tDataBase.\n\nMuchas gracias!", "time": "08:13", "topic": "AnsiToOem()", "username": "triumvirato" } ]
AnsiToOem()
[ { "date": "2006-10-29", "forum": "FiveWin for Pocket PC", "text": "Antonio,\n\nIs there possible in a new build to use AnsiToWide function ? Previously this function is exists visible - now this don't. Below is sample where I use this useful function. Program source probable must compile with -TP switch. Compile without this switch generates many compilation errors.\n\nRegards\nPawel\n\nCompilation errors:\nHarbour Compiler Alpha build 46.2 (Flex)\nCopyright 1999-2006, <!-- m --><a class=\"postlink\" href=\"http://www.harbour-project.org/\">http://www.harbour-project.org/</a><!-- m -->\nCompiling 'TESTRUN.prg'...\n\nLines 58, Functions/Procedures 1\nGenerating C source output to 'TESTRUN.c'... Done.\nTESTRUN.C\nTESTRUN.prg(23) : warning C4047: 'function' : 'int ' differs in levels of indirection from 'void *'\nTESTRUN.prg(23) : warning C4024: 'CreateProcessW' : different types for formal and actual parameter 5\nTESTRUN.prg(23) : warning C4047: 'function' : 'unsigned long ' differs in levels of indirection from 'void *'\nTESTRUN.prg(23) : warning C4024: 'CreateProcessW' : different types for formal and actual parameter 6\n\nLink errors (compile with -TP switch):\n Creating library TESTRUN.lib and object TESTRUN.exp\nTESTRUN.OBJ : error LNK2019: unresolved external symbol \"unsigned short * __cdecl AnsiToWide(char *)\" (?AnsiToWide@@YAPAGPAD@Z) referenced in function HB_FUN_RUNEXE\nTESTRUN.exe : fatal error LNK1120: 1 unresolved externals\n\n[code:3uwlfaf6]\nFunction TestRun &#40;&#41;\n\n RunExe &#40;'Prog&#46;Exe', 'param1'&#41; \n\nReturn &#46;T&#46;\n\n#pragma BEGINDUMP\n\n#include <hbapi&#46;h>\n#include <hbapirdd&#46;h>\n#include <windows&#46;h>\n#include <aygshell&#46;h>\n\nLPWSTR AnsiToWide &#40;char *&#41;;\n\nHB_FUNC &#40;RUNEXE&#41;\n&#123;\n PROCESS_INFORMATION pi;\n LPSTR lpExe = hb_parc &#40;1&#41;;\n LPSTR lpCmd = hb_parc &#40;2&#41;;\n DWORD dwExit;\n DWORD dwSleep = 50;\n DWORD dwTime = 0;\n BOOL bErr = FALSE;\n\n if &#40;!CreateProcess &#40;AnsiToWide &#40;lpExe&#41;, AnsiToWide &#40;lpCmd&#41;, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &pi&#41;&#41;\n &#123;\n hb_retl &#40;FALSE&#41;;\n &#125;\n else\n &#123;\n do\n &#123;\n Sleep &#40;dwSleep&#41;;\n GetExitCodeProcess &#40;pi&#46;hProcess, &dwExit&#41;;\n dwTime += dwSleep;\n if &#40;dwTime >= &#40;1000 * 60 * 5&#41;&#41; // 5 minutes delay\n &#123;\n TerminateProcess &#40;pi&#46;hProcess, dwExit&#41;;\n bErr = TRUE;\n break;\n &#125;\n &#125;\n while &#40;dwExit == STILL_ACTIVE&#41;;\n CloseHandle &#40;pi&#46;hThread&#41;;\n CloseHandle &#40;pi&#46;hProcess&#41;;\n if &#40;bErr&#41;\n hb_retl &#40;FALSE&#41;;\n else\n hb_retl &#40;TRUE&#41;;\n &#125;\n&#125;\n\n#pragma ENDDUMP\n[/code:3uwlfaf6]", "time": "19:56", "topic": "AnsiToWide function", "username": "pawelu" } ]
AnsiToWide function
[ { "date": "2006-10-29", "forum": "FiveWin for Pocket PC", "text": "Pawel,\n\nDon't use clarm.exe -TP flag. Here this code works fine:\n\nMsgInfo( WideToAnsi( AnsiToWide( \"Hello\" ) ) ) // Hello is shown", "time": "20:08", "topic": "AnsiToWide function", "username": "Antonio Linares" } ]
AnsiToWide function
[ { "date": "2006-10-29", "forum": "FiveWin for Pocket PC", "text": "Antonio,\n\nThis \"error\" is warning but compilation with -TP don't generates any warning and erros.\n\nPawel", "time": "20:09", "topic": "AnsiToWide function", "username": "pawelu" } ]
AnsiToWide function
[ { "date": "2006-10-29", "forum": "FiveWin for Pocket PC", "text": "Antonio,\n\nThis is my library what I use in my program. This use DataReelCe library for HTTP download file. Where I compile it without -Tp switch error log is created. Below a source and sample.\n\nRegards\nPawel\n\n// compilation error\nLib03.C\nc:\\vce\\include\\datareelce\\strutil.h(134) : error C2061: syntax error : identifier 'gxwchar'\nc:\\vce\\include\\datareelce\\strutil.h(134) : error C2059: syntax error : ';'\nc:\\vce\\include\\datareelce\\strutil.h(135) : error C2449: found '{' at file scope (missing function header?)\nc:\\vce\\include\\datareelce\\strutil.h(151) : error C2059: syntax error : '}'\nc:\\vce\\include\\datareelce\\strutil.h(161) : error C2054: expected '(' to follow 'inline'\nc:\\vce\\include\\datareelce\\strutil.h(161) : error C2085: 'gxstrcpy' : not in formal parameter list\nc:\\vce\\include\\datareelce\\strutil.h(161) : error C2143: syntax error : missing ';' before '{'\nc:\\vce\\include\\datareelce\\strutil.h(164) : error C2054: expected '(' to follow 'inline'\nc:\\vce\\include\\datareelce\\strutil.h(164) : error C2085: 'gxstrlen' : not in formal parameter list\nc:\\vce\\include\\datareelce\\strutil.h(164) : error C2143: syntax error : missing ';' before '{'\nc:\\vce\\include\\datareelce\\strutil.h(165) : error C2054: expected '(' to follow 'inline'\nc:\\vce\\include\\datareelce\\strutil.h(165) : error C2085: 'gxstrcat' : not in formal parameter list\nc:\\vce\\include\\datareelce\\strutil.h(165) : error C2143: syntax error : missing ';' before '{'\nc:\\vce\\include\\datareelce\\strutil.h(166) : error C2054: expected '(' to follow 'inline'\nc:\\vce\\include\\datareelce\\strutil.h(166) : error C2085: 'gxstrcmp' : not in formal parameter list\nc:\\vce\\include\\datareelce\\strutil.h(166) : error C2143: syntax error : missing ';' before '{'\nc:\\vce\\include\\datareelce\\strutil.h(175) : error C2143: syntax error : missing '{' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(175) : error C2143: syntax error : missing ')' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(175) : error C2143: syntax error : missing '{' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(175) : warning C4228: nonstandard extension used : qualifiers after comma in declarator list are ignored\nc:\\vce\\include\\datareelce\\strutil.h(175) : error C2143: syntax error : missing ';' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(175) : error C2059: syntax error : ')'\nc:\\vce\\include\\datareelce\\strutil.h(176) : error C2143: syntax error : missing ')' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(176) : error C2143: syntax error : missing '{' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(176) : error C2059: syntax error : ')'\nc:\\vce\\include\\datareelce\\strutil.h(177) : error C2143: syntax error : missing '{' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(177) : error C2143: syntax error : missing ')' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(177) : error C2143: syntax error : missing '{' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(177) : warning C4228: nonstandard extension used : qualifiers after comma in declarator list are ignored\nc:\\vce\\include\\datareelce\\strutil.h(177) : error C2143: syntax error : missing ';' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(177) : error C2059: syntax error : ')'\nc:\\vce\\include\\datareelce\\strutil.h(178) : error C2143: syntax error : missing ')' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(178) : error C2143: syntax error : missing '{' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(178) : warning C4228: nonstandard extension used : qualifiers after comma in declarator list are ignored\nc:\\vce\\include\\datareelce\\strutil.h(178) : error C2143: syntax error : missing ';' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(178) : error C2059: syntax error : ')'\nc:\\vce\\include\\datareelce\\strutil.h(185) : error C2146: syntax error : missing ')' before identifier 'st'\nc:\\vce\\include\\datareelce\\strutil.h(185) : error C2081: 'gxStringType' : name in formal parameter list illegal\nc:\\vce\\include\\datareelce\\strutil.h(185) : error C2061: syntax error : identifier 'st'\nc:\\vce\\include\\datareelce\\strutil.h(185) : error C2059: syntax error : ';'\nc:\\vce\\include\\datareelce\\strutil.h(185) : error C2059: syntax error : ')'\nc:\\vce\\include\\datareelce\\strutil.h(190) : error C2146: syntax error : missing ')' before identifier 'st'\nc:\\vce\\include\\datareelce\\strutil.h(190) : error C2081: 'gxStringType' : name in formal parameter list illegal\nc:\\vce\\include\\datareelce\\strutil.h(190) : error C2061: syntax error : identifier 'st'\nc:\\vce\\include\\datareelce\\strutil.h(190) : error C2059: syntax error : ';'\nc:\\vce\\include\\datareelce\\strutil.h(190) : error C2059: syntax error : ','\nc:\\vce\\include\\datareelce\\strutil.h(190) : error C2059: syntax error : ')'\nc:\\vce\\include\\datareelce\\strutil.h(193) : error C2146: syntax error : missing ')' before identifier 'st'\nc:\\vce\\include\\datareelce\\strutil.h(193) : error C2081: 'gxStringType' : name in formal parameter list illegal\nc:\\vce\\include\\datareelce\\strutil.h(193) : error C2061: syntax error : identifier 'st'\nc:\\vce\\include\\datareelce\\strutil.h(193) : error C2059: syntax error : ';'\nc:\\vce\\include\\datareelce\\strutil.h(193) : error C2059: syntax error : ','\nc:\\vce\\include\\datareelce\\strutil.h(194) : error C2059: syntax error : ')'\nc:\\vce\\include\\datareelce\\strutil.h(197) : error C2143: syntax error : missing ')' before '='\nc:\\vce\\include\\datareelce\\strutil.h(197) : error C2072: 'Unicode2ASCII' : initialization of a function\nc:\\vce\\include\\datareelce\\strutil.h(198) : error C2059: syntax error : 'type'\nc:\\vce\\include\\datareelce\\strutil.h(198) : error C2059: syntax error : ')'\nc:\\vce\\include\\datareelce\\strutil.h(199) : error C2143: syntax error : missing ')' before '='\nc:\\vce\\include\\datareelce\\strutil.h(199) : error C2072: 'ASCII2Unicode' : initialization of a function\nc:\\vce\\include\\datareelce\\strutil.h(200) : error C2370: 'wchar_t' : redefinition; different storage class\n c:\\vce\\include\\arm\\stdlib.h(58) : see declaration of 'wchar_t'\nc:\\vce\\include\\datareelce\\strutil.h(200) : error C2143: syntax error : missing ';' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(200) : error C2059: syntax error : ')'\nc:\\vce\\include\\datareelce\\strutil.h(201) : error C2143: syntax error : missing ')' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(201) : error C2143: syntax error : missing '{' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(202) : error C2059: syntax error : 'type'\nc:\\vce\\include\\datareelce\\strutil.h(203) : error C2059: syntax error : ')'\nc:\\vce\\include\\datareelce\\strutil.h(204) : error C2143: syntax error : missing ')' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(204) : error C2143: syntax error : missing '{' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(204) : error C2059: syntax error : 'type'\nc:\\vce\\include\\datareelce\\strutil.h(205) : error C2059: syntax error : ')'\nc:\\vce\\include\\datareelce\\strutil.h(206) : error C2143: syntax error : missing '{' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(206) : error C2143: syntax error : missing ')' before '='\nc:\\vce\\include\\datareelce\\strutil.h(206) : error C2072: 'ASCII2gxwchar_t' : initialization of a function\nc:\\vce\\include\\datareelce\\strutil.h(207) : error C2143: syntax error : missing ';' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(207) : error C2374: 'nsptr' : redefinition; multiple initialization\n c:\\vce\\include\\datareelce\\strutil.h(200) : see declaration of 'nsptr'\nc:\\vce\\include\\datareelce\\strutil.h(207) : error C2059: syntax error : ')'\nc:\\vce\\include\\datareelce\\strutil.h(208) : error C2143: syntax error : missing '{' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(209) : error C2143: syntax error : missing ')' before '='\nc:\\vce\\include\\datareelce\\strutil.h(209) : error C2072: 'Unicode2gxwchar_t' : initialization of a function\nc:\\vce\\include\\datareelce\\strutil.h(210) : error C2143: syntax error : missing ';' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(210) : error C2374: 'nsptr' : redefinition; multiple initialization\n c:\\vce\\include\\datareelce\\strutil.h(200) : see declaration of 'nsptr'\nc:\\vce\\include\\datareelce\\strutil.h(210) : error C2059: syntax error : ')'\nc:\\vce\\include\\datareelce\\strutil.h(213) : error C2054: expected '(' to follow 'inline'\nc:\\vce\\include\\datareelce\\strutil.h(213) : error C2085: 'gxLTCHAR' : not in formal parameter list\nc:\\vce\\include\\datareelce\\strutil.h(213) : error C2143: syntax error : missing ';' before '{'\nc:\\vce\\include\\datareelce\\strutil.h(217) : error C2054: expected '(' to follow 'inline'\nc:\\vce\\include\\datareelce\\strutil.h(217) : error C2085: 'gxLTCHAR' : not in formal parameter list\nc:\\vce\\include\\datareelce\\strutil.h(217) : error C2143: syntax error : missing ';' before '{'\nc:\\vce\\include\\datareelce\\strutil.h(221) : error C2054: expected '(' to follow 'inline'\nc:\\vce\\include\\datareelce\\strutil.h(221) : error C2085: 'gxLTCHAR' : not in formal parameter list\nc:\\vce\\include\\datareelce\\strutil.h(221) : error C2143: syntax error : missing ';' before '{'\nc:\\vce\\include\\datareelce\\strutil.h(225) : error C2054: expected '(' to follow 'inline'\nc:\\vce\\include\\datareelce\\strutil.h(225) : error C2085: 'gxLTCHAR' : not in formal parameter list\nc:\\vce\\include\\datareelce\\strutil.h(225) : error C2143: syntax error : missing ';' before '{'\nc:\\vce\\include\\datareelce\\strutil.h(229) : error C2054: expected '(' to follow 'inline'\nc:\\vce\\include\\datareelce\\strutil.h(229) : error C2143: syntax error : missing ')' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(229) : error C2085: 'gxLTCHAR' : not in formal parameter list\nc:\\vce\\include\\datareelce\\strutil.h(229) : error C2143: syntax error : missing ';' before '*'\nc:\\vce\\include\\datareelce\\strutil.h(229) : error C2059: syntax error : ')'\nc:\\vce\\include\\datareelce\\strutil.h(233) : error C2054: expected '(' to follow 'inline'\nc:\\vce\\include\\datareelce\\strutil.h(233) : error C2146: syntax error : missing ')' before identifier 'c'\nc:\\vce\\include\\datareelce\\strutil.h(233) : error C2085: 'gxLTCHAR' : not in formal parameter list\nc:\\vce\\include\\datareelce\\strutil.h(233) : error C2146: syntax error : missing ',' before identifier 'c'\nc:\\vce\\include\\datareelce\\strutil.h(233) : error C2059: syntax error : 'type'\nc:\\vce\\include\\datareelce\\strutil.h(233) : fatal error C1003: error count exceeds 100; stopping compilation\n// end error\n\n[code:3rzryx36]\nFunction Test &#40;&#41;\n\n Local x &#58;= 0\n\nReturn &#46;T&#46;\n\n#pragma BEGINDUMP\n\n#include <hbapi&#46;h>\n#include <hbapirdd&#46;h>\n\n#include <windows&#46;h>\n#include <aygshell&#46;h>\n#include <gxshttp&#46;h>\n#include <gxshttpc&#46;h>\n#include <dfileb&#46;h>\n#include <gxs_ver&#46;h>\n#include <gxscomm&#46;h>\n#include <objbase&#46;h>\n#include <initguid&#46;h>\n#include <connmgr&#46;h>\n#include <wininet&#46;h>\n#include <tlhelp32&#46;h>\n\n#define MAX_TASKS 256\n#define PROCESS_SIZE 128\n#define TITLE_SIZE 64\n\ntypedef struct _TASK_LIST\n&#123;\n DWORD cntUsage;\n DWORD dwProcessId;\n DWORD dwInheritedFromProcessId;\n DWORD cntThreads;\n DWORD th32ModuleID;\n DWORD th32DefaultHeapID;\n LONG pcPriClassBase;\n BOOL flags;\n HWND hwnd;\n TCHAR ProcessName&#91;PROCESS_SIZE&#93;;\n TCHAR WindowTitle&#91;TITLE_SIZE&#93;;\n&#125;\nTASK_LIST, *PTASK_LIST;\n\nLPWSTR AnsiToWide &#40;char *&#41;;\ndwCount&#41;;\nDWORD dwCount, DWORD dwTimeout&#41;;\nDWORD GetTaskListCE &#40;PTASK_LIST pTask, DWORD dwNumTasks&#41;;\nBOOL KillProcess &#40;PTASK_LIST tlist, BOOL fForce = TRUE&#41;;\n\ngxSerialComm dev;\n\n// 2005-11-13 22&#58;09&#58;41\n// puste menu\nHB_FUNC &#40;EMPTYMENU&#41;\n&#123;\n SHINITDLGINFO shidi;\n HWND hWnd = &#40;HWND&#41; hb_parnl &#40;1&#41;;\n\n shidi&#46;dwMask = SHIDIM_FLAGS;\n shidi&#46;hDlg = hWnd;\n shidi&#46;dwFlags = SHIDIF_EMPTYMENU;\n SHInitDialog &#40;&shidi&#41;;\n&#125;\n\n// 2005-11-28 22&#58;01&#58;01\n// opoznienie\nHB_FUNC &#40;DELAY&#41;\n&#123;\n DWORD dwSleep = &#40;DWORD&#41; hb_parnl &#40;1&#41;;\n Sleep &#40;dwSleep&#41;;\n&#125;\n\n// 2006-04-10 09&#58;28&#58;51\n// informacje o stanie baterii\nHB_FUNC &#40;BATTERYLIFE&#41;\n&#123;\n BOOL iRet;\n SYSTEM_POWER_STATUS_EX status;\n iRet = GetSystemPowerStatusEx &#40;&status, TRUE&#41;;\n\n hb_retnl &#40;&#40;INT&#41; status&#46;BatteryLifePercent&#41;;\n&#125;\n\n// 2006-04-10 09&#58;29&#58;25\n// informacja o ilosci wolnego miejsca\nHB_FUNC &#40;DISKFREE&#41;\n&#123;\n BOOL iRet;\n unsigned __int64 i64FreeBytesToCaller, i64TotalBytes, i64FreeBytes;\n\n iRet = GetDiskFreeSpaceEx &#40;NULL,\n &#40;PULARGE_INTEGER&#41; &i64FreeBytesToCaller,\n &#40;PULARGE_INTEGER&#41; &i64TotalBytes,\n &#40;PULARGE_INTEGER&#41; &i64FreeBytes&#41;;\n hb_retnl &#40;&#40;ULONG&#41; i64FreeBytes&#41;;\n&#125;\n\n// 2006-04-10 09&#58;29&#58;50\n// utworzenie procesu\nHB_FUNC &#40;MOBIEXE&#41;\n&#123;\n PROCESS_INFORMATION pi;\n LPSTR lpExe = hb_parc &#40;1&#41;;\n LPSTR lpCmd = hb_parc &#40;2&#41;;\n // int iTime = &#40;ISNIL &#40;3&#41; ? 5 &#58; &#40;int&#41; hb_parni &#40;3&#41;&#41;;\n DWORD dwExit;\n DWORD dwSleep = 50;\n DWORD dwTime = 0;\n BOOL bErr = FALSE;\n\n // if &#40;iTime <= 0&#41; iTime = 5;\n\n if &#40;!CreateProcess &#40;AnsiToWide &#40;lpExe&#41;, AnsiToWide &#40;lpCmd&#41;, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &pi&#41;&#41;\n &#123;\n hb_retl &#40;FALSE&#41;;\n &#125;\n else\n &#123;\n do\n &#123;\n Sleep &#40;dwSleep&#41;;\n GetExitCodeProcess &#40;pi&#46;hProcess, &dwExit&#41;;\n dwTime += dwSleep;\n if &#40;dwTime >= &#40;1000 * 60 * 5&#41;&#41; // 5 minut\n &#123;\n TerminateProcess &#40;pi&#46;hProcess, dwExit&#41;;\n bErr = TRUE;\n break;\n &#125;\n &#125;\n while &#40;dwExit == STILL_ACTIVE&#41;;\n CloseHandle &#40;pi&#46;hThread&#41;;\n CloseHandle &#40;pi&#46;hProcess&#41;;\n if &#40;bErr&#41;\n hb_retl &#40;FALSE&#41;;\n else\n hb_retl &#40;TRUE&#41;;\n &#125;\n&#125;\n\n// 2006-04-10 09&#58;30&#58;02\n// dlugosc pola\nHB_FUNC &#40;FIELDSIZE&#41;\n&#123;\n USHORT uiField;\n LPFIELD pField;\n AREAP pArea;\n\n uiField = hb_parni &#40;1&#41;;\n pArea = &#40;AREAP&#41; hb_rddGetCurrentWorkAreaPointer &#40;&#41;;\n pField = pArea->lpFields + uiField - 1;\n\n hb_retni &#40;pField->uiLen&#41;;\n&#125;\n\n// 2006-04-10 09&#58;30&#58;09\n// dlugosc pola\nHB_FUNC &#40;FIELDDECI&#41;\n&#123;\n USHORT uiField;\n LPFIELD pField;\n AREAP pArea;\n\n uiField = hb_parni &#40;1&#41;;\n pArea = &#40;AREAP&#41; hb_rddGetCurrentWorkAreaPointer &#40;&#41;;\n pField = pArea->lpFields + uiField - 1;\n\n hb_retni &#40;pField->uiDec&#41;;\n&#125;\n\n// 2006-04-18 09&#58;29&#58;27\n// pobranie pliku z serwera HTTP\nHB_FUNC &#40;HTTPDOWNLOAD&#41;\n&#123;\n const char *URL = hb_parc &#40;1&#41;;\n gxsHTTPClient client;\n gxsURL url;\n gxsURLInfo u;\n\n if &#40;!url&#46;ParseURL &#40;URL, u&#41;&#41; hb_retl &#40;FALSE&#41;;\n gxString sbuf &#40;u&#46;dir&#41;;\n if &#40;u&#46;file == \"?\"&#41;\n &#123;\n while &#40;sbuf&#46;DeleteBeforeIncluding &#40;\"/\"&#41;&#41;;\n u&#46;file = sbuf;\n u&#46;dir&#46;DeleteAfterIncluding &#40;sbuf&#46;c_str &#40;&#41;&#41;;\n &#125;\n if &#40;!u&#46;file&#41; hb_retl &#40;FALSE&#41;;\n\n DiskFileB outfile &#40;u&#46;file&#46;c_str &#40;&#41;, DiskFileB&#58;&#58;df_WRITEONLY, DiskFileB&#58;&#58;df_CREATE&#41;;\n if &#40;!outfile&#41; hb_retl &#40;FALSE&#41;;\n\n gxsHTTPHeader hdr;\n if &#40;client&#46;RequestHeader &#40;u, hdr&#41; != 0&#41; hb_retl &#40;FALSE&#41;;\n if &#40;client&#46;RequestFile &#40;u, hdr, outfile&#46;df_FileStream &#40;&#41;&#41; != 0&#41; hb_retl &#40;FALSE&#41;;\n client&#46;Flush &#40;&#41;;\n outfile&#46;df_Close &#40;&#41;;\n hb_retl &#40;TRUE&#41;;\n&#125;\n\n// 2006-04-18 09&#58;29&#58;32\n// wywolanie polaczenia internetowego\nHB_FUNC &#40;GPRSCONNECTION&#41;\n&#123;\n // int iRet = ISNIL &#40;1&#41; ? 6 &#58; hb_parni &#40;1&#41;;\n HANDLE phWebConnection = NULL;\n DWORD pdwStatus = 0;\n\n ConnMgrConnectionStatus &#40;phWebConnection, &pdwStatus&#41;;\n if &#40;pdwStatus == CONNMGR_STATUS_CONNECTED&#41;\n &#123;\n hb_retl &#40;TRUE&#41;;\n &#125;\n else\n &#123;\n CONNMGR_CONNECTIONINFO sConInfo;\n memset &#40;&sConInfo,0, sizeof &#40;CONNMGR_CONNECTIONINFO&#41;&#41;;\n sConInfo&#46;cbSize = sizeof &#40;CONNMGR_CONNECTIONINFO&#41;;\n sConInfo&#46;dwParams = CONNMGR_PARAM_GUIDDESTNET;\n sConInfo&#46;dwPriority = CONNMGR_PRIORITY_USERINTERACTIVE;\n sConInfo&#46;dwFlags = CONNMGR_FLAG_PROXY_HTTP;\n sConInfo&#46;bExclusive = FALSE;\n sConInfo&#46;bDisabled = FALSE;\n sConInfo&#46;guidDestNet = IID_DestNetInternet;\n\n if &#40;ConnMgrEstablishConnection &#40;&sConInfo, &phWebConnection&#41; == S_OK&#41;\n &#123;\n for &#40;unsigned int k = 0; k < 8; k ++&#41;\n &#123;\n ConnMgrConnectionStatus&#40;phWebConnection,&pdwStatus&#41;;\n if &#40;pdwStatus == CONNMGR_STATUS_CONNECTED&#41;\n &#123;\n hb_retl &#40;TRUE&#41;;\n &#125;\n else\n &#123;\n if &#40;pdwStatus == CONNMGR_STATUS_CONNECTIONCANCELED || pdwStatus == CONNMGR_STATUS_WAITINGCONNECTIONABORT&#41;\n &#123;\n hb_retl &#40;FALSE&#41;;\n &#125;\n Sleep &#40;4000&#41;;\n ConnMgrConnectionStatus &#40;phWebConnection, &pdwStatus&#41;;\n if &#40;pdwStatus == CONNMGR_STATUS_WAITINGCONNECTION&#41;\n &#123;&#125;\n if &#40;pdwStatus == CONNMGR_STATUS_CONNECTIONCANCELED || pdwStatus == CONNMGR_STATUS_WAITINGCONNECTIONABORT&#41;\n &#123;\n hb_retl &#40;FALSE&#41;;\n &#125;\n &#125;\n &#125;\n hb_retl &#40;FALSE&#41;;\n &#125;\n else\n &#123;\n hb_retl &#40;FALSE&#41;;\n &#125;\n &#125;\n&#125;\n\n// 2006-05-11 20&#58;29&#58;54\nHB_FUNC &#40;MOBITASK&#41;\n&#123;\n DWORD i = 0, j = 0, k = 0;\n TASK_LIST tlist&#91;MAX_TASKS&#93;;\n DWORD numTasks;\n BOOL bRet = FALSE;\n\n k = GetCurrentProcessId &#40;&#41;;\n memset &#40;&tlist, 0, sizeof &#40;TASK_LIST&#41; * MAX_TASKS&#41;;\n numTasks = GetTaskListCE &#40;tlist, MAX_TASKS&#41;;\n for &#40;i = 0; i < numTasks; i ++&#41;\n &#123;\n if &#40;k != tlist&#91;i&#93;&#46;dwProcessId && &#40;_tcscmp &#40;_tcsupr &#40;tlist&#91;i&#93;&#46;ProcessName&#41;, TEXT &#40;\"MOBI&#46;EXE\"&#41;&#41; == 0 || _tcscmp &#40;_tcsupr &#40;tlist&#91;i&#93;&#46;ProcessName&#41;, TEXT &#40;\"MOBISYNC&#46;EXE\"&#41;&#41; == 0&#41;&#41;\n &#123;\n KillProcess &#40;&tlist&#91;i&#93;&#41;;\n bRet = TRUE;\n &#125;\n &#125;\n hb_retl &#40;bRet&#41;;\n&#125;\n\n// 2006-05-11 20&#58;02&#58;13\nDWORD GetTaskListCE &#40;PTASK_LIST pTask, DWORD dwNumTasks&#41;\n&#123;\n HINSTANCE hProcessSnap = NULL;\n PROCESSENTRY32 pe32 = &#123;0&#125;;\n DWORD dwTaskCount = 0;\n\n if &#40;dwNumTasks == 0&#41; return 0;\n hProcessSnap = &#40;HINSTANCE&#41; CreateToolhelp32Snapshot &#40;TH32CS_SNAPPROCESS, 0&#41;;\n if &#40;hProcessSnap == &#40;HANDLE&#41; -1&#41; return 0;\n dwTaskCount = 0;\n pe32&#46;dwSize = sizeof &#40;PROCESSENTRY32&#41;;\n if &#40;Process32First &#40;hProcessSnap, &pe32&#41;&#41;\n &#123;\n do\n &#123;\n LPTSTR pCurChar;\n if &#40;_tcsstr &#40;pe32&#46;szExeFile, L\"\\\\\"&#41;&#41;\n pCurChar = _tcsrchr &#40;pe32&#46;szExeFile, '\\\\'&#41;;\n else\n pCurChar = pe32&#46;szExeFile;\n lstrcpy &#40;pTask->ProcessName, pCurChar&#41;;\n pTask->flags = 0;\n pTask->dwProcessId = pe32&#46;th32ProcessID;\n pTask->cntThreads = pe32&#46;cntThreads;\n pTask->cntUsage = pe32&#46;cntUsage;\n pTask->dwInheritedFromProcessId = pe32&#46;th32ParentProcessID;\n pTask->th32ModuleID = pe32&#46;th32ModuleID;\n ++ dwTaskCount;\n ++ pTask;\n &#125;\n while &#40;dwTaskCount < dwNumTasks && Process32Next &#40;hProcessSnap, &pe32&#41;&#41;;\n &#125;\n else dwTaskCount = 0;\n CloseHandle &#40;hProcessSnap&#41;;\n CloseToolhelp32Snapshot &#40;hProcessSnap&#41;;\n return dwTaskCount;\n&#125;\n\n// 2006-05-11 20&#58;02&#58;10\nBOOL KillProcess &#40;PTASK_LIST tlist, BOOL fForce&#41;\n&#123;\n HANDLE hProcess;\n\n if &#40;fForce || !tlist->hwnd&#41;\n &#123;\n hProcess = OpenProcess &#40;PROCESS_ALL_ACCESS, FALSE, tlist->dwProcessId&#41;;\n if &#40;hProcess&#41;\n &#123;\n hProcess = OpenProcess &#40;PROCESS_ALL_ACCESS, FALSE, tlist->dwProcessId&#41;;\n if &#40;hProcess == NULL&#41;\n &#123;\n return FALSE;\n &#125;\n if &#40;!TerminateProcess &#40;hProcess, 1&#41;&#41;\n &#123;\n CloseHandle &#40;hProcess&#41;;\n return FALSE;\n &#125;\n CloseHandle &#40;hProcess&#41;;\n return TRUE;\n &#125;\n &#125;\n PostMessage &#40;tlist->hwnd, WM_CLOSE, 0, 0&#41;;\n return TRUE;\n&#125;\n\n#pragma ENDDUMP\n[/code:3rzryx36]", "time": "20:25", "topic": "AnsiToWide function", "username": "pawelu" } ]
AnsiToWide function
[ { "date": "2006-10-29", "forum": "FiveWin for Pocket PC", "text": "Pawel,\n\nYour above code is leaking memory. BTW you may use FWPPC WinExec().\n\nThis is the fix for your code:\n[code:128y7i5n]\n LPSTR lpExe = hb_parc &#40;1&#41;; \n LPSTR lpCmd = hb_parc &#40;2&#41;; \n LPWSTR lpWExe = AnsiToWide&#40; lpExe &#41;; \n LPWSTR lpWCmd = AnsiToWide&#40; lpCmd &#41;;\n &#46;&#46;&#46;\n hb_xfree&#40; lpExe &#41;;\n hb_xfree&#40; lpCmd &#41;;\n[/code:128y7i5n]", "time": "20:48", "topic": "AnsiToWide function", "username": "Antonio Linares" } ]
AnsiToWide function
[ { "date": "2006-10-29", "forum": "FiveWin for Pocket PC", "text": "Pawel,\n\nWhat code is it there ?\n\nc:\\vce\\include\\datareelce\\strutil.h(134) : error C2061: syntax error : identifier 'gxwchar' \nc:\\vce\\include\\datareelce\\strutil.h(134) : error C2059: syntax error : ';'", "time": "21:05", "topic": "AnsiToWide function", "username": "Antonio Linares" } ]
AnsiToWide function
[ { "date": "2006-10-29", "forum": "FiveWin for Pocket PC", "text": "Antonio,\n\nYes, you are right.\nWinExec provides method to stop this function above time running limit (I use this function with GPRS connection, in some situation break connection is only way to back to execution program code) ?\nWhat is the method to compile and link my sample code with your change in current FWPPC build ?\n\nThanks\nPawel", "time": "21:10", "topic": "AnsiToWide function", "username": "pawelu" } ]
AnsiToWide function
[ { "date": "2006-10-29", "forum": "FiveWin for Pocket PC", "text": "Pawel,\n\nA simpler solution <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nCurrent Harbour (the one used by FWPPC) lets you mix C and C++ code. So you can compile your code with -TP to avoid the errors and simply use this:\n\nextern \"C\"\n{\n LPWSTR AnsiToWide( LPSTR );\n}", "time": "21:13", "topic": "AnsiToWide function", "username": "Antonio Linares" } ]
AnsiToWide function
[ { "date": "2007-01-30", "forum": "All products support", "text": "empo fa ho avuto tra le mani un esempio di anteprima immagini fatto non so se in Harbour/Fw32 o in xbase, ora che mi serve non me lo ritrovo.\nC'e' gia' o si puo fare in una choiche/listbox con selezione multipla ed anteprima immagini ?\nMi serve per potere selezionare da una cartella piuì immagini dopo averle viste in piccola anteprima.\n\nAiuti ?\n\nGrazie\nRomeo/Zingoni", "time": "18:15", "topic": "Antepo averle prima Immagini", "username": "Romeo" } ]
Antepo averle prima Immagini
[ { "date": "2007-01-30", "forum": "All products support", "text": "Prova la listview. Oppure usi dei controlli TImage.\n\nEMG", "time": "18:57", "topic": "Antepo averle prima Immagini", "username": "Enrico Maria Giordano" } ]
Antepo averle prima Immagini
[ { "date": "2007-01-30", "forum": "All products support", "text": "E dove la trovo la listview ?\n\nHo provato in tutto il fw24 e fwh24\n\nGrazie", "time": "19:37", "topic": "Antepo averle prima Immagini", "username": "Romeo" } ]
Antepo averle prima Immagini
[ { "date": "2007-01-30", "forum": "All products support", "text": "Troppo vecchia, non c'era, credo.\n\nEMG", "time": "20:05", "topic": "Antepo averle prima Immagini", "username": "Enrico Maria Giordano" } ]
Antepo averle prima Immagini
[ { "date": "2007-02-01", "forum": "All products support", "text": "C'era la classe TAlbum \nma non funzionava ultimamente perchè bisognava cambiare parametri di Hbitmap ecc. anch'io non ne ho trovato una soluzione ma credo che se EMg l'avesse in un battitobaleno riuscira a metterla a posto anche per i l32 bt \nCredo che la classe la si può scaricare da <!-- w --><a class=\"postlink\" href=\"http://www.fivewin.info\">www.fivewin.info</a><!-- w --> sezione contributi.\nAltrimenti se avete problemi vedo se la posso ricercare io nei miei CD di backup", "time": "12:52", "topic": "Antepo averle prima Immagini", "username": "Silvio" } ]
Antepo averle prima Immagini
[ { "date": "2007-02-01", "forum": "All products support", "text": "trovata <!-- m --><a class=\"postlink\" href=\"http://www.fivewin.info/html/downloads.php?category=FiveWin\">http://www.fivewin.info/html/downloads. ... ry=FiveWin</a><!-- m --> users contributions&id=182\n\nfatemi sapere se l'avete aggiustata", "time": "12:55", "topic": "Antepo averle prima Immagini", "username": "Silvio" } ]
Antepo averle prima Immagini
[ { "date": "2007-02-01", "forum": "All products support", "text": "La sto guardando ma c'è un problema: usa una funzione chiamata CreateCBmp() che non esiste né in FW né in FWH e che non so cosa faccia e quindi con cosa sostituirla.\n\nEMG", "time": "14:01", "topic": "Antepo averle prima Immagini", "username": "Enrico Maria Giordano" } ]
Antepo averle prima Immagini
[ { "date": "2007-02-01", "forum": "All products support", "text": "Risolto: era una chiamata a CreateCompatibleBitmap(). Ora funziona (FWH) ma le anteprime sono un po' piccoline. A voi sistemarle. Potete scaricarla da qui:\n\n[url:1qy5hrgd]http&#58;//www&#46;emagsoftware&#46;it/talbum&#46;zip[/url:1qy5hrgd]\n\nEMG", "time": "14:29", "topic": "Antepo averle prima Immagini", "username": "Enrico Maria Giordano" } ]
Antepo averle prima Immagini
[ { "date": "2007-02-01", "forum": "All products support", "text": "grazie e naturalmente ( ho visto) ora funziona con freeimage.dll", "time": "15:38", "topic": "Antepo averle prima Immagini", "username": "Silvio" } ]
Antepo averle prima Immagini
[ { "date": "2014-02-18", "forum": "All products support", "text": "percchè con le recenti fw libs la barra dell'anteprima è grigio scuro ? \nPerchè non prende il colore tipo 2007 o 2010 ?", "time": "17:08", "topic": "Anteprima di stampa", "username": "Silvio.Falconi" } ]
Anteprima di stampa
[ { "date": "2007-11-13", "forum": "FiveWin for Harbour/xHarbour", "text": "FWH 7.12 is going to provide several functions to use a USB pendrive as anti-piracy protection system.\n\nPlease run this test with a pendrive (plugged or unplugged):\n<!-- m --><a class=\"postlink\" href=\"http://www.hotshare.net/file/16342-6394189d08.html\">http://www.hotshare.net/file/16342-6394189d08.html</a><!-- m -->\n\nThere is no way to clone the USB and even if you reformat it, its serial remains the same <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "16:54", "topic": "Anti-piracy using a USB pendrive", "username": "Antonio Linares" } ]
Anti-piracy using a USB pendrive
[ { "date": "2007-11-13", "forum": "FiveWin for Harbour/xHarbour", "text": "New test:\n<!-- m --><a class=\"postlink\" href=\"http://www.hotshare.net/file/16342-6394189d08.html\">http://www.hotshare.net/file/16342-6394189d08.html</a><!-- m -->\n\nThanks!", "time": "17:29", "topic": "Anti-piracy using a USB pendrive", "username": "Antonio Linares" } ]
Anti-piracy using a USB pendrive
[ { "date": "2007-11-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nNow I'm getting a Serial-nr on both USB-drives that did't return a number with the previous test!!!!\n\nMarc", "time": "21:24", "topic": "Anti-piracy using a USB pendrive", "username": "Marc Vanzegbroeck" } ]
Anti-piracy using a USB pendrive
[ { "date": "2007-11-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Does it works in Win 98/me?\n\nRegards,\nRoberto Parisi", "time": "21:28", "topic": "Anti-piracy using a USB pendrive", "username": "Roberto Parisi" } ]
Anti-piracy using a USB pendrive
[ { "date": "2007-11-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Marc,\n\nThanks for your feedback <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "21:45", "topic": "Anti-piracy using a USB pendrive", "username": "Antonio Linares" } ]
Anti-piracy using a USB pendrive
[ { "date": "2007-11-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Roberto,\n\n> Does it works in Win 98/me? \n\nWe have not tested it yet under Win 98/Me", "time": "21:46", "topic": "Anti-piracy using a USB pendrive", "username": "Antonio Linares" } ]
Anti-piracy using a USB pendrive
[ { "date": "2007-11-13", "forum": "FiveWin for Harbour/xHarbour", "text": "No, it doesn't work on Win98/Me, serial number is empty. \nDo you us wmi to read values? I tried it too and I got the same result.\n\nRegards,\nRoberto Parisi", "time": "22:52", "topic": "Anti-piracy using a USB pendrive", "username": "Roberto Parisi" } ]
Anti-piracy using a USB pendrive
[ { "date": "2007-11-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Roberto,\n\n> No, it doesn't work on Win98/Me, serial number is empty. \n\n<!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( --> Well, at least it is usefull for other Windows versions\n\n> Do you us wmi to read values? I tried it too and I got the same result.\n\nPart of the code is based on wmi, other portions, no", "time": "00:18", "topic": "Anti-piracy using a USB pendrive", "username": "Antonio Linares" } ]
Anti-piracy using a USB pendrive
[ { "date": "2007-11-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Here you have a full working sample:\n\n<!-- m --><a class=\"postlink\" href=\"http://www.hotshare.net/file/16421-89987245cf.html\">http://www.hotshare.net/file/16421-89987245cf.html</a><!-- m -->\n\n[url=http&#58;//imageshack&#46;us:1w70ce0n][img:1w70ce0n]http&#58;//img267&#46;imageshack&#46;us/img267/5065/protectad0&#46;png[/img:1w70ce0n][/url:1w70ce0n]", "time": "02:59", "topic": "Anti-piracy using a USB pendrive", "username": "Antonio Linares" } ]
Anti-piracy using a USB pendrive
[ { "date": "2007-11-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\n\nThis can be a great boon. I soon will have to update my FWH !\n\nKeep it up.\n\nWith best regards,\n\nMilan.", "time": "06:29", "topic": "Anti-piracy using a USB pendrive", "username": "Milan Mehta" } ]
Anti-piracy using a USB pendrive
[ { "date": "2008-01-05", "forum": "FiveWin for Harbour/xHarbour", "text": "there is a code source for it ?", "time": "13:41", "topic": "Anti-piracy using a USB pendrive", "username": "Silvio" } ]
Anti-piracy using a USB pendrive
[ { "date": "2008-01-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio.\n\nSorry , but cloning USB drives, even with the serial is easy to do in LINUX, just use DD to acomplish the task\n\n\ndd if=all.img of=/dev/sda1\nFor creating a FULL image...\n\ndd if=/dev/sda1 of=all.img\nfor \"recreating\" the drive...\n\ndd if=dev/sda of=sdb\nfor doing it on the fly...\n\nEasy, since it just copy the device (hd, partition, image, fd, usb drive ) one block at a time, and has no concept of the filesystems or files\nthat reside on the device. It's just binary data as far as dd is concerned, from the very begginning to the end.\n\nI've tried to solve a problem related to USB drives spoiled by letting'em near a TV set, and Found this some months ago.\n\nI repeat, best antycopy protection is a good support.", "time": "17:04", "topic": "Anti-piracy using a USB pendrive", "username": "Adolfo" } ]
Anti-piracy using a USB pendrive
[ { "date": "2008-01-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Adolfo, did you tried yourself to read the clone and the original and did you compare all the values?\nI tried to clone with Ghost and Acronis always on a WINDOWS system but the S/N was different.\nI am curious to hear from you.\nBest regards,\nOtto", "time": "17:35", "topic": "Anti-piracy using a USB pendrive", "username": "Otto" } ]
Anti-piracy using a USB pendrive
[ { "date": "2008-01-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Adolfo,\n\nThe USB serial code is from hardware, not from software. So it can't be copied.", "time": "22:51", "topic": "Anti-piracy using a USB pendrive", "username": "Antonio Linares" } ]
Anti-piracy using a USB pendrive
[ { "date": "2008-01-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n may I try too?\nThanks", "time": "18:37", "topic": "Anti-piracy using a USB pendrive", "username": "MarcoBoschi" } ]
Anti-piracy using a USB pendrive
[ { "date": "2008-01-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Marco,\n\nThe source code and sample are included in FWH 8.01", "time": "21:25", "topic": "Anti-piracy using a USB pendrive", "username": "Antonio Linares" } ]
Anti-piracy using a USB pendrive
[ { "date": "2008-01-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok\nThanks", "time": "08:42", "topic": "Anti-piracy using a USB pendrive", "username": "MarcoBoschi" } ]
Anti-piracy using a USB pendrive
[ { "date": "2008-03-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\nI runned protect.exe and it made a info.bin\nBut when I click on this key I can see the files on this usbkey and not ask me a password How run protect?", "time": "00:34", "topic": "Anti-piracy using a USB pendrive", "username": "Silvio" } ]
Anti-piracy using a USB pendrive
[ { "date": "2008-03-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\n\nsamples\\protect.prg checks that a specific USB pendrive is plugged in.\n\nIts not related to the files in the pendrive. Its related to protect (anti-piracy) a PC EXE checking for a specific pendrive plugged in.", "time": "00:46", "topic": "Anti-piracy using a USB pendrive", "username": "Antonio Linares" } ]
Anti-piracy using a USB pendrive
[ { "date": "2007-11-13", "forum": "FiveWin para Harbour/xHarbour", "text": "FWH 7.12 va a proporcionar varias funciones para usar un pendrive USB como sistema de protección de copia ilegal de aplicaciones:\n\nPor favor probad este EXE con un pendrive (conectado y desconectado): \n<!-- m --><a class=\"postlink\" href=\"http://www.hotshare.net/file/16336-20565867c3.html\">http://www.hotshare.net/file/16336-20565867c3.html</a><!-- m --> \n\nNo hay forma de clonar el USB pendrive y aunque se vuelva a formatear, su código de serie permanece igual <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "16:57", "topic": "Anti-pirateria usando un pendrive USB", "username": "Antonio Linares" } ]
Anti-pirateria usando un pendrive USB
[ { "date": "2007-11-13", "forum": "FiveWin para Harbour/xHarbour", "text": "hice la prueba\n\n---------------------------\nInformation\n---------------------------\nUSB pendrive info: \n\ndrive: E:\\\n\nSerial: 7\n---------------------------\nOK \n---------------------------\n\nSaludos.\n\n\nP.D. No es chico el numero \"7\" como serial?", "time": "17:09", "topic": "Anti-pirateria usando un pendrive USB", "username": "pymsoft" } ]
Anti-pirateria usando un pendrive USB
[ { "date": "2007-11-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Pedro,\n\nVuelve a probar con este por favor:\n<!-- m --><a class=\"postlink\" href=\"http://www.hotshare.net/file/16342-6394189d08.html\">http://www.hotshare.net/file/16342-6394189d08.html</a><!-- m -->\n\ngracias!", "time": "17:28", "topic": "Anti-pirateria usando un pendrive USB", "username": "Antonio Linares" } ]
Anti-pirateria usando un pendrive USB
[ { "date": "2007-11-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Lo he probado con varios pen drive, en diferentes PC, formateando, ... y parece que funciona ok. Me devuelve los serial de todas discos estraibles, incluso de las tarjetas de memoria SD. El string tipo \"0C60DA60E2B1E9A7\"", "time": "17:49", "topic": "Anti-pirateria usando un pendrive USB", "username": "Biel EA6DD" } ]
Anti-pirateria usando un pendrive USB
[ { "date": "2007-11-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Aqui teneis un ejemplo totalmente operativo:\n\n<!-- m --><a class=\"postlink\" href=\"http://www.hotshare.net/file/16421-89987245cf.html\">http://www.hotshare.net/file/16421-89987245cf.html</a><!-- m -->\n\n[url=http&#58;//imageshack&#46;us:1wdo6p33][img:1wdo6p33]http&#58;//img267&#46;imageshack&#46;us/img267/5065/protectad0&#46;png[/img:1wdo6p33][/url:1wdo6p33]", "time": "03:00", "topic": "Anti-pirateria usando un pendrive USB", "username": "Antonio Linares" } ]
Anti-pirateria usando un pendrive USB
[ { "date": "2007-11-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio:\n\nEnhorabuena por el aporte!!. Me gustaría hacerte una sugerencia.\n\nEn concreto, la mochila debe poder ser utilizada para proteger varias aplicaciones de modo simultáneo y, a su vez, con posibilidad de indicar el tipo de versión (básica, pro, red, etc).\n\nSería más o menos:\n\na) A la hora de programarla, se crearía un fichero en el que se encripta el numero de serie de la mochila, el nombre del programa y el tipo de la versión.\n\nb) En el programa, se comprueba que el numero de serie del fichero sea igual al de la mochila, y luego se comprueba el tipo de programa y de versión.\n\nCon esto te quedaría de 10!!. Un abrazo", "time": "09:00", "topic": "Anti-pirateria usando un pendrive USB", "username": "MOISES" } ]
Anti-pirateria usando un pendrive USB
[ { "date": "2007-11-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Moises,\n\nComo FWH 7.12 incluirá todo el código fuente de la protección, entonces cada uno puede modificarla como desee <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nAl usar una clave encriptada, nadie -excepto quien tenga el password- podrá saber lo que se guarda en el fichero <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "09:10", "topic": "Anti-pirateria usando un pendrive USB", "username": "Antonio Linares" } ]
Anti-pirateria usando un pendrive USB
[ { "date": "2007-11-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenisimo!!\n\nEn la misma llave ahora me da esta info:\n\n---------------------------\nInformation\n---------------------------\nUSB pendrive info: \n\ndrive: E:\\\n\nSerial: 8945FFB\n---------------------------\nOK \n---------------------------\n\nSaludos", "time": "10:45", "topic": "Anti-pirateria usando un pendrive USB", "username": "pymsoft" } ]
Anti-pirateria usando un pendrive USB
[ { "date": "2010-09-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nMy anti-virus (ZoneAlarm, version 9.3, the latest...) is giving me a serious security warning when the SET HELPFILE function is called.\n\nImage of the warning:\n[img:2u1o7dk9]http&#58;//img294&#46;imageshack&#46;us/img294/4542/zasecuritywarning&#46;jpg[/img:2u1o7dk9]\n\nI was able to isolate the call of the security warning by inserting a MsgInfo() before and after the call to SET HELPFILE TO.\n\nI am getting the error in my application and don't want my users to stress with this. \n\nThe problem can be reproduce with one of the FWH samples (fwh\\samples\\testhlp2.prg)\n1) Modify the file fwh\\samples\\testhlp2.prg and replace CurDrive() with HB_CurDrive()\n2) Add some MsgInfo() before and after the [b:2u1o7dk9]SET HELPFILE TO \"fwcmd.chm\"[/b:2u1o7dk9] line (See code example)\n3) Compile and start the application ( BUILDH testhlp2 )\n\nThe message does appear with my ZoneAlarm, but I do not have any kind of warning on my daughter's PC who is using avast! anti-virus.\n\n[code=fw:2u1o7dk9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">function</span> Main<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />   SetKey<span style=\"color: #000000;\">&#40;</span> K_F1, <span style=\"color: #000000;\">&#123;</span> | nKey | <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Help\"</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#41;</span><br /><br />#ifdef __HARBOUR__<br /><br /><span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"Before SET HELPFILE TO\"</span><span style=\"color: #000000;\">&#41;</span><br />   SET HELPFILE <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #ff0000;\">\"fwcmd.chm\"</span>      <span style=\"color: #B900B9;\">// Here you set your default HELP file</span><br /><span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"After SET HELPFILE TO\"</span><span style=\"color: #000000;\">&#41;</span><br />   HelpSetTopic<span style=\"color: #000000;\">&#40;</span>  <span style=\"color: #ff0000;\">\"winhelp\"</span> <span style=\"color: #000000;\">&#41;</span><br />#else<br /><br />   SET HELPFILE <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #ff0000;\">\"fwfun.hlp\"</span><br /><br />#endif<br /><br /> </div>[/code:2u1o7dk9]\n\nAny help or comments would be really appreciated.....\n\nMy configuration:\n Windows 7 32 bit\n FWH 10.8\n Harbour 2.1\n BCC55\n\n\nClaude.", "time": "04:06", "topic": "Anti-virus security warning when calling \"SetHelpFile( ... )", "username": "ClaudeBrulotte" } ]
Anti-virus security warning when calling "SetHelpFile( ... )
[ { "date": "2010-09-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Claude,\n\nMany thanks for your feedback,\n\nWe are reviewing it to find what may be the reason for the anti-virus alert.\n\nAlso we have detected some typos in source\\winapi\\help32.prg. These are the required changes:\n[code=fw:1vu8iuop]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">static</span> <span style=\"color: #00C800;\">function</span> IsHelpFile<span style=\"color: #000000;\">&#40;</span> cHelpFile <span style=\"color: #000000;\">&#41;</span><br /><br />   <span style=\"color: #00C800;\">local</span> lReturn := .T.<br /><br />   <span style=\"color: #00C800;\">do</span> <span style=\"color: #00C800;\">case</span><br />      <span style=\"color: #00C800;\">case</span> empty<span style=\"color: #000000;\">&#40;</span> cHelpFile <span style=\"color: #000000;\">&#41;</span><br />             MsgStop<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"No Help file defined with SetHelpFile()!\"</span>, <span style=\"color: #ff0000;\">\" Attention\"</span> <span style=\"color: #000000;\">&#41;</span><br />             lReturn := .F.<br />             <br />      <span style=\"color: #00C800;\">case</span> ! file<span style=\"color: #000000;\">&#40;</span> cHelpfile <span style=\"color: #000000;\">&#41;</span><br />             MsgStop<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Help file '\"</span> + cHelpfile + <span style=\"color: #ff0000;\">\"' does not exist\"</span> + CRLF + ;<br />                      <span style=\"color: #ff0000;\">\"or its name (with path) is too long!\"</span>, <span style=\"color: #ff0000;\">\" Attention\"</span> <span style=\"color: #000000;\">&#41;</span><br />             lReturn := .F.<br />   <span style=\"color: #00C800;\">endcase</span><br /><br /><span style=\"color: #00C800;\">return</span> lReturn<br /> </div>[/code:1vu8iuop]", "time": "08:44", "topic": "Anti-virus security warning when calling \"SetHelpFile( ... )", "username": "Antonio Linares" } ]
Anti-virus security warning when calling "SetHelpFile( ... )
[ { "date": "2010-09-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Claude,\n\nIn source\\winapi\\help.c could you please comment out these lines:\n[code=fw:cy45pqkp]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">static</span> void SetF1Menu<span style=\"color: #000000;\">&#40;</span> void <span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #000000;\">&#123;</span><br />   FARPROC lpF1Hook;<br /><br />   <span style=\"color: #00C800;\">if</span><span style=\"color: #000000;\">&#40;</span> ! Hook &&<br />       <span style=\"color: #000000;\">&#40;</span> lpF1Hook = <span style=\"color: #000000;\">&#40;</span> FARPROC <span style=\"color: #000000;\">&#41;</span> MakeProcInstance<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">&#40;</span> FARPROC <span style=\"color: #000000;\">&#41;</span> TrapF1, GetInstance<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #000000;\">&#123;</span><br />      <span style=\"color: #B900B9;\">// Hook = SetWindowsHookEx( WH_MSGFILTER, ( HOOKPROC ) lpF1Hook,</span><br />      <span style=\"color: #B900B9;\">//                          GetInstance(), 0 );</span><br />   <span style=\"color: #000000;\">&#125;</span><br /><span style=\"color: #000000;\">&#125;</span><br /> </div>[/code:cy45pqkp]\nand compile it and link the resulting OBJ to your application and check if that cures the antivirus alarm ? thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "08:56", "topic": "Anti-virus security warning when calling \"SetHelpFile( ... )", "username": "Antonio Linares" } ]
Anti-virus security warning when calling "SetHelpFile( ... )
[ { "date": "2010-09-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\n\nMany thanks for the quick reply.\n\nI did both changes (help32.prg and help.c).\n\nWhen I compile, i get the following warning:\n[code=fw:cfspqyf7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />Borland C++ <span style=\"color: #000000;\">5.5</span><span style=\"color: #000000;\">.1</span> <span style=\"color: #00C800;\">for</span> Win32 Copyright <span style=\"color: #000000;\">&#40;</span>c<span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">1993</span>, <span style=\"color: #000000;\">2000</span> Borland<br /><span style=\"color: #0000ff;\">help</span>.c:<br /><span style=\"color: #000000;\">Warning</span> W8060 <span style=\"color: #0000ff;\">help</span>.c <span style=\"color: #000000;\">108</span>: <span style=\"color: #000000;\">Possibly</span> incorrect assignment in <span style=\"color: #00C800;\">function</span> SetF1Menu<br />Warning W8004 <span style=\"color: #0000ff;\">help</span>.c <span style=\"color: #000000;\">117</span>: <span style=\"color: #ff0000;\">'lpF1Hook'</span> is assigned a value that is never used in <span style=\"color: #00C800;\">function</span> SetF1Menu<br /> </div>[/code:cfspqyf7]\n\nThe good news is that [b:cfspqyf7]I don't have the security warning from ZoneAlarm anymore[/b:cfspqyf7] and the \"Help\" seems to work fine. \nShould I worry about those warnings ?\n\nThanks!\n\nClaude.", "time": "09:38", "topic": "Anti-virus security warning when calling \"SetHelpFile( ... )", "username": "ClaudeBrulotte" } ]
Anti-virus security warning when calling "SetHelpFile( ... )
[ { "date": "2010-09-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Claude,\n\nYou can safely ignore those warnings. No problem at all with them <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nMany thanks for your feedback!", "time": "09:45", "topic": "Anti-virus security warning when calling \"SetHelpFile( ... )", "username": "Antonio Linares" } ]
Anti-virus security warning when calling "SetHelpFile( ... )
[ { "date": "2010-09-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Cool !\n\nThanks again.", "time": "17:49", "topic": "Anti-virus security warning when calling \"SetHelpFile( ... )", "username": "ClaudeBrulotte" } ]
Anti-virus security warning when calling "SetHelpFile( ... )
[ { "date": "2010-05-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nIs anyone out there successfully using AntiDuplicate with FWH ?\n\n[url:1ugonmup]http&#58;//www&#46;alkonost&#46;com/antiduplicate/[/url:1ugonmup]", "time": "18:31", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-05-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hola,\n\ndid you test protect.prg from fivewin sample directory, I think this can do the same what AntiDuplicate do\n\nregards\n\nMarcelo", "time": "22:06", "topic": "AntiDuplicate", "username": "Marcelo Via Giglio" } ]
AntiDuplicate
[ { "date": "2010-05-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes I have used protect.prg the problem with it is that it requires the user to have Administrative Rights for it to function correctly. \n\nAntiDuplicate does not require Admin Rights.", "time": "23:28", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "The software comes with samples for the following, maybe someone can convert to FWH ? \n\nBorland C++ Builder\nC#.net\nDelphi\nFoxPro\nVisual Basic 6\nVisual Basic.net\nVisual C++ Ver 5\nVisual C++.net\n\nPlease let me know and I can email you the sample for your language.", "time": "01:35", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nCould you please post here the example source code for Borland C++ Builder ? thanks", "time": "05:22", "topic": "AntiDuplicate", "username": "Antonio Linares" } ]
AntiDuplicate
[ { "date": "2010-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Jeff\n\n\ni tested protect.prg with standar user, without administrator privileges, and run fine to me\n\ni hope other user can test\n\n[url:1ylt29yc]http&#58;//www&#46;sitasoft&#46;net/fivewin/samples/protect&#46;zip[/url:1ylt29yc]", "time": "12:09", "topic": "AntiDuplicate", "username": "Daniel Garcia-Gil" } ]
AntiDuplicate
[ { "date": "2010-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\n\nYou can get the files for Borland C++ Builder here:\n\n[url:37lmczz6]http&#58;//www&#46;can-soft&#46;net/BCB&#46;zip[/url:37lmczz6]", "time": "13:58", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Daniel,\n\nI think there is a registry setting or something that can help but I have not found it.\nI have tested on a few systems ... one system would work regardless of users access rights while all the others would not.\n\nI have been testing this on Windows XP systems.", "time": "14:00", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\n\nAny luck with the conversion.", "time": "21:01", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nWhat is the name of the AntiDuplicate DLL file ?", "time": "21:38", "topic": "AntiDuplicate", "username": "Antonio Linares" } ]
AntiDuplicate
[ { "date": "2010-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "It is Aas973.dll\n\nPlease check your gmail account ... I sent you some files.", "time": "23:14", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nPlease try this:\n[code=fw:3h82tty1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />   <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span> Fddig1<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br />   ...<br />  <br />DLL <span style=\"color: #00C800;\">FUNCTION</span> FDDIG1<span style=\"color: #000000;\">&#40;</span> n AS LONG <span style=\"color: #000000;\">&#41;</span> AS LONG PASCAL LIB <span style=\"color: #ff0000;\">\"Aas973.dll\"</span><br /> </div>[/code:3h82tty1]\nA value below 7 means that there is No Key drive in the USB port", "time": "00:09", "topic": "AntiDuplicate", "username": "Antonio Linares" } ]
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "It returns \"nil\" with or without the usb memory stick connected.\n\nI sent an email to your gmail account.\nIt has a link to some additional files that should help.", "time": "02:30", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nPlease provide a url to download just the DLL, thanks\n\nOr simply create a DEF file from it and publish it here:\nc:\\bcc582\\bin\\impdef.exe name.def name.dll\n\nname.def will contain all the DLL exported functions names. It is an ascii file that you can copy here", "time": "07:45", "topic": "AntiDuplicate", "username": "Antonio Linares" } ]
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nhere it is:\n\n[code=fw:2uxjt3i5]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #0000ff;\">LIBRARY</span>     AAS973.DLL<br /><br />EXPORTS<br />    Accdd1                         @<span style=\"color: #000000;\">1</span>   ; Accdd1<br />    Accdd2                         @<span style=\"color: #000000;\">3</span>   ; Accdd2<br />    Dscbf1                         @<span style=\"color: #000000;\">5</span>   ; Dscbf1<br />    Fddig1                         @<span style=\"color: #000000;\">2</span>   ; Fddig1<br />    FddigV                         @<span style=\"color: #000000;\">4</span>   ; FddigV<br /><br /> </div>[/code:2uxjt3i5]", "time": "13:53", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nOk, thanks. They are using mixed upper and lower case symbol names. \n\nThen please try this code:\n[code=fw:1r507y6v]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />   <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span> Fddig1<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br />   ...<br />  <br />DLL <span style=\"color: #00C800;\">FUNCTION</span> Fddig1<span style=\"color: #000000;\">&#40;</span> n AS LONG <span style=\"color: #000000;\">&#41;</span> AS LONG PASCAL LIB <span style=\"color: #ff0000;\">\"Aas973.dll\"</span><br /> </div>[/code:1r507y6v]", "time": "17:50", "topic": "AntiDuplicate", "username": "Antonio Linares" } ]
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "With nothing in the usb drive we get: 2\nWith a USB stick in but not programmed we get: 1\nWith a valid USB stick we get: 7\nWith a copied USB stick we get: 7", "time": "18:12", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nok, thanks, we are progressing <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "18:28", "topic": "AntiDuplicate", "username": "Antonio Linares" } ]
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nPlease try now this code:\n[code=fw:27v93a4d]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> acck := Space<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">100</span> <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;Accdd1<span style=\"color: #000000;\">&#40;</span> acck <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span> Empty<span style=\"color: #000000;\">&#40;</span> acck <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;...<br />&nbsp; <br />DLL <span style=\"color: #00C800;\">FUNCTION</span> Accdd1<span style=\"color: #000000;\">&#40;</span> c AS LPSTR <span style=\"color: #000000;\">&#41;</span> AS VOID PASCAL LIB <span style=\"color: #ff0000;\">\"Aas973.dll\"</span><br />&nbsp;</div>[/code:27v93a4d]", "time": "19:15", "topic": "AntiDuplicate", "username": "Antonio Linares" } ]
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "The \"copy\" returns: .f.\nThe \"valid\" one returns: .f.\nThe non programmed one returns: .f.\nNothing in the USB slot returns: .f.", "time": "19:27", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nBeing not empty means that the DLL is placing some info inside the variable acck.\n\nSo now, please inspect what there is inside it, in each case:\n[code=fw:2pqwiz65]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />   <span style=\"color: #00C800;\">for</span> n = <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">to</span> Len<span style=\"color: #000000;\">&#40;</span> acck <span style=\"color: #000000;\">&#41;</span><br />      <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #0000ff;\">Asc</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #0000ff;\">SubStr</span><span style=\"color: #000000;\">&#40;</span> acck, n, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">next</span><br /> </div>[/code:2pqwiz65]", "time": "19:36", "topic": "AntiDuplicate", "username": "Antonio Linares" } ]
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Nothing connected:\n 197 218 200 99 245 25 138 175 107 43 20 89 14 148 136 200 162 93 109 46 8 207 237 5 124 75 16 66 218 33 9 75 135 218 211 174 110 108 38 136 121 191 43 201 181 223 101 238 123 114 124 147 222 92 44 197 138 117 10 31 199 202 69 87 251 186 16 120 32 17 228 79 51 82 81 75 128 240 68 123 104 142 248 177 111 252 100 44 45 237 133 207 193 239 70 184 162 172 84 216\n\n\nNon-Programmed:\n 80 77 239 72 117 233 247 60 69 74 115 32 148 246 158 134 10 109 46 62 117 231 232 148 50 104 127 91 246 92 149 183 36 205 99 79 76 132 53 134 224 103 126 73 229 227 100 150 107 212 143 20 7 143 248 211 72 17 72 93 155 223 140 229 181 121 192 219 147 31 17 209 22 217 232 65 18 219 95 91 97 182 18 104 31 77 163 148 55 165 211 45 138 242 113 45 236 241 124 155\n\nCopy:\n 173 162 171 170 80 55 240 209 229 136 39 208 209 111 219 105 141 199 182 87 33 186 34 44 148 167 147 175 71 148 221 83 246 6 153 158 80 186 155 75 13 91 132 46 45 224 1 59 191 33 72 240 81 169 137 36 116 194 37 125 27 118 1 236 44 71 47 119 213 254 6 50 143 83 175 19 143 203 136 250 250 56 139 205 240 56 149 142 247 27 167 92 108 55 130 42 70 43 229 84\n\n\nValid stick:\n 16 86 40 57 44 154 139 100 3 142 9 235 27 218 4 101 202 3 152 84 179 133 198 16 47 192 131 64 15 246 109 173 77 39 241 177 143 214 148 79 211 32 188 1 214 175 12 184 148 244 153 8 181 197 177 79 20 10 92 181 168 26 197 54 53 159 166 212 166 62 110 132 106 204 201 153 13 35 185 208 255 92 140 225 199 90 4 134 126 251 202 151 220 229 70 243 92 43 252 99", "time": "20:42", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "It looks like the numbers change every time I run the program.\n\nValid Run 1:\n 237 34 150 218 38 250 85 235 6 144 164 164 251 98 138 209 55 135 68 43 52 231 43 230 180 7 83 50 63 15 254 131 141 177 76 128 129 249 177 5 73 65 185 68 130 29 86 102 54 184 192 130 80 17 86 128 91 95 14 5 155 149 21 14 156 242 72 247 0 109 13 245 54 160 105 156 125 132 30 28 185 128 71 47 127 98 109 61 201 85 65 117 83 229 96 2 141 238 140 63\n\nValid Run 2:\n 226 72 138 219 155 149 21 14 214 97 178 23 223 240 56 124 159 20 154 228 80 97 79 240 195 100 211 216 19 190 133 169 238 160 226 154 184 124 213 21 205 170 182 3 129 88 50 205 55 227 73 247 214 17 114 204 173 2 173 207 123 79 172 38 78 185 89 150 81 160 154 94 46 23 167 158 84 249 30 212 128 110 10 183 129 193 109 43 163 202 147 158 53 11 131 100 168 184 50 157\n\nValid Run 3:\n 48 191 162 43 93 51 178 147 101 219 204 195 82 113 23 115 205 158 45 137 2 167 61 147 125 233 169 113 49 71 66 204 190 156 248 82 184 124 213 21 94 88 45 179 54 128 10 127 72 73 49 171 87 36 215 135 13 90 234 81 239 255 139 109 32 20 122 190 51 233 83 101 157 118 114 255 121 174 95 224 226 86 196 91 123 134 4 127 13 39 51 206 204 95 29 104 168 64 225 191", "time": "20:46", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-06-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\n\nAny success ? or is this just something that will not work with FWH ?", "time": "23:52", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-06-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nI have been busy with FWH 64 and the new Class TExplorerBar and had no time to continue.\n\nLets see if we can make some more progress on this <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->", "time": "05:03", "topic": "AntiDuplicate", "username": "Antonio Linares" } ]
AntiDuplicate
[ { "date": "2010-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\n\nNo rush ... I was just following up.\nI am currently in Quebec City. When I return home I will be busy packing (I move to my new house on June 25th) so my time too is limited these days <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->", "time": "21:51", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2006-04-21", "forum": "Off Topic / Otros temas", "text": "Hola (creo que para Antonio es esto),\n\nQuisiera saber si es posible accesar a las antiguas News de FW que existian antes de este foro, pues es una \"base de conocimiento\" muy amplio, que me gustaría consultar.\n\nMuchas veces, he realizado una consulta - en el pasado - que me fue contestada en esas news, pero ya no tengo mas acceso, o lo estoy haciendo de manera incorrecta.\n\nLa ultima vez intenté accesando a una IP fija 80.32.22.38, pero ya no me da mas acceso....\n\nE\n¿Está en otro sitio? ¿Me podrían dar la dirección?\n\nGracias anticipadas,\n <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->", "time": "18:49", "topic": "Antiguas News de FW", "username": "jllinas" } ]
Antiguas News de FW
[ { "date": "2006-04-21", "forum": "Off Topic / Otros temas", "text": "Julio,\n\nYa no están accesibles. Yannis nos hizo el favor de pasarlas a DBFs, con lo que podríamos alojar las DBFs en <!-- w --><a class=\"postlink\" href=\"http://www.hyperupload.com\">www.hyperupload.com</a><!-- w --> y permitir su descarga para quien quiera consultarlas <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->", "time": "19:30", "topic": "Antiguas News de FW", "username": "Antonio Linares" } ]
Antiguas News de FW
[ { "date": "2006-04-22", "forum": "Off Topic / Otros temas", "text": "Gracias Antonio,\n\nNo sabía que Yannis había hecho esto. Me gustaría entonces tener acceso a esa(s) DBF, pues como menciono, la participación de todos es un material invaluable como base de conocimiento.\n\nEstaré entonces a la espera de que lo suban a hyperload...\n\nGracias adelantadas,", "time": "00:55", "topic": "Antiguas News de FW", "username": "jllinas" } ]
Antiguas News de FW
[ { "date": "2006-04-22", "forum": "Off Topic / Otros temas", "text": "Julio,\n\nAquí están:\n\n<!-- m --><a class=\"postlink\" href=\"http://fivetechsoft.com/forums/viewtopic.php?t=2788\">http://fivetechsoft.com/forums/viewtopic.php?t=2788</a><!-- m -->", "time": "20:43", "topic": "Antiguas News de FW", "username": "Antonio Linares" } ]
Antiguas News de FW
[ { "date": "2006-04-24", "forum": "Off Topic / Otros temas", "text": "Gracias Antonio,\n\nAbrazos,", "time": "14:26", "topic": "Antiguas News de FW", "username": "jllinas" } ]
Antiguas News de FW