Search found 143 matches: wrappers

Return to advanced search

Re: Metro style

... the quick answer, that means perhaps commands and functions for WinRT can be used like Antonio has created FiveWin for Win32\64 .. basically as wrappers ? I guess the next question is a native WinRt application an .exe or some other run-time executable ?? I know Android tablets and their OS ...
by Rick Lipkin
Wed Sep 26, 2012 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro style
Replies: 83
Views: 18577

Re: Ejemplo con Image2Pdf

Armando, Aqui estan los wrappers: ///////////////////////////////////////////////////////////////////////////DLL32 Function I2PDF_AddImage(image as LPSTR);AS LONG PASCAL FROM "I2PDF_AddImage" LIB "IMAGE2PDF.DLL"//Public ...
by George
Wed Sep 05, 2012 8:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo con Image2Pdf SOLUCIONADO
Replies: 11
Views: 3415

Re: Ejemplo con Image2Pdf

... usar la DLL, de todas formas muy agradecido con tu ejemplo. George: Voy a probar tu ejemplo ya daré mis resultados. Por cierto, necesito algunos wrappers???, alguna LIB?. Nuevamente, muy agradecido a ambos. Saludos
by Armando
Wed Sep 05, 2012 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo con Image2Pdf SOLUCIONADO
Replies: 11
Views: 3415

Re: errores FiveLinux

... la sintaxis de FiveLinux (=FiveWin) es la clave. Es xbase :-) Asi se diseñó en las primeras versiones de dBase para Windows y FoxPro. Si usamos wrappers en C al API de GTK directamente, en realidad nada nos distingue como usuarios xbase. A fin de cuentas, podriamos usar cualquier lenguaje para ...
by Antonio Linares
Mon Sep 03, 2012 10:47 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: errores FiveLinux
Replies: 16
Views: 6358

Re: Fast Reports -Sergey Rests

... was obtain permission to distribute FastReports to the xbase community by developing the wrapper functions needed to use it. His business was the wrappers not fastreports itself. Take a look at Fast Reports Inc. website: http://www.fast-report.com/ Reinaldo.
by reinaldocrespo
Sun Jul 15, 2012 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Reports -Sergey Rests
Replies: 34
Views: 9410

Re: AYUDA CON DLL IMG2PDF SOLUCIONADO

... Satisfactoriamente ...")   ENDCASE      FreeLib32(hLibImg2PDF)   SetResources( hOldRes ) Y los wrappers ... DLL32 STATIC FUNCTION IMG2PDF( cArchivoIni AS LPSTR, cArchivoFin AS LPSTR) AS LONG;  PASCAL FROM "IMG2PDF" LIB "IMG2PDF.dll" ...
by FRANCISDAX
Sat May 26, 2012 2:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA CON DLL IMG2PDF
Replies: 5
Views: 1167

Re: Manejo de archivos XML

... parte de la libreria xhb.lib de Harbour (fué un trabajo originalmente desarrollado para xHarbour y luego portado a Harbour). La otra versión son wrappers a MiniXML usando el código original de MiniXML. Está en la carpeta hbmxml de contribs de Harbour. A ambas implementaciones se puede acceder ...
by Antonio Linares
Wed Apr 25, 2012 10:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manejo de archivos XML
Replies: 4
Views: 1167

Scintilla

Hola a todos,

Alguien tiene ya hechos wrappers para usar scintilla ?
by Carles
Tue Feb 28, 2012 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Scintilla
Replies: 11
Views: 4948

Re: FW y ORACLE

... que uses ADO http://msdn.microsoft.com/en-us/library/ms810811.aspx . Si tienes nivel con el lenguaje C y en la creacción de wrappers le puedes dar un vistazo a OCILIB http://orclib.sourceforge.net/ de Vicent Rogier. Para la cadena de conexión http://www.connectionstrings.com/Providers/oracle-provider-for-ole-db-oraoledb ...
by Baxajaun
Sat Feb 25, 2012 4:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW y ORACLE
Replies: 4
Views: 961

Re: How to read Indentity card

... There is Developer guide with example with C. Unfortunately, I do not know how to write the wrappers. :( http://eid.belgium.be/nl/binaries/eID_Developers_Guide_tcm147-63130.pdf Regards, Marc
by Marc Vanzegbroeck
Tue Jan 03, 2012 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read Indentity card
Replies: 4
Views: 769

Re: SqLite in network

Hi,

I also want to start using SQLite.
What do I need to use it (library,wrappers,...)?

Regards,
Marc
by Marc Vanzegbroeck
Fri Nov 11, 2011 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SqLite in network
Replies: 24
Views: 6727

Re: Que es lo mejor hacia Excel?

Hola gente,

solo quería comentar que estoy trabajando en los wrappers de libxl, una librería de pago muy completa para trabajar con archivos excel, tanto de lectura como escritura. Es un poco extensa, pero creo que vale la pena

http://www.libxl.com
by Carlos Mora
Thu Aug 25, 2011 1:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que es lo mejor hacia Excel?
Replies: 5
Views: 974

Re: Oracle y (x)harbour

Hola Pablo,

si eres capaz de contruir las wrappers para OCI (Oracle Call Interface) http://www.oracle.com/technetwork/database/features/oci/index.html

También te puede interesar libsqlora8 http://www.poitschke.de/libsqlora8/

Saludos,

Félix
by Baxajaun
Wed May 11, 2011 8:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Oracle y (x)harbour
Replies: 8
Views: 1459

Re: How to manipulate MP3 tags?

... a wrapper class. Maybe someone here in the forum can guide us, to derive this wrapper class from the other available ones ;-) There are still wrappers for C#, C/C++, Delphi, VB.NET, VB6 and Profan.
by frose
Wed Nov 24, 2010 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to manipulate MP3 tags?
Replies: 3
Views: 916

Re: Dlg Form flickering?

Hey Tim! How are you? I know I had your email, but can't find it anymore. Sorry. I was working on some wrappers last few days that might help you (a little) on that other issue you are working with. Please write to me again, this time I'll make sure I save it to my address ...
by reinaldocrespo
Sat Oct 16, 2010 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dlg Form flickering?
Replies: 6
Views: 1096
PreviousNext

Return to advanced search