Page 1 of 6

Google APIS Lib for Fivewin

PostPosted: Wed Nov 22, 2017 9:48 pm
by cnavarro
Download this file for test Drive, GMail and Calendar of Google

https://bitbucket.org/fivetech/fivewin- ... GOOGLE.zip

Instructions for use of GOOGLE APIS
https://bitbucket.org/fivetech/harbour_ ... o_REST.pdf
Pages 44 to 46

Regards

Pd.: please send me your doubts and suggestions

Re: Google APIS Lib for Fivewin

PostPosted: Wed Nov 22, 2017 11:25 pm
by horacio
Cristobal, he intentado compilar y obtengo estos errores

Code: Select all  Expand view

Executando: ILINK32 @B32.BC
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: Unresolved external '_HB_FUN_TIPCLIENTHTTP' referenced from GOOGLE.LIB|TGOOGLE
Error: Unresolved external '_HB_FUN___HBEXTERN__HBSSL__' referenced from GOOGLE.LIB|TGOOGLE
Error: Unable to perform link
 


Mis herramientas son Fwh 17.01, BCC7 y Harbour 3.2. Muchas gracias.

Saludos

Re: Google APIS Lib for Fivewin

PostPosted: Wed Nov 22, 2017 11:40 pm
by cnavarro
Gracias Horacio,
Estas son las librerias que utilizo, creo que no me falta ninguna

d:\fwh\fwhteam\lib\fiveh.lib
d:\fwh\fwhteam\lib\fivehc.lib
D:\Fwh\FwhTeam\lib\GOOGLE.lib
D:\Harbour\harbour7\lib\hbwin.lib
D:\Harbour\harbour7\lib\gtgui.lib
D:\Harbour\Harbour7\lib\gtwin.lib
D:\Harbour\harbour7\lib\hbrtl.lib
D:\Harbour\Harbour7\lib\hbvm.lib
D:\Harbour\harbour7\lib\hblang.lib
D:\Harbour\harbour7\lib\hbmacro.lib
D:\Harbour\harbour7\lib\hbrdd.lib
D:\Harbour\harbour7\lib\rddntx.lib
D:\Harbour\harbour7\lib\rddcdx.lib
D:\Harbour\harbour7\lib\rddfpt.lib
D:\Harbour\harbour7\lib\hbsix.lib
D:\Harbour\harbour7\lib\hbdebug.lib
D:\Harbour\harbour7\lib\hbcommon.lib
D:\Harbour\harbour7\lib\hbpp.lib
D:\Harbour\harbour7\lib\hbcpage.lib
D:\Harbour\harbour7\lib\hbcplr.lib
D:\Harbour\harbour7\lib\hbct.lib
D:\Harbour\harbour7\lib\hbpcre.lib
D:\Harbour\harbour7\lib\xhb.lib
D:\Harbour\harbour7\lib\hbziparc.lib
D:\Harbour\harbour7\lib\hbmzip.lib
D:\Harbour\harbour7\lib\hbzlib.lib
D:\Harbour\harbour7\lib\minizip.lib
D:\Harbour\harbour7\lib\png.lib
D:\Harbour\harbour7\lib\hbcurl.lib
D:\Harbour\harbour7\lib\hbusrrdd.lib
D:\Harbour\harbour7\lib\hbtip.lib
D:\Harbour\Harbour7\lib\hbtipssl.lib
D:\Harbour\harbour7\lib\hbmxml.lib
D:\Harbour\harbour7\lib\hbmisc.lib
D:\Harbour\Harbour7\lib\hbcurls.lib
D:\Harbour\Harbour7\lib\hbssl.lib
D:\Harbour\Harbour7\lib\hbssls.lib
D:\Harbour\Harbour7\lib\libeay32.lib
D:\Harbour\Harbour7\lib\ssleay32.lib
D:\Harbour\Harbour7\lib\libssl32.lib
D:\Borland\bcc7\lib\cw32.lib
D:\Borland\bcc7\lib\uuid.lib
D:\Borland\bcc7\lib\import32.lib
D:\Borland\bcc7\lib\psdk\odbc32.lib
D:\Borland\bcc7\lib\psdk\nddeapi.lib
D:\Borland\bcc7\lib\psdk\Iphlpapi.lib
D:\Borland\bcc7\lib\psdk\msimg32.lib
D:\Borland\bcc7\lib\psdk\psapi.lib
D:\Borland\bcc7\lib\psdk\rasapi32.lib
D:\Borland\bcc7\lib\psdk\gdiplus.lib
D:\Borland\bcc7\lib\psdk\riched20.lib
D:\Borland\bcc7\lib\psdk\shell32.lib
D:\Borland\bcc7\lib\psdk\urlmon.lib ,



