topic
stringlengths
1
63
text
stringlengths
1
577k
libeay32.dll / ssleay32.dll origin ?
RESOLVED ... this was a compiler setting ...
libeay32.dll / ssleay32.dll origin ?
Dear Timm, I am interested too in those libs. Can you explain please how to build the libs for MSVC 2010 and Bcc 5.82?. Once the libs are built and linked to the App, do we need to also redistribute the .dlls with our applications?. Thanks a lot!!.
libeay32.dll / ssleay32.dll origin ?
Elvira, I don't build those libs. In fact, no one ever came back to me with a clear answer on those. There are multiple versions out there. The problem I have run into is I now am not sure what program I've added to my application that require those libraries. I thought they were part of a spell checker but that was not the case. I've used them for a long time. Recently I received more recent copies but they caused a conflict in my application. It all gets so complicated. Perhaps I need to keep better notes ( documentation ). BTW, I do not use Borland at all so I'm absolutely no help in that regard. Tim
libeay32.dll / ssleay32.dll origin ?
Dear Timm, Sorry, but I don´t understand. How did yo manage to make the libs please?. And also, where did you get those dll files?. Thank you in advance.
libharbour.dll virtual machine activity on dbwin32
[url:j0ct94hk]https://github.com/FiveTechSoft/mod_harbour/tree/master/windows/win64_dbwin32[/url:j0ct94hk] [img:j0ct94hk]https://github.com/FiveTechSoft/screenshots/blob/master/modharbour_trace.jpg?raw=true[/img:j0ct94hk]
libharbour.dll virtual machine activity on dbwin32
Mr. Linares, Incredible the calls that are made to hb_xbfree. C.
libharbour.dll virtual machine activity on dbwin32
Dear Antonio, Can you please explain what these tests are about? Best regards, Otto
libharbour.dll virtual machine activity on dbwin32
Dear Otto, we have found that building Harbour with these flags: set HB_USER_CFLAGS=-DHB_FM_STATISTICS_OFF -DHB_FM_WIN_ALLOC the resulting libharbour.dll manages memory much better, as we use the standard Windows API LocalAlloc(), LocalRealloc(), LocalFree(), etc to manage the memory on Windows Also, modifying mod_harbour's entry.c this way (two calls to OutputDebugString()) makes memory liberation work much better: [code=fw:ez8bu7o5]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <Windows.h><br /><span style="color: #00D7D7;">#include</span> <hbapi.h><br /><span style="color: #00D7D7;">#include</span> <hbvm.h><br /><br /><span style="color: #00C800;">static</span> void * pRequestRec;<br /><br />HB_EXPORT_ATTR int hb_apache<span style="color: #000000;">&#40;</span> void * _pRequestRec <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />   int iResult;<br /><br />   pRequestRec = _pRequestRec;<br /> <br />   hb_vmInit<span style="color: #000000;">&#40;</span> HB_TRUE <span style="color: #000000;">&#41;</span>;<br />   OutputDebugString<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"after hb_vmInit()<span style="color: #000000;">\n</span>"</span> <span style="color: #000000;">&#41;</span>;<br />   iResult = hb_vmQuit<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;<br />   OutputDebugString<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"after hb_vmQuit()<span style="color: #000000;">\n</span>"</span> <span style="color: #000000;">&#41;</span>;<br />   <span style="color: #00C800;">return</span> iResult;<br /><span style="color: #000000;">&#125;</span>   <br /><br />void * GetRequestRec<span style="color: #000000;">&#40;</span> void <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />   <span style="color: #00C800;">return</span> pRequestRec;<br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> AP_ENTRY <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />   hb_apache<span style="color: #000000;">&#40;</span> <span style="color: #00C800;">NULL</span> <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span>   <br /> </div>[/code:ez8bu7o5]
libharu
Hello, In harbour\contrib\hbhpdf there is a cool library for create PDF file. Would be great use it to create the pdf in FiveWin... any chance?
libharu
I use this lib also And <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=33439&hilit=tharupdf#p197148">viewtopic.php?f=6&t=33439&hilit=tharupdf#p197148</a><!-- l -->
libharu
can you do a summary? they are 5 pages in Spanish... <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
libharu
You have all class in <!-- m --><a class="postlink" href="https://bitbucket.org/carlos_mora/pdfprinter">https://bitbucket.org/carlos_mora/pdfprinter</a><!-- m -->
libharu
Ciao Antonino <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> , [quote="AntoninoP":t1ecwbof] can you do a summary? they are 5 pages in Spanish... <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> [/quote:t1ecwbof] I wrote the class Cristobal refered you to, and it is basically a wrapper to HaruPDF to make it look like FW's TPrinter, with few exceptions that I couldn't overcome easily, mainly FONT. Fonts are handled very different in Haru and PDF technology in general, but with few effort you can translate your prints based on TPrinter to THaruPDF. You are right, the doc is written in Spanish, I should be better write it in English. The project in BitBucket repository is complete,and includes a very complete example. Try it in your own code, I'm pretty sure you will find help in this forum if you run into trouble. The library is _FAST_, has no external dependencies like pdf printers or OCX, just add the provided dll's, and produces very compact pdfs. It also makes some optimizations for you. If you put the same image in several points in your pdf, the library is smart enough to include only one copy of the image and use it as an indexed image in the resulting document, so the size is kept into the minimun. KR
libharu
The idea is good, but the implementation look a little lazy: The SetPage method takes the nPage from [url=https&#58;//msdn&#46;microsoft&#46;com/it-it/library/windows/desktop/dd319099(v=vs&#46;85)&#46;aspx:1x5co7aq]this list[/url:1x5co7aq] but this implementation calls HPDF_Page_SetSize that take the values from [url=https&#58;//github&#46;com/libharu/libharu/wiki/API&#58;-Page#HPDF_Page_SetSize:1x5co7aq]this list[/url:1x5co7aq] I tried using this code: [code=fw:1x5co7aq]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//------------------------------------------------------------------------------</span><br /><span style="color: #00C800;">METHOD</span> SetPage<span style="color: #000000;">&#40;</span> nPageSize <span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">static</span> aFW2HARUSizes<br />   <span style="color: #00C800;">if</span> empty<span style="color: #000000;">&#40;</span>aFW2HARUSizes<span style="color: #000000;">&#41;</span><br />      aFW2HARUSizes := <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#125;</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8.5</span> *<span style="color: #000000;">72</span>     ,<span style="color: #000000;">11</span>   *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_LETTER    1       // Letter 8 1/2 x 11 in</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8.5</span> *<span style="color: #000000;">72</span>     ,<span style="color: #000000;">11</span>   *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_LETTERSMALL 2       // Letter Small 8 1/2 x 11 in</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">11</span>   *<span style="color: #000000;">72</span>     ,<span style="color: #000000;">17</span>   *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_TABLOID   3       // Tabloid 11 x 17 in</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">11</span>   *<span style="color: #000000;">72</span>     ,<span style="color: #000000;">17</span>   *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">////#define DMPAPER_LEDGER    4       // Ledger 17 x 11 in</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8.5</span> *<span style="color: #000000;">72</span>     ,<span style="color: #000000;">14</span>   *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_LEGAL     5       // Legal 8 1/2 x 14 in</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5.5</span> *<span style="color: #000000;">72</span>     , <span style="color: #000000;">8.5</span> *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_STATEMENT   6       // Statement 5 1/2 x 8 1/2 in</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span> <span style="color: #000000;">7.25</span>*<span style="color: #000000;">72</span>     ,<span style="color: #000000;">10.5</span> *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_EXECUTIVE   7       // Executive 7 1/4 x 10 1/2 in</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">29.7</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span>,<span style="color: #000000;">42</span>   *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_A3      8       // A3 297 x 420 mm</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">21</span>   *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span>,<span style="color: #000000;">29.7</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_A4      9       // A4 210 x 297 mm</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">21</span>   *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span>,<span style="color: #000000;">29.7</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_A4SMALL   10      // A4 Small 210 x 297 mm</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">14.8</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span>,<span style="color: #000000;">21</span>   *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_A5      11      // A5 148 x 210 mm</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">25</span>   *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span>,<span style="color: #000000;">35.4</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_B4      12      // B4 250 x 354</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">18.2</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span>,<span style="color: #000000;">25.7</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_B5      13      // B5 182 x 257 mm</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8.5</span> *<span style="color: #000000;">72</span>     ,<span style="color: #000000;">13</span>   *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_FOLIO     14      // Folio 8 1/2 x 13 in</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">25.5</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span>,<span style="color: #000000;">27.5</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_QUARTO    15      // Quarto 215 x 275 mm</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">10</span>   *<span style="color: #000000;">72</span>     ,<span style="color: #000000;">14</span>   *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_10X14     16      // 10x14 in</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">11</span>   *<span style="color: #000000;">72</span>     ,<span style="color: #000000;">17</span>   *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_11X17     17      // 11x17 in</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8.5</span> *<span style="color: #000000;">72</span>     ,<span style="color: #000000;">11</span>   *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_NOTE      18      // Note 8 1/2 x 11 in</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">3.875</span>*<span style="color: #000000;">72</span>     ,<span style="color: #000000;">8.875</span>*<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ENV_9     19      // Envelope #9 3 7/8 x 8 7/8</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">4.125</span>*<span style="color: #000000;">72</span>     , <span style="color: #000000;">9.5</span> *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ENV_10    20      // Envelope #10 4 1/8 x 9 1/2</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4.5</span> *<span style="color: #000000;">72</span>     ,<span style="color: #000000;">10.375</span>*<span style="color: #000000;">72</span>    <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ENV_11    21      // Envelope #11 4 1/2 x 10 3/8</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span> <span style="color: #000000;">4.75</span>*<span style="color: #000000;">72</span>     ,<span style="color: #000000;">11</span>   *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ENV_12    22      // Envelope #12 4 3\4 x 11</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span> <span style="color: #000000;">5</span>   *<span style="color: #000000;">72</span>     ,<span style="color: #000000;">11.5</span> *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ENV_14    23      // Envelope #14 5 x 11 1/2</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">17</span>   *<span style="color: #000000;">72</span>     ,<span style="color: #000000;">22</span>   *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_CSHEET    24      // C size sheet 17 x 22-inches</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">22</span>   *<span style="color: #000000;">72</span>     ,<span style="color: #000000;">34</span>   *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_DSHEET    25      // D size sheet 22- by 34-inches</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">34</span>   *<span style="color: #000000;">72</span>     ,<span style="color: #000000;">44</span>   *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ESHEET    26      // E size sheet 34x44</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">11</span>   *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span>,<span style="color: #000000;">22</span>   *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ENV_DL    27      // Envelope DL 110 x 220mm</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">16.2</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span>,<span style="color: #000000;">22.9</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ENV_C5    28      // Envelope C5 162 x 229 mm</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">23.4</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span>,<span style="color: #000000;">45.8</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ENV_C3    29      // Envelope C3  324 x 458 mm</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">22.9</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span>,<span style="color: #000000;">32.4</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ENV_C4    30      // Envelope C4  229 x 324 mm</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">11.4</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span>,<span style="color: #000000;">16.2</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ENV_C6    31      // Envelope C6  114 x 162 mm</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">11.4</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span>,<span style="color: #000000;">22.9</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ENV_C65   32      // Envelope C65 114 x 229 mm</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">25</span>   *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span>,<span style="color: #000000;">25.3</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ENV_B4    33      // Envelope B4  250 x 353 mm</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">17.6</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span>,<span style="color: #000000;">25</span>   *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ENV_B5    34      // Envelope B5  176 x 250 mm</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">17.6</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span>,<span style="color: #000000;">12.5</span> *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ENV_B6    35      // Envelope B6  176 x 125 mm</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">11</span>   *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span>,<span style="color: #000000;">23</span>   *<span style="color: #000000;">72</span>/<span style="color: #000000;">2.54</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ENV_ITALY   36      // Envelope 110 x 230 mm</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">3.875</span>*<span style="color: #000000;">72</span>     , <span style="color: #000000;">7.5</span> *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ENV_MONARCH 37      // Envelope Monarch 3.875 x 7.5 in</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">3.625</span>*<span style="color: #000000;">72</span>     , <span style="color: #000000;">6.5</span> *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_ENV_PERSONAL 38       // 6 3/4 Envelope 3 5/8 x 6 1/2 in</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span><span style="color: #000000;">14.875</span>*<span style="color: #000000;">72</span>    ,<span style="color: #000000;">11</span>   *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_FANFOLD_US  39      // US Std Fanfold 14 7/8 x 11 in</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8.5</span> *<span style="color: #000000;">72</span>     ,<span style="color: #000000;">12</span>   *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_FANFOLD_STD_GERMAN  40  // German Std Fanfold 8 1/2 x 12 in</span><br />      aAdd<span style="color: #000000;">&#40;</span>aFW2HARUSizes, <span style="color: #000000;">&#123;</span> <span style="color: #000000;">8.5</span> *<span style="color: #000000;">72</span>     ,<span style="color: #000000;">13</span>   *<span style="color: #000000;">72</span>     <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//#define DMPAPER_FANFOLD_LGL_GERMAN  41  // German Legal Fanfold 8 1/2 x 13 in</span><br />    <span style="color: #00C800;">endif</span><br />   <span style="color: #B900B9;">//------------------------------------------------------------------------------</span><br />   ::<span style="color: #000000;">nWidth</span> := aFW2HARUSizes<span style="color: #000000;">&#91;</span>nPageSize,<span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span><br />   ::<span style="color: #000000;">nHeight</span> := aFW2HARUSizes<span style="color: #000000;">&#91;</span>nPageSize,<span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span><br />   ::<span style="color: #000000;">SyncPage</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">RETURN</span> <span style="color: #00C800;">Self</span><br /><br /><span style="color: #B900B9;">//------------------------------------------------------------------------------</span><br /><span style="color: #00C800;">METHOD</span> SyncPage<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />    <span style="color: #00C800;">LOCAL</span> tmp<br />   <span style="color: #B900B9;">//------------------------------------------------------------------------------</span><br />   <span style="color: #00C800;">IF</span> ::<span style="color: #000000;">hPage</span> != <span style="color: #00C800;">NIL</span><br />      <span style="color: #00C800;">if</span> ::<span style="color: #000000;">nOrientation</span> = HPDF_PAGE_LANDSCAPE .and. ::<span style="color: #000000;">nWidth</span><::<span style="color: #000000;">nHeight</span><br />         tmp := ::<span style="color: #000000;">nWidth</span><br />         ::<span style="color: #000000;">nWidth</span> := ::<span style="color: #000000;">nHeight</span><br />         ::<span style="color: #000000;">nHeight</span> := tmp<br />      <span style="color: #00C800;">endif</span><br />      <span style="color: #00C800;">if</span> ::<span style="color: #000000;">nOrientation</span> = HPDF_PAGE_PORTRAIT .and. ::<span style="color: #000000;">nWidth</span>>::<span style="color: #000000;">nHeight</span><br />         tmp := ::<span style="color: #000000;">nWidth</span><br />         ::<span style="color: #000000;">nWidth</span> := ::<span style="color: #000000;">nHeight</span><br />         ::<span style="color: #000000;">nHeight</span> := tmp<br />      <span style="color: #00C800;">endif</span><br />      HPDF_Page_SetWidth<span style="color: #000000;">&#40;</span> ::<span style="color: #000000;">hPage</span>, ::<span style="color: #000000;">nWidth</span><span style="color: #000000;">&#41;</span><br />      HPDF_Page_SetHeight<span style="color: #000000;">&#40;</span> ::<span style="color: #000000;">hPage</span>, ::<span style="color: #000000;">nHeight</span><span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">ENDIF</span><br /><br /><span style="color: #00C800;">RETURN</span> <span style="color: #00C800;">NIL</span></div>[/code:1x5co7aq] Cmtr2Pix and Mmtr2Pix are wrong, it should return an array with converted value (maybe it is the old interface): [code=fw:1x5co7aq]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> Cmtr2Pix<span style="color: #000000;">&#40;</span> nRow, nCol <span style="color: #000000;">&#41;</span><br /><br />   nRow *= <span style="color: #000000;">72</span> / <span style="color: #000000;">2.54</span><br />   nCol *= <span style="color: #000000;">72</span> / <span style="color: #000000;">2.54</span><br /><br /><span style="color: #00C800;">RETURN</span> <span style="color: #000000;">&#123;</span>nRow,nCol<span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00C800;">METHOD</span> Mmtr2Pix<span style="color: #000000;">&#40;</span> nRow, nCol <span style="color: #000000;">&#41;</span><br /><br />   nRow *= <span style="color: #000000;">72</span> / <span style="color: #000000;">25.4</span><br />   nCol *= <span style="color: #000000;">72</span> / <span style="color: #000000;">25.4</span><br /><br /><span style="color: #00C800;">RETURN</span> <span style="color: #000000;">&#123;</span>nRow,nCol<span style="color: #000000;">&#125;</span></div>[/code:1x5co7aq] FillRect is missing: [code=fw:1x5co7aq]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> FillRect<span style="color: #000000;">&#40;</span>aRect, hBrush<span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">LOCAL</span> nColor := BrushColor<span style="color: #000000;">&#40;</span>hBrush<span style="color: #000000;">&#41;</span><br />   ::<span style="color: #000000;">Rect</span><span style="color: #000000;">&#40;</span>aRect<span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span>,aRect<span style="color: #000000;">&#91;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span>,aRect<span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span>+aRect<span style="color: #000000;">&#91;</span><span style="color: #000000;">3</span><span style="color: #000000;">&#93;</span>,aRect<span style="color: #000000;">&#91;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span>+aRect<span style="color: #000000;">&#91;</span><span style="color: #000000;">4</span><span style="color: #000000;">&#93;</span>,nColor<span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><br /><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><span style="color: #00D7D7;">#include</span> <windows.h><br /><span style="color: #00D7D7;">#include</span> <hbapi.h><br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> BRUSHCOLOR <span style="color: #000000;">&#41;</span><br /><span style="color: #000000;">&#123;</span><br />   LOGBRUSH lb;<br />    <span style="color: #00C800;">if</span><span style="color: #000000;">&#40;</span> hb_parnl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />    <span style="color: #000000;">&#123;</span><br />       #ifndef _WIN64<br />          GetObject<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HGDIOBJ <span style="color: #000000;">&#41;</span> hb_parnl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span>, sizeof<span style="color: #000000;">&#40;</span> LOGBRUSH <span style="color: #000000;">&#41;</span>, <span style="color: #000000;">&#40;</span> LPSTR <span style="color: #000000;">&#41;</span> &lb <span style="color: #000000;">&#41;</span>;<br />       #else<br />          GetObject<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HGDIOBJ <span style="color: #000000;">&#41;</span> hb_parnll<span style="color: #000000;">&#40;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span>, sizeof<span style="color: #000000;">&#40;</span> LOGBRUSH <span style="color: #000000;">&#41;</span>, <span style="color: #000000;">&#40;</span> LPSTR <span style="color: #000000;">&#41;</span> &lb <span style="color: #000000;">&#41;</span>;<br />       #endif<br />       hb_retnl<span style="color: #000000;">&#40;</span> lb.lbColor <span style="color: #000000;">&#41;</span>;<br />    <span style="color: #000000;">&#125;</span><br />    <span style="color: #00C800;">else</span><br />       hb_retnl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span>;<br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00D7D7;">#pragma</span> ENDDUMP</div>[/code:1x5co7aq] For now it is what I saw, It should be a transparent replace for TPrinter... When I will have time I will do a Pull Request on BitBucket <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) --> Antonino
libharu
About the font, Starting from [url=https&#58;//stackoverflow&#46;com/a/14127259/854279:3lrb3q37]this code[/url:3lrb3q37] I created this FiveWin program: [code=fw:3lrb3q37]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <fivewin.ch><br /><br /><span style="color: #00D7D7;">#define</span>  HKEY_LOCAL_MACHINE      <span style="color: #000000;">2147483650</span>        <span style="color: #B900B9;">// 0x80000002</span><br /> <br />proc main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">LOCAL</span> oReg := TReg32<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span>HKEY_LOCAL_MACHINE, <span style="color: #ff0000;">"Software<span style="color: #000000;">\M</span>icrosoft<span style="color: #000000;">\W</span>indows NT<span style="color: #000000;">\C</span>urrentVersion<span style="color: #000000;">\F</span>onts"</span>, .t.<span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">LOCAL</span> cKey, cValue<br />   <span style="color: #00C800;">LOCAL</span> nId := <span style="color: #000000;">1</span>, aInfos := <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#125;</span><br />   <br />   <span style="color: #B900B9;">//? oReg:nError</span><br />   <span style="color: #00C800;">do</span> <span style="color: #00C800;">while</span> .t.<br />      oReg:<span style="color: #000000;">nError</span> := MY_REGENUMVALUE<span style="color: #000000;">&#40;</span>oReg:<span style="color: #000000;">nHandle</span>, nId, @cKey, @cValue<span style="color: #000000;">&#41;</span><br />      aadd<span style="color: #000000;">&#40;</span>aInfos, <span style="color: #000000;">&#123;</span> cKey, cValue <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span><br />      <span style="color: #00C800;">if</span> oReg:<span style="color: #000000;">nError</span><><span style="color: #000000;">0</span><br />         exit<br />      <span style="color: #00C800;">endif</span><br />      nId += <span style="color: #000000;">1</span>         <br />   <span style="color: #00C800;">enddo</span><br />   XBROWSER aInfos<br /><span style="color: #00C800;">return</span><br /><br /><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><span style="color: #00D7D7;">#include</span> <windows.h><br /><span style="color: #00D7D7;">#include</span> <hbapi.h><br /><br />#ifndef _WIN64<br /><span style="color: #00D7D7;">#define</span> fw_parh hb_parnl<br />#else<br /><span style="color: #00D7D7;">#define</span> fw_parh hb_parnll<br />#endif<br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> MY_REGENUMVALUE <span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">// ( nKey, nIndex, @cKeyName, @uValue ) --> nResult</span><br /><span style="color: #000000;">&#123;</span><br />   BYTE <span style="color: #0000ff;">name</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1024</span> <span style="color: #000000;">&#93;</span>;<br />   BYTE value<span style="color: #000000;">&#91;</span> <span style="color: #000000;">1024</span> <span style="color: #000000;">&#93;</span>;<br />   DWORD lName=<span style="color: #000000;">1024</span>, lValue=<span style="color: #000000;">1024</span>, type = <span style="color: #000000;">0</span>;<br /> <br />   hb_retnl<span style="color: #000000;">&#40;</span> RegEnumValueA<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> HKEY <span style="color: #000000;">&#41;</span> fw_parh<span style="color: #000000;">&#40;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span>, hb_parnl<span style="color: #000000;">&#40;</span> <span style="color: #000000;">2</span> <span style="color: #000000;">&#41;</span>, <span style="color: #000000;">&#40;</span> LPSTR <span style="color: #000000;">&#41;</span> <span style="color: #0000ff;">name</span>, &lName, <span style="color: #000000;">0</span>, &type, value, &lValue <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>;<br />   hb_storc<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> const char * <span style="color: #000000;">&#41;</span> <span style="color: #0000ff;">name</span>, <span style="color: #000000;">3</span> <span style="color: #000000;">&#41;</span>;<br /> <br />   <span style="color: #00C800;">switch</span><span style="color: #000000;">&#40;</span> type <span style="color: #000000;">&#41;</span><br />   <span style="color: #000000;">&#123;</span><br />      <span style="color: #00C800;">case</span> REG_SZ:<br />            hb_storc<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> const char * <span style="color: #000000;">&#41;</span> value, <span style="color: #000000;">4</span> <span style="color: #000000;">&#41;</span>;<br />           <span style="color: #00C800;">break</span>;<br /> <br />      <span style="color: #00C800;">case</span> REG_DWORD:<br />           hb_stornl<span style="color: #000000;">&#40;</span> * <span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span> LPDWORD <span style="color: #000000;">&#41;</span> value <span style="color: #000000;">&#41;</span>, <span style="color: #000000;">4</span> <span style="color: #000000;">&#41;</span>;<br />           <span style="color: #00C800;">break</span>;      <br />   <span style="color: #000000;">&#125;</span><br /><span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00D7D7;">#pragma</span> ENDDUMP</div>[/code:3lrb3q37] That enumerate all installed fonts with filename.
libharu
AntoninoP. Fix this bug : in METHOD SayRotate - HPDF_Page_SetRGBFill( ::hPage, ( Int( nClrText / 0x10000 ) % 256 ) / 256.00, ( Int( nClrText / 0x100 ) % 256 ) / 256.00 , ( nClrText % 256 ) / 256.00 ) + HPDF_Page_SetRGBFill( ::hPage, ( nClrText % 256 ) / 256.00, ( Int( nClrText / 0x100 ) % 256 ) / 256.00 , ( Int( nClrText / 0x10000 ) % 256 ) / 256.00 ) Add methods ... METHOD SetAuthor( cAuthor ) INLINE HPDF_SetInfoAttr( ::hPdf, HPDF_INFO_AUTHOR, cAuthor ) // 2 METHOD SetTitle( cTitle ) INLINE HPDF_SetInfoAttr( ::hPdf, HPDF_INFO_TITLE, cTitle ) //5 METHOD GetAuthor() INLINE HPDF_GetInfoAttr( ::hPdf, HPDF_INFO_AUTHOR ) // 2 METHOD GetTitle() INLINE HPDF_GetInfoAttr( ::hPdf, HPDF_INFO_TITLE ) METHOD SetPermission( cMode ) default cMode := '' cMode := upper( cMode ) SWITCH cMode CASE "READ" ; HPDF_SetPermission( ::hPage, HPDF_ENABLE_READ ) ; EXIT CASE "PRINT" ; HPDF_SetPermission( ::hPage, HPDF_ENABLE_PRINT ) ; EXIT CASE "COPY" ; HPDF_SetPermission( ::hPage, HPDF_ENABLE_COPY ) ; EXIT CASE "EDIT" ; HPDF_SetPermission( ::hPage, HPDF_ENABLE_EDIT ) ; EXIT CASE "EDIT_ALL" ; HPDF_SetPermission( ::hPage, HPDF_ENABLE_EDIT_ALL ) ; EXIT ENDSWITCH Return nil
libharu
Really I would write: [code=fw:3qxyt1nf]<div class="fw" id="{CB}" style="font-family: monospace;">HPDF_Page_SetRGBFill<span style="color: #000000;">&#40;</span> ::<span style="color: #000000;">hPage</span>, HB_BitAnd<span style="color: #000000;">&#40;</span>Int<span style="color: #000000;">&#40;</span> nClrText<span style="color: #000000;">&#41;</span>,0xFF <span style="color: #000000;">&#41;</span> / <span style="color: #000000;">255.00</span>, HB_BitAnd<span style="color: #000000;">&#40;</span>HB_BitShift<span style="color: #000000;">&#40;</span>Int<span style="color: #000000;">&#40;</span> nClrText<span style="color: #000000;">&#41;</span>,<span style="color: #000000;">-8</span><span style="color: #000000;">&#41;</span>,0xFF <span style="color: #000000;">&#41;</span> / <span style="color: #000000;">255.00</span>,HB_BitAnd<span style="color: #000000;">&#40;</span>HB_BitShift<span style="color: #000000;">&#40;</span>Int<span style="color: #000000;">&#40;</span> nClrText<span style="color: #000000;">&#41;</span>,<span style="color: #000000;">-16</span><span style="color: #000000;">&#41;</span>,0xFF <span style="color: #000000;">&#41;</span> / <span style="color: #000000;">255.00</span> <span style="color: #000000;">&#41;</span></div>[/code:3qxyt1nf] Anyway the maintainer is Carlos...
libmariadb.dll vs. libmysql.dll
Dear Mr. Rao, starting with SQL what should I use. Can you please tell me where I can find documentation of the libs and is there also source code provided. Thank you in advance Otto
libmariadb.dll vs. libmysql.dll
HI, can i use mysql or mariadb like ads local mode, or without install the server, for test pourpose, in local mode using an DLL to simulate the server. thanks
libmariadb.dll vs. libmysql.dll
Dear Mr. Otto You may use either libmysql.dll or libmariadb.dll with MySql server or MariaDB server without any problems. They are fully compatible with each other. Documentation <!-- m --><a class="postlink" href="https://dev.mysql.com/doc/refman/5.6/en/c-api-functions.html">https://dev.mysql.com/doc/refman/5.6/en ... tions.html</a><!-- m --> FWH provided wrappers to all and it is desirable to use FWH connection methods which are fully documented in the Wiki and also in <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33286">viewtopic.php?f=3&t=33286</a><!-- l --> Recently MySql released version 8.0. The present libmysql.dll and libmariadb.dll work with this latest version also. But if you like to use the latest features (very likely not), you may use the latest libmysql.dll (ver 8.0)
libmariadb.dll vs. libmysql.dll
[quote="Admpss":25hmd06b]HI, can i use mysql or mariadb like ads local mode, or without install the server, for test pourpose, in local mode using an DLL to simulate the server. thanks[/quote:25hmd06b] You may download either MySql server or MariaDB server and install on your computer and connect to them locally, You can also consider MySql embedded <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33798">viewtopic.php?f=3&t=33798</a><!-- l --> but do not advise because MySql officially withdrew support for MySql embedded.
libmariadb.dll vs. libmysql.dll
What about Microsoft SQL ?
libmariadb.dll vs. libmysql.dll
libmysql.dll and libmariadb.dll are exclusively meant for mysql/mariadb only. For Microsoft SQL (MSSQL), we need to use ADO. We can use ADO for other servers also like MySql, Oracle, etc. FWH provides convenient wrapper functions for ADO and makes it easy to use ADO. For testing and development on local server, we can download the free SQLEXPRESS and install on our PC.
libmariadb.dll vs. libmysql.dll
I was at the corporate meeting when Ashton Tate first presented SQL and planned to use it in dBase IV. That was a LOT of years ago. DBF's have worked so well for my designs that I just never went over there, although I have used some IDE's with it over the years. I suppose it's time to explore using it more in depth ...
libmcrypt
Hola, Me gustaría saber si libmcrypt está disponible en Harbour?. La cuestión es que me gustaría usar las mismas funciones de encriptación que PHP para pasarle parámetros a un script encriptados. <!-- m --><a class="postlink" href="http://www.php.net/manual/en/function.mcrypt-cbc.php">http://www.php.net/manual/en/function.mcrypt-cbc.php</a><!-- m --> <!-- m --><a class="postlink" href="http://www.koders.com/cpp/fidE159FE14A501CB50C8394127B2FD9EDC01E8DD8C.aspx?s=mdef%3AgetUserId">http://www.koders.com/cpp/fidE159FE14A5 ... AgetUserId</a><!-- m --> Muchas gracias.
libmcrypt
Hello, Is libmcrypt available in Harbour?. I would like to encrypt in FWH with the same function as Php so as to send crypted information. Thanks. <!-- m --><a class="postlink" href="http://www.php.net/manual/en/function.mcrypt-cbc.php">http://www.php.net/manual/en/function.mcrypt-cbc.php</a><!-- m --> <!-- m --><a class="postlink" href="http://www.koders.com/cpp/fidE159FE14A5">http://www.koders.com/cpp/fidE159FE14A5</a><!-- m --> ... AgetUserId
libmysql.lib de MySQL 8.x para Borland
Saludos, Compilando mi aplicación con libmysql.lib me indica incidencia de codigo COFF, necesito convertida para COM para lograr linkarla. libmysql.lib
libmysql.lib de MySQL 8.x para Borland
Saludos Quien la posea convertida podrá enviarla mediante <!-- e --><a href="mailto:adaptaprodrive@gmail.com">adaptaprodrive@gmail.com</a><!-- e -->
libmysql.lib de MySQL 8.x para Borland
Juan la puedes construir tu mismo, mira aquí: [url:23ca3xzk]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=38204&p=228248&hilit=lib#p228248[/url:23ca3xzk]
libraries for CURL
Hi. I want to collect an example of Twitter.prg (for Harbour). Attached 2 libraries hbcurl.lib and libcurl.ltb Specified #include "hbcurl.ch" However, when compiling, I get errors detecting built-in CURL functions. What's the problem ?
libraries for CURL
Please post the errors here
libraries for CURL
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_curl_global_init_mem' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_global_cleanup' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_formfree' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_cleanup' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_reset' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_duphandle' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_init' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_pause' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_perform' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_send' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_recv' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_formadd' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_slist_append' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_setopt' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_getinfo' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_slist_free_all' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_escape' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_unescape' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_version' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_version_info' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_easy_strerror' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_getdate' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_escape' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_unescape' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_free' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unable to perform link
libraries for CURL
Download this file: [url:2m2nnikm]https&#58;//bitbucket&#46;org/lorenzodla/mod_harbour_actions_resources/downloads/curl-7&#46;54&#46;0-win32-mingw&#46;zip[/url:2m2nnikm] and unzip it in C:\curl
libraries for CURL
Thanks, Antonio ! Yes, I unzip the file to C:\CURL And how can this help me compile the Twitter.prg example ?
libraries for CURL
I understand that the libcurl.a and libcurldll.a files are static AC / C ++ libraries under Unix. And how can I use them under Windows ?
libraries for CURL
Please use this Harbour build that already include those libraries for Borland 32 bits: [url:2mdkt8fu]https&#58;//github&#46;com/FiveTechSoft/Harbour_builder/blob/master/harbour_win32_bcc_2020_10_19&#46;zip[/url:2mdkt8fu] this Harbour build that already include those libraries for Microsoft 32 bits: <!-- m --><a class="postlink" href="https://github.com/FiveTechSoft/Harbour_builder/blob/master/harbour_win32_msvc_2020_10_19.zip">https://github.com/FiveTechSoft/Harbour ... _10_19.zip</a><!-- m --> Harbour builds 64 bits including the curl libs: [url:2mdkt8fu]https&#58;//github&#46;com/FiveTechSoft/Harbour_builder[/url:2mdkt8fu]
library of utility functions of FWH also for mod HARBOUR
Dear friends, A library of some utility functions of FWH is also available for mod-harbour. You can access very comfortable databases (DBF & SQL), arrays, hashes, and JSON strings. At present, the following functions are ready: function MH_ArrayToHTML( aData, aHead, lWebPage ) function MH_BinrayRsToHTML( oRs ) function MH_DbfToArray( cFieldList, bFor, bWhile, nNext, nRec, lRest, aData ) function MH_DbfToHTML( cFieldList, lWebPage ) function MH_ImageToBase64( cImage ) function MH_RecordSetToHTML( oRs, lHtmlPage ) static function CloseTag( cTag ) static function ImageType( cBuf ) static function IsBinaryData( cData, nLen ) static function MH_ValToHTML( uVal, cTag ) These functions are working well and are generic functions. If we see that there is some interest we will post the code for use by all. Best regards, Otto
libreria BARLIB - Codigo de Barras.
Hola : hace unos años hice algunas pruebas de esta libreria sobre Clipper y FiveWin y funciono perfecto, ahora la necesito para Harbour/xHarbour y no se como conseguirla. Alguien me puede indicar como comprarla o bien si es libre donde bajarla ? Que libreria estan usando para imprimir codigos de barras.? Desde ya muchas gracias Theler Hugo
libreria BARLIB - Codigo de Barras.
Buenos Dias hugotheler, proba compilar adjunto los fontes de la lib con su projeto en xharbour, a mi me funciona mui bien. em portugues: experimenta compilar os fontes da barlib junto com seu projeto em xharbour, eu fiz isso e esta funcionando muito bem. Saludos, Regards
libreria BARLIB - Codigo de Barras.
Mira: <!-- m --><a class="postlink" href="http://www.fivewin.com.br/exibedicas.asp?id=676">http://www.fivewin.com.br/exibedicas.asp?id=676</a><!-- m --> <!-- m --><a class="postlink" href="http://www.fivewin.com.br/exibedicas.asp?id=520">http://www.fivewin.com.br/exibedicas.asp?id=520</a><!-- m --> <!-- m --><a class="postlink" href="http://www.fivewin.com.br/exibedicas.asp?id=395">http://www.fivewin.com.br/exibedicas.asp?id=395</a><!-- m -->
libreria Seguro de Fernando Santiago Vázquez
Hola, ¿Alguien sabe qué fue de aquella libreria para la protección de aplicaciones?. Muchas gracias <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->
libreria Seguro de Fernando Santiago Vázquez
Yo la tengo <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: --> , pero nunca me funciono con Clipper, el usar un Disquete con pista 0 Dañada no funcionaba, y era facil saltarse la protección, si la requieres avisame para que de dedique a buscarla. (La tengo dentro de uno de mis 13 Discos duros jejeje) Acabo de retomar algo que podria servirte: checa: [url:tb935vsl]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=10050&p=115431#p115431[/url:tb935vsl] Saludos..
libreria Seguro de Fernando Santiago Vázquez
Muchas gracias. Sí, por favor te lo agradecería cuando tengas tiempo. Creo recordar que el propio autor preparó también una versión para Fivewin. Además, en la lib estarán los datos de contacto del autor. Mil gracias <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->
libreria Seguro de Fernando Santiago Vázquez
Listo Compañero: Aqui la tengo en Español e Ingles, (jeje la encontre en el disco #9 de 3 GB donde tengo todo lo de Clipper 5) Ojala sea lo que necesitas: [url:2qhv691h]http&#58;//www&#46;megaupload&#46;com/?d=3W8CNTFX[/url:2qhv691h] Saludos.. <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P -->
libreria Seguro de Fernando Santiago Vázquez
Muchas gracias. No aparece lo que hizo para Fivewin. Voy a ver si contacto con él a ver qué pasó. Os mantendré informados.
libreria Seguro de Fernando Santiago Vázquez
[quote="cuatecatl82":3oxi79mo]Yo la tengo <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: --> , pero nunca me funciono con Clipper, el usar un Disquete con pista 0 Dañada no funcionaba, y era facil saltarse la protección, si la requieres avisame para que de dedique a buscarla. (La tengo dentro de uno de mis 13 Discos duros jejeje) Acabo de retomar algo que podria servirte: checa: [url:3oxi79mo]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=10050&p=115431#p115431[/url:3oxi79mo] Saludos..[/quote:3oxi79mo] Hola a todos: Llevo poco tiempo por este foro ya que llevo unos cuantos años separado del mundo de FiveWin, de echo la ultima versión que vi fue la 2.x .;-( Hace pocos días me tope con el foro y conocí a Harbour el cual esta de escándalo. La librería Seguro para FiveWin esta medio la abandone hace mucho tiempo medio hecha por causa de trabajo, y actualmente estoy revisando Harboour para ver si la retomo y la realizo en 32 bit. En cuanto al comentario del compañero cuatecatl82 tengo que decirle que Seguro 3 dejo de funcionar con la salida de Windows 95 a causa de que este ya no dejaba usar funciones de bajo nivel de la maquina ya que Seguro realizaba por ejemplo las lecturas y escrituras de discos a nivel de puertos por lo cual puede ser el motivo por el que no te funciono. Seguro nunca uso el sistema de Disquete con pista 0 Dañada, ya que si lo formateabas seguía teniendo la marca. Y respecto a que era fácil saltarse la protección de Seguro te pediría cuatecatl82 que me insieras el favor y me reportaras como, para conocer el punto débil, porque para mi es una sorpresa ya que de sus 4251 usuarios por todo el mundo, ninguno me reporto nunca que se la hubiera saltado alguien. Saludos
libreria Seguro de Fernando Santiago Vázquez
Fernando, Buenvenido a bordo!!! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Una alegría volver a tenerte entre nosotros! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
libreria Seguro de Fernando Santiago Vázquez
Hola Fernando: Sin afan de hacer polémica: Lo probe hace mas de 9 años, en Windows 95 y 98se (En esos tiempos) usaba RTlink y Blinker como compiladores creaba el exe sin problemas y al realizar la marcar el Exe en ocaciones fallaba, y cuando lo hacia correctamente entrabas a la aplicacion protegida sin que avisara nada, solo daba un pitido el cpu. Supe después que debido a un controlador que cargaba el sistema operativo hacia que los disquets no se marcaran de forma correcta. (No pude hacer más pruebas porque eran escasos mis conocimientos en S.O. y no tenia una maquina propia para meterle mano a todo.) El marcado de Discos con Pista 0 Dañada, (no recuerdo bien, pero así decia la ayuda, deja y busco la info en el archivo ng), se me hacia extraño y fantastico a la vez ya que un disco con pista 0 dañada pues ya no sirve por más que lo reformatees, y en el 80% de las veces ya ni se podian formatear. El como saltearse la protección, pues ya lo comente arriba, bajo MS DOS 6.0 puro no lo probe porque ya nadie lo usaba, el número de usuarios con licencia pagada que lo usa o usaba es respetable, yo usaba la version shareware y era obio que estaba muy limitada, no se si alguien todavia la use con Xp o Vista actualmente y con disquets. Seria un excelente trabajo si pudieras retomar y actualizar este proyecto que tiene muchas funciones que a muchos nos servirian. Saludos..
libreria Seguro de Fernando Santiago Vázquez
Hola Antonio gracias por la bienvenida intentaremos ayudar en este proyecto lo que humildemente pueda. Hola cuatecatl82 las pruebas que me dices sin lugar a dudas fallaban ya que como dije desde el win95 dejo de funcionar, que el programa siguiera funcionando era un milagro ya que lo normal es que reventara, ten en cuenta que Seguro era una librería para Dos y que su ultima versión la 3.3 salio a la calle a finales del 1995 a llovido mucho, yo ya soy viejo en estos temas, con la salida del win95 todo el mundo dio por muerto a Clipper, gracias a Antonio Linares que ya llevaba varios años dando caña con FiveWin estamos donde estamos. Los disquete de Seguro se marcaban fuera de los limites que el sistema operativo podía gravar y leer ya que se manejaba por los puertos pasando del Sistema operativo y de la Bios, por ejemplo saber el numero de serie de fabrica del HD y Tarjeta de Vídeo se realizaba con llamadas a los puertos de dichos componentes, ahora el sistema no te deja ni llamar. La retomada de Seguro por lo que e visto hay que realizara desde cero ya que ademas del código obsoleto las necesidades de ahora son distintas, por ejemplo ya quien tiene disquetera?, pero de todas forma ya estoy en ello y seguro que sale algo.<!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) --> Saludos
libreria Seguro de Fernando Santiago Vázquez
Estupendo, es una excelente noticia <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->. Lo ideal sería poner un sello al PC para evitar las reinstalaciones del programa. Quizás marcar algún archivo de Windows, no se. El registro yo lo descartaría porque hay programas que monitorizan los cambios que se hacen en él y luego permiten quitarlos, asi que no sirve. Un saludo
libreria Seguro de Fernando Santiago Vázquez
[quote="mgsoft":3pinao3g]Estupendo, es una excelente noticia <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->. Lo ideal sería poner un sello al PC para evitar las re-instalaciones del programa. Quizás marcar algún archivo de Windows, no se. El registro yo lo descartaría porque hay programas que monitorizan los cambios que se hacen en él y luego permiten quitarlos, asi que no sirve. Un saludo[/quote:3pinao3g] Si le pones solo un sello al Pc el programa estar libre para instalarlo en mas Pc, hay que ponérselo a los dos. En el registro de windows hay claves que solo se permite ver, no te deja ni borra ni modificar, todo depende de como las crees y si ademas están encristaladas mejor, esto es un tema que descubrí borrando los registro del Antivirus McAffe. Saludos
libreria Seguro de Fernando Santiago Vázquez
Cierto, lo mismo pasa con los datos que estan en el Regedit y que hacen referencia a los servicios de Windows, solo puedes ver, pero no modificar ni crear, solo algunas aplicaciones pueden crear este tipo de cadenas y valores, no doy como pero si seria interesante y en especial me interesa el tema sobre el marcado de los ejecutables y la Pc a Instalar.. Saludos..
libreria Seguro de Fernando Santiago Vázquez
[quote="cuatecatl82":hdroghua]Cierto, lo mismo pasa con los datos que estan en el Regedit y que hacen referencia a los servicios de Windows, solo puedes ver, pero no modificar ni crear, solo algunas aplicaciones pueden crear este tipo de cadenas y valores, no doy como pero si seria interesante y en especial me interesa el tema sobre el marcado de los ejecutables y la Pc a Instalar.. Saludos..[/quote:hdroghua] Lo de marcar el PC y el ejecutable lo tengo muy perfeccionado desde hace años, el problema es que windoows no permite escribir en el propio ejecutable que esta en ejecución, aunque creo tener una solución, y otro problema es el control de aplicaciones en red para lo cual seria ideal meterme en medio de los controladores de bases de datos. Otra de las cosas que son imprescindible en Seguro es el instalador y el creador de instalaciones, ya tengo escrito un instalador de windows en C ANSI que funciona de maravilla y que se configura grabandole un sello pero que para las necesidades de hoy se queda un poco corto. Me queda un rato de investigar y programar.<!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) --> Saludos
libreria filexls
Hola, Como puedo pasar parametros de configuracion de la pagina al archivo creado con filexls ? por ejemplo que la pagina sea horizonal y que se ajuste a una hoja por una hoja ? Se puede ? Gracias
libreria orclib.lib Para ORACLE Alquien la Ha trabajado
Alquien a trabajado con la libreria orclib.lib , para Oracle, Algun Ejemplo Gracias
libreria orclib.lib Para ORACLE Alquien la Ha trabajado
Buenos días Ruben Darío, nuestro compañero Jorge Gayoso está trabajando con ella. Saludos,
libreria orclib.lib Para ORACLE Alquien la Ha trabajado
Gracias, Tu po casulidad no tienes el correo
libreria orclib.lib Para ORACLE Alquien la Ha trabajado
Ruben Dario, busca en tu buzón de correo. Saludos
libreria orclib.lib Para ORACLE Alquien la Ha trabajado
Gracias, Por tu informacion.
libreria para ADS rddads.lib (SOLUCIONADO)
Hola a todos Quisiera saber si alguien me puede enviar la lib de ADS [b:w3e6nkg7]rddads.lib[/b:w3e6nkg7] para harbour de borland 7 [quote:w3e6nkg7] Harbour Build Info --------------------------- Version: Harbour 3.2.0dev (r1506171039) Compiler: Borland/Embarcadero C++ 7.0 (32-bit) Platform: Windows 7 6.1.7601 Service Pack 1 PCode version: 0.3 ChangeLog last entry: 2015-06-17 12:39 UTC+0200 Przemy czta.onet.pl) ChangeLog ID: 716cab68c697e983fa5871ca8045bd2318948b73 Built on: Jun 21 2015 11:56:11 Build options: (Clipper 5.3b) (Clipper 5.x undoc) ---------------------------[/quote:w3e6nkg7] desde ya muchas gracias
libreria para ADS rddads.lib (SOLUCIONADO)
Patricio, Puedes construirla tu mismo facilmente usando estos ficheros: [url:1rz157ak]https&#58;//github&#46;com/harbour/core/tree/master/contrib/rddads[/url:1rz157ak] Compila cada fichero C con Borland. Son solo 4 ficheros, y con sus OBJs creas la librería.
libreria para ADS rddads.lib (SOLUCIONADO)
gracias antonio dejo el archivo bat, si falta algo favor corregir [quote:3ka6h65m]rem compilando rem ace.h sacar de <!-- m --><a class="postlink" href="http://devzone.advantagedatabase.com/dz/content.aspx?key=20">http://devzone.advantagedatabase.com/dz ... spx?key=20</a><!-- m --> rem bajar Advantage Client Engine c:\borland\bcc7\bin\bcc32 -c -tWM -Ic:\hb32\include -Ic:\ADS ads1.c c:\borland\bcc7\bin\bcc32 -c -tWM -Ic:\hb32\include -Ic:\ADS adsfunc.c c:\borland\bcc7\bin\bcc32 -c -tWM -Ic:\hb32\include -Ic:\ADS adsmgmnt.c c:\borland\bcc7\bin\bcc32 -c -tWM -Ic:\hb32\include -Ic:\ADS adsx.c rem creando libreria c:\borland\bcc7\bin\Tlib rddads + ads1 + adsfunc + adsmgmnt + adsx[/quote:3ka6h65m]
librerias de fivewin para compilar con harbour
Hola! Acualmente estaba manejando el xHarbour y manejaba las librerías de FiveWin FiveHC.lib y FiveHX.lib, ahora para manejar el Harbour que librerías de FiveWin necesito manejar ?
librerias de fivewin para compilar con harbour
FiveHC.lib and FiveH.lib
librerías para Harbour y Clipper
Tengo problemas tratando de pasar una de mis aplicaciones de Clipper a Harbour. Tengo algunas preguntas sobre las dll que utilizo en ellas, si son necesarias o no y si el haberlas usado al trabajar con Resource Workshop pueden ser las razones por las cuales me da error al tratar de abrir las ventanas, siempre el error es el mismo, no encuentra el recurso (la dialog para abrirla) 1. Que es la dll COMMCTRL.dll que aparece en el directorio samples que me pide mi aplicación cuando la compilo, cosa que antes no necesitaba además he notado que contiene unas dialogs que no estan en español, no se si hay versión en español o si no importa. 2. Hay una versión de 32 bits o ya no es necesaria la dll Ctl3d.dll que usaba en FW. 3. Yo usaba FwCtrls.dll con WorkShop y la necesitaba luego para que mis aplicaciones funcionaran, la necesito con FWH, debo pasarla a 32 bits? 4. se menciona en la documentación de FWH la lib ace32.lib para el driver de advantage pero no la tengo en ninguno de mis directorios de FWH, ya no es necesaria o que? si no es necesaria, como hago para usar el driver.
librerías para Harbour y Clipper
[quote="jose_murugosa":1rtyd33r] Tengo algunas preguntas sobre las dll que utilizo en ellas, si son necesarias o no y si el haberlas usado al trabajar con Resource Workshop pueden ser las razones por las cuales me da error al tratar de abrir las ventanas, siempre el error es el mismo, no encuentra el recurso (la dialog para abrirla) 2. Hay una versión de 32 bits o ya no es necesaria la dll Ctl3d.dll que usaba en FW. [/quote:1rtyd33r] La dll CTL32D.DLL, no es necesaria [quote="jose_murugosa":1rtyd33r] 3. Yo usaba FwCtrls.dll con WorkShop y la necesitaba luego para que mis aplicaciones funcionaran, la necesito con FWH, debo pasarla a 32 bits? [/quote:1rtyd33r] FWctrl.dll, no existe para 32 bits, te recomiendo que tu DLL de 16 bits, la conviertas en una RC, y que usando rc2dll32, la pases de 16 a 32 bits. Una vez hecho, pasa de Workshop, te dara problemas en 32 bits (por lo menos esa es mi experiencia) usa PellesC, funciona en 32 bits, y es muy facil de manejar. [quote="jose_murugosa":1rtyd33r] 4. se menciona en la documentación de FWH la lib ace32.lib para el driver de advantage pero no la tengo en ninguno de mis directorios de FWH, ya no es necesaria o que? si no es necesaria, como hago para usar el driver [/quote:1rtyd33r] Si quieres usar Advantege, tienes que compilar la libreria ace32.lib, en mi version de FW 2.7, viene en la carpeta LIB, si no la tienes pidemela que te la envio.
libro MySQL
Hola, ¿Qué libro me recomendáis por favor?. El que sugiere Rafa Carmona, [u:5ywi68g7]MySQL. Edición revisada y actualizada 2009 [/u:5ywi68g7]de Pierre Dubois es de 2009. No se si hay alguno posterior que merezca la pena. Mil gracias compañeros.
libro MySQL
Lucas: Tienes el manual de MySql como alternativa <!-- m --><a class="postlink" href="http://dev.mysql.com/doc/refman/5.0/es/">http://dev.mysql.com/doc/refman/5.0/es/</a><!-- m --> Saludos
libro MySQL
Te comento que es el que estoy usando, es muy muy grande, aún que sea del 2009 <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->
libro MySQL
Rafa, Muchas gracias. ¿Es de Anaya verdad?. ISBN 10: 844152551X / ISBN 13: 9788441525511 Por cierto, ¿sigues vendiendo aquél libro que hiciste sobre Fivewin?. Salu2
libro MySQL
Manual MySQL-5.0-es.pdf [url:2m8ba1k4]http&#58;//www&#46;box&#46;com/s/sl1yf2vjn4ver4skjgud[/url:2m8ba1k4] Saludos
libro MySQL
Lucas, lo tienes en: [url:3kvih9qb]http&#58;//fivewin-contributions&#46;googlecode&#46;com/files/Bucaneros&#46;pdf[/url:3kvih9qb] Saludos, Félix
libro interesante programación Windows y sus ""internals""
Espero que os ayude: Un saludo
libro interesante programación Windows y sus ""internals""
Moisés, gracias
libro interesante programación Windows y sus ""internals""
Muchas gracias Moises , todo aporte es un autentico regalo. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Jose
libro interesante programación Windows y sus ""internals""
Gracias, bajando! <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
libro interesante programación Windows y sus ""internals""
Ojo que este libro tiene copyright y está en vigor y es ilegal compartirlo. Ante la duda retiro el enlace de descarga.
libro sobre programacion MVC en Harbour / xHarbour
<!-- m --><a class="postlink" href="http://www.bubok.es/libros/222837/Aprendiendo-a-pensar-en-objetos">http://www.bubok.es/libros/222837/Apren ... en-objetos</a><!-- m --> saludos
libros para Harbour y Clipper
Hola: Estoy buscando libros avanzados sobre Harbour y Clipper. Me da igual Inglés o Español, pero que sean buenos. Gracias de antemano. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
libros para Harbour y Clipper
Hace muchos años compre unos de Clipper (Aprenda 99% su Clipper, Clipper (un libro de color blanco muy bueno que era como la biblia) y Clipper Avanzado) Ya ni recuerdo donde los deje... Hasta habia una revista Clipper Advisor (Estabamos de moda) De Harbour nunca he visto ninguno. Lo mejor para aprender, es este maravilloso foro. Gracias a todos los amigos que siempre tienden una "mano" y dedican algo de su valioso tiempo para compartir sus conocimientos...
libros para Harbour y Clipper
[url:wxf1mqgi]http&#58;//books&#46;google&#46;com/books?q=clipper+programming&btnG=Search+Books[/url:wxf1mqgi]
libros para Harbour y Clipper
Antonio, ¿Y de todas las 609 referencias cuáles me recomiendas?. ¿Cuáles fueron tus libros de cabecera?. Muchas gracias <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
libros para Harbour y Clipper
Para Clipper Clipper clipper5 5.3 a su alcance Straley's Object-Orienteed Clipper Programing Yo utilizo como referencia Clipper5 5.0 Reference de Nantucket Y los ejemplos y fuentes de FiveWin Nota me parece que el grupo EIDOS tenía uno también (si mal no me acuerdo)
libros para Harbour y Clipper
Por cierto, MGSOFT, de donde eres tu, (no aparece en tu banner), Es bueno saber el nombre y donde está ubicado el interlocutor, <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
libros para Harbour y Clipper
mgsoft, La guia de referencia de Clipper: <!-- m --><a class="postlink" href="http://www.ousob.com/ng/53guide/">http://www.ousob.com/ng/53guide/</a><!-- m --> Libros: te recomiendo Rick Spencer y tambien Stephen Stralley. Ambos trabajaron en Nantucket, que es la empresa que creó Clipper.
libros para Harbour y Clipper
Uno muy bueno es "Clipper 5.2" de Rick Spencer Luis
libros para Harbour y Clipper
También tienes el "Curso de Programación en Clipper 5" del grupo Eidos.
libs hbziparc.lib hbmzip.lib y hbzip.lib
Saludos No he podido compilar mi aplicacion para comprimir archivos, he consultado el foro sin concluir con una consulta favorable al usar hb_zipfile(), me indica que no tengo definidas las hb_zipfile(),hb_zipblock(), etc... y segun blogs debo linkar las libs hbzipark, hbmzip y hbzip pero estas para que version de fwh y xharbour son, o donde las consigo? gracias
libs hbziparc.lib hbmzip.lib y hbzip.lib
Noé en xharbour con hbzip.lib y zlib.lib tiene que funcionar. Luis
libs hbziparc.lib hbmzip.lib y hbzip.lib
Estan en las lib de xharbour
libssh2
Buenas, alguien ha logrado construir libssh2 para Borland para usarla con Harbour y FWH ? [url:p7u0j0uq]http&#58;//www&#46;libssh2&#46;org/[/url:p7u0j0uq] Saludos
libssh2
Hi, anyone has built libssh2 for Borland for use with Harbour and FWH? <!-- m --><a class="postlink" href="http://www.libssh2.org/">http://www.libssh2.org/</a><!-- m --> Best regards,
libssh2
Buen dia Ha pasado mucho tiempo desde esta pregunta, consulto por si alguien tiene la LIBSSH2 para Borland con xHarbour y FWH ... ?? Gracias
libssh2
para que sirve? Saludos.
libssh2
Karinha Entre otras cosas para subir y bajar archivos de un SFTP, tenemos actualmente CURL pero NO funciona con xHarbour, por lo menos no lo que he probado y estoy buscando otras opciones, internas para subir y bajar de un SFTP
libxlsxwriter
Hello, [url:2so3xjql]http&#58;//libxlsxwriter&#46;github&#46;io/[/url:2so3xjql] This week end I found this library to create XLSX files. I think it is awesome and I created an harbour (incomplete) wrapper, you can found it here: [url:2so3xjql]http&#58;//aperricone&#46;altervista&#46;org/extras/libxlsxwriter&#46;zip[/url:2so3xjql] I put a compiled version of the library made with Visual Studo 2017. To compile the library is necessary use CMake. I think it could be great use it to create the excel files from TReport and XBrowse. Regards, Antonino
libxlsxwriter
+1 Thanks
libxlsxwriter
and this is the bcc73 and msvc2010 versions [url:1bz4j7d8]http&#58;//www&#46;mediafire&#46;com/file/x4p22aynmddnlwl/libxlsxwriter_harbour_xharbour_bcc_msvc_20171122&#46;7z[/url:1bz4j7d8]
libxlsxwriter
excellent!!!
lighting
someone have an sample to open and clode a Light from pc ( xharbour) ?