Search found 143 matches: wrappers

Return to advanced search

Re: How many INDEX can create ON MySql and How to use it?

... using AdoRdd and .dbf syntax .. you can do that. If you want to use the Microsoft ADO Class and methods you can do that as well or the FW_xx wrappers that use the ADO Class in easy to use functions or you can do it the manual way with TOleAuto. https://msdn.microsoft.com/en-us/library/windows/desktop/ms677516%28v=vs.85%29.aspx ...
by Rick Lipkin
Sat Jun 27, 2015 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many INDEX can create ON MySql and How to use it?
Replies: 8
Views: 2468

Re: Ms Access (ADO) in a network with multiple users?

... a short-cut on each desktop. ADO ( ole ) is always a good answer no matter what programming algorithm you use, be it AdoRdd, Fw_Ado functions\wrappers, or just plain ADO methods you manipulate defined by the Microsoft Ado Class within either Harbour or xHarbour. The redundant point I am making ...
by Rick Lipkin
Fri Jun 12, 2015 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ms Access (ADO) in a network with multiple users?
Replies: 2
Views: 751

Re: Duda HBQT + Harbour

... Lautaro me gustaria añadir que HbQt es un wrapper (binding) a la libreria C++ multidispositivo-multisistemaoperativo Qt. Aqui una lista de los wrappers para Qt 4 (incluye Harbour :D ) http://en.wikipedia.org/wiki/List_of_language_bindings_for_Qt_4 Aqui una lista de los wrappers para Qt 5 (Falta ...
by hmpaquito
Thu Jun 04, 2015 2:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda HBQT + Harbour
Replies: 8
Views: 1470

Re: coordenadas GPS

IMHO el camino sería hablar con el Sr. Bedi. El ya ha hecho los wrappers para funciones multimedia. Quizá tenga pensado subir alguna modificación relativa a GPS. Aquí el changelog donde subio cosas relacionadas con la camara de fotos y otros dispositivos ...
by hmpaquito
Fri Apr 17, 2015 4:58 pm
 
Forum: FiveTouch
Topic: coordenadas GPS
Replies: 6
Views: 3091

Re: Antonio, ¡estoy inquieto!

... de la clase tmysql que uso en xharbour para usarla con harbour, pero me tira estos errores, y pues la verdad no entiendo de .c y veo que es los wrappers de mysql.c alguien que me pueda ayudar? adjunto los errores y el codigo de mysql.c Error E2451 mysql.c 160: Undefined symbol 'HB_ITEM' in function ...
by Francisco Horta
Thu Feb 19, 2015 11:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio, ¡estoy inquieto!
Replies: 17
Views: 6196

Re: Fivewin/xharbour with ActiveX Data Objects (ado) and MySQL

... several links to get you started understanding ADO : http://wiki.fivetechsoft.com/doku.php?id=ado-related_stuffs Here is a second link that uses wrappers to simplify the Ado code into single functions : http://wiki.fivetechsoft.com/doku.php?id=ado_support Hope this helps answer your questions. ...
by Rick Lipkin
Thu Jan 29, 2015 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin/xharbour with ActiveX Data Objects (ado) and MySQL
Replies: 19
Views: 6633

Re: tData for SQL

Tim Rao has done some nice work in creating FW wrappers for many for the routine Sql Ado methods. For me ( when I was learning ado ) it was useful in understanding the basic methods and what they did so I had a clearer idea what was possible and ...
by Rick Lipkin
Mon Jul 07, 2014 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tData for SQL
Replies: 24
Views: 6202

Re: Next target: EasyReport !!! :-)

... of a thirth part and if it dies or it retires I will have problem with the component. It would be very different if you manage in-house all the wrappers to professional thirth part components. It will have a develop cost for Fivetech but this isn't a problem for a IT company that can pay for ...
by Marco Turco
Fri Jul 04, 2014 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Next target: EasyReport !!! :-)
Replies: 61
Views: 14899

Re: C Struct

... can't help you on that, sorry. Why don't you create an import library from the DLL that you need to manage and then use direct link using some C wrappers ? Its very easy and you have the FWH sources at winapi folder plenty of examples :-) If you need help just say it. Also I take the oportunity ...
by Antonio Linares
Wed Jun 11, 2014 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct
Replies: 23
Views: 3500

Re: To Antonio: outportbyte()

Günther,

Do you mean to create the C wrappers for http://www.highrez.co.uk/scripts/download.asp?package=InpOut32C ?
by Antonio Linares
Thu Jul 25, 2013 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: outportbyte()
Replies: 4
Views: 769

Re: Comparativa de diseñadores de reportes

... listado DEF de la DLL y ver que es lo que exporta. Entiendo que el trabajo que hizo Sergey fué conectarse a esas funciones exportadas, crear los wrappers para ser usadas desde Harbour y finalmente identificar las classes que puedan crearse para simplificar el diseño. En relación al trabajo de ...
by Antonio Linares
Wed Jul 10, 2013 2:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Comparativa de diseñadores de reportes
Replies: 74
Views: 29129

Re: Fivedroid on Qt

... capas intermedias..." Por eso te decia que para ti esta "chupado"... no se si se trataria de hacer una jerarquia de clases mas unos wrappers... Esto que para ti es el abc a otros nos hace un mundo. Que haya una capa intermedia Qt puede ser hasta bueno porque ellos (Qt) facilitan ...
by Antonio Mart.
Mon Jun 10, 2013 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 37188

Re: FW pdf viewer?

I think that Haru PDF is a good choice and there are already wrappers in Harbour contribs developed by Pritpal: http://libharu.sourceforge.net/ Documentation: https://github.com/libharu/libharu/wiki This may also help to understand ...
by Antonio Linares
Tue Apr 30, 2013 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW pdf viewer?
Replies: 21
Views: 4569

Re: lost memory with images in xBrowse

... on harbour. They should soon be included as I recently sent them to be included as a contribution to harbour. In the meanwhile, here is the wrappers to those functions. You only need to add this code to your adsfunc.c and rebuild rddads.lib. Then you may start using AdsSet...() funcs. //----------------------------------//RCB ...
by reinaldocrespo
Fri Dec 07, 2012 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lost memory with images in xBrowse
Replies: 24
Views: 4954

Does one know about this language. !

... compiler with initial support other xBase dialects. Multitasking, OOP,SIX/Comix, SQL and ODBC drivers,a C-API for third-party developers, a few wrappers for popular libraries (such as BZIP, GZIP, GD, Crypto, and Fcgi), Site := http://sourceforge.net/projects/clip-itk I pulled the file ...
by HATHAL
Wed Nov 14, 2012 5:47 pm
 
Forum: FiveWin for CA-Clipper
Topic: Does one know about this language. !
Replies: 0
Views: 1624
PreviousNext

Return to advanced search