Re: Google APIS Lib for Fivewin

PostPosted: Thu Nov 23, 2017 10:19 am
by AngelSalom
Cristóbal, al ejecutar apilist1

Image

Re: Google APIS Lib for Fivewin

PostPosted: Thu Nov 23, 2017 10:22 am
by cnavarro
Tienes las DLLS que comento en mi post anterior?

viewtopic.php?f=3&t=34904#p207535

Re: Google APIS Lib for Fivewin

PostPosted: Thu Nov 23, 2017 10:35 am
by AngelSalom
Vale!, no había visto el post en el foro inglés.

Re: Google APIS Lib for Fivewin

PostPosted: Thu Nov 23, 2017 11:05 am
by cnavarro
Y el video por si no lo habéis visto

https://www.youtube.com/watch?v=i795dnT ... ME5PJoZAdE

Re: Google APIS Lib for Fivewin

PostPosted: Thu Nov 23, 2017 1:58 pm
by cnavarro

Re: Google APIS Lib for Fivewin

PostPosted: Fri Nov 24, 2017 3:13 pm
by José Luis Sánchez
Gracias Cristobal, me parece un trabajo y una aportación enorme.

Saludos,
José Luis

Re: Google APIS Lib for Fivewin

PostPosted: Tue Nov 28, 2017 1:38 pm
by cnavarro
Recordar que es una libreria para que os sirva en pruebas y como introducción en este tema y debug. No se debe utilizar en producción para proyectos finales hasta que no se publique la versión definitiva que espero esté completa a lo largo de este mes de Diciembre y que contendrá además creación y uso de documentos google ( sheets, doc y slides, y otras sorpresas ).
También, pueden haber cambios en los nombres de los métodos o datas de algunas clases.
Por favor enviadme vuestras sugerencias y problemas encontrados.

Re: Google APIS Lib for Fivewin

PostPosted: Sat Dec 02, 2017 10:08 pm
by AIDA
Gracias Cristobal que lindo :)

espero poder usarla correctamente :mrgreen:

saluditos :wink:



cnavarro wrote:Download this file for test Drive, GMail and Calendar of Google

https://bitbucket.org/fivetech/fivewin- ... GOOGLE.zip

Instructions for use of GOOGLE APIS
https://bitbucket.org/fivetech/harbour_ ... o_REST.pdf
Pages 44 to 46

Regards

Pd.: please send me your doubts and suggestions

Re: Google APIS Lib for Fivewin

PostPosted: Thu Dec 14, 2017 6:28 pm
by sygecom
Enhorabuena por el gran trabajo.

Re: Google APIS Lib for Fivewin

PostPosted: Fri Jan 05, 2018 8:45 pm
by cnavarro
--------------------------------------- NEW VERSION UPDATED 05/01/2018 ----------------------------

https://bitbucket.org/fivetech/fivewin- ... GOOGLE.zip

Re: Google APIS Lib for Fivewin

PostPosted: Sat Jan 06, 2018 9:47 pm
by cnavarro
---------------------------------- NEW VERSION UPDATED 06/01/2018 ------------------------

- ApiList1.exe not run: fixed

https://bitbucket.org/fivetech/fivewin- ... GOOGLE.zip

Re: Google APIS Lib for Fivewin

PostPosted: Sun Jan 07, 2018 9:17 am
by Andrés González
Me he descargado la última versión de harbour y he generado de nuevo las librerias pero no me genera las siguientes librerias:

D:\Harbour\Harbour7\lib\hbcurls.lib
D:\Harbour\Harbour7\lib\hbssl.lib
D:\Harbour\Harbour7\lib\hbssls.lib
D:\Harbour\Harbour7\lib\libeay32.lib
D:\Harbour\Harbour7\lib\ssleay32.lib
D:\Harbour\Harbour7\lib\libssl32.lib

Alguien sabe que hay que hacer para generar estas librerias?