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 w... |
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_... |
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 s... |
libharu | The idea is good, but the implementation look a little lazy:
The SetPage method takes the nPage from [url=https://msdn.microsoft.com/it-it/library/windows/desktop/dd319099(v=vs.85).aspx:1x5co7aq]this list[/url:1x5co7aq] but this implementation calls HPDF_Page_SetSize that take the values from [url=h... |
libharu | About the font, Starting from [url=https://stackoverflow.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: #... |
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 ... |
libharu | Really I would write:
[code=fw:3qxyt1nf]<div class="fw" id="{CB}" style="font-family: monospace;">HPDF_Page_SetRGBFill<span style="color: #000000;">(</span> ::<span style="color: #000000;">hPage</span>, HB_BitAnd<span style="color: #000000;">(</span>Int<span style="color: #000000;">(</span> nClrText<span st... |
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 .... |
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 ... |
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 c... |
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 dep... |
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/fu... |
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 --><... |
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://forums.fivetechsupport.com/viewtopic.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... |
libraries for CURL | Download this file:
[url:2m2nnikm]https://bitbucket.org/lorenzodla/mod_harbour_actions_resources/downloads/curl-7.54.0-win32-mingw.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://github.com/FiveTechSoft/Harbour_builder/blob/master/harbour_win32_bcc_2020_10_19.zip[/url:2mdkt8fu]
this Harbour build that already include those libraries for Microsoft 32 bits:
<!-- m --><a class... |
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 )
func... |
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 m... |
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 clas... |
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 t... |
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://www.megaupload.com/?d=3W8CNTFX[/url:2qhv691h]
Saludos.. <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" titl... |
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 qu... |
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 na... |
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 cu... |
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 monitori... |
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 ... |
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 l... |
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... |
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... |
libreria para ADS rddads.lib (SOLUCIONADO) | Patricio,
Puedes construirla tu mismo facilmente usando estos ficheros:
[url:1rz157ak]https://github.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
... |
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... |
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... |
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://www.box.com/s/sl1yf2vjn4ver4skjgud[/url:2m8ba1k4]
Saludos |
libro MySQL | Lucas,
lo tienes en:
[url:3kvih9qb]http://fivewin-contributions.googlecode.com/files/Bucaneros.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 mar... |
libros para Harbour y Clipper | [url:wxf1mqgi]http://books.google.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... |
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://www.libssh2.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://libxlsxwriter.github.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://aperricone.altervista.org/extras/libxlsxwriter.zip[/... |
libxlsxwriter | +1
Thanks |
libxlsxwriter | and this is the bcc73 and msvc2010 versions [url:1bz4j7d8]http://www.mediafire.com/file/x4p22aynmddnlwl/libxlsxwriter_harbour_xharbour_bcc_msvc_20171122.7z[/url:1bz4j7d8] |
libxlsxwriter | excellent!!! |
lighting | someone have an sample to open and clode a Light from pc ( xharbour) ? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.