Page 11 of 13

Re: HMG 3.0.36 (Test)

Posted: Sun Jun 19, 2011 6:28 pm
by Roberto Lopez
Roberto Lopez wrote:
Roberto Lopez wrote:
rathinagiri wrote:Let me do that tomorrow morning at my office and check that out.
And...

I've forgot hbnetio.

Please, add it.
And...

hbodbc :)
And...

rddsql, sddmy...

:)

Re: HMG 3.0.36 (Test)

Posted: Sun Jun 19, 2011 8:29 pm
by Rathinagiri
Definitely Roberto.:)

Re: HMG 3.0.36 (Test)

Posted: Sun Jun 19, 2011 9:29 pm
by Roberto Lopez
rathinagiri wrote:Hi Roberto,

The new IDE works perfect and FAST!

We have to add only one line in hmg.hbc

libs=hbsqlit3

for harbour bridge for sqlite working.

As of now, I could not verify MySQL since I could not create libmysql.a for 5.5.13 version. So, I had remarked the lines relating to MySQL in hmg.hbc and verified. If you have created libmysql.a for this version can you please upload the same here? We can distribute along with hmg that file you are giving here (the same version of libhbmysql.a.

Well...

Many many many years ago, I've found the solution for this, searching the net.

This is an edit of that solution:
This is the best way of compiling on Windows using MinGW I can find:

1. Use pexports (attached to this message) to extract a symbol list from the mysqlclient DLL, libmySQL.dll

pexports libmySQL.dll > libmySQL.def"

2. Use dlltool (comes with MingW) to create a .a file from these.

dlltool --input-def libmySQL.def --dllname libmySQL.dll --output-lib libmySQL.a -k

3. Try to link against this .a file

This will fail, complaining that it can't find various symbols
(as in things like "mysql_connect@16").

Take note of the names of these and the number after the "@"

4. Edit libmySQL.def with notepad or whatever; for each of the symbols, add the
appropriate "@nn" at the end.

Repeat step 2.
Repeat step 3. This time it should link successfully.
It is an tedious and horrible work... it's all yours now :)

EDIT:

You can download full version of pexports from:

http://www.emmestech.com/software/pexpo ... ports.html

Re: HMG 3.0.36 (Test)

Posted: Sun Jun 19, 2011 11:06 pm
by danielmaximiliano
Hola Roberto : tengo malas nuevas. descargue HMG3.0.37(test) desde el IDE abri mi aplicacion al intentar compilar me dio este error. no agregue nada en examinador de proyecto. solo busque la carpeta y abri VENCIMIENTOS.hbp, le di Click sobre el boton Ejecutar y me dio este error.
en HMG3.0.35 y HMG3.0.36(test) funciona bien.
para verificar la existencia de un error dentro de mi aplicacion sin cerrar el proyecto decidi abrir otro proyecto desde C:\hmg.3.0.37.test\hmg\SAMPLES\ACTIVEX.1
elegi demo1.hbp le di click al boton Ejecutar y me da error.
demo1.rc contiene los recursos del anterior proyecto.

Re: HMG 3.0.36 (Test)

Posted: Sun Jun 19, 2011 11:15 pm
by Roberto Lopez
Roberto Lopez wrote:It is an tedious and horrible work... it's all yours now :)
Well... since I'm a sensitive soul, I've done for you :)

Re: HMG 3.0.36 (Test)

Posted: Sun Jun 19, 2011 11:22 pm
by Roberto Lopez
danielmaximiliano wrote:Hola Roberto : tengo malas nuevas. descargue HMG3.0.37(test) desde el IDE abri mi aplicacion al intentar compilar me dio este error. no agregue nada en examinador de proyecto. solo busque la carpeta y abri VENCIMIENTOS.hbp, le di Click sobre el boton Ejecutar y me dio este error.
en HMG3.0.35 y HMG3.0.36(test) funciona bien.
para verificar la existencia de un error dentro de mi aplicacion sin cerrar el proyecto decidi abrir otro proyecto desde C:\hmg.3.0.37.test\hmg\SAMPLES\ACTIVEX.1
elegi demo1.hbp le di click al boton Ejecutar y me da error.
demo1.rc contiene los recursos del anterior proyecto.
Yo no he probado el .37.

Simplemente apliqué los cambios en el archivo que subí hace algunas horas y todo parece estar funcionando bien.

Por favor, intentá hacer eso.

I've not tested .37
I've simply applied the changes indicated in the file I've uploaded and all is working fine here.

Please, try to do the same.

Re: HMG 3.0.36 (Test)

Posted: Sun Jun 19, 2011 11:28 pm
by Roberto Lopez
Roberto Lopez wrote: Yo no he probado el .37.

Simplemente apliqué los cambios en el archivo que subí hace algunas horas y todo parece estar funcionando bien.

Por favor, intentá hacer eso.

I've not tested .37
I've simply applied the changes indicated in the file I've uploaded and all is working fine here.

Please, try to do the same.
y probá borrando la carpeta .hbmk en la carpeta de tu proyecto.

And try deleting the .hbmk folder in your project folder.

Re: HMG 3.0.36 (Test)

Posted: Sun Jun 19, 2011 11:30 pm
by danielmaximiliano
Igualmente muy GRANDE tu trabajo..
Hoy Festejamos el dia del padre aqui en Argentina.. te mando un feliz dia x ahi !!....
ahhh. aqui tambien llovia y mi conexion de internet se cortaba continuamente
los ISP deben estar confabulados !!. jajaja
:lol:

Re: HMG 3.0.36 (Test)

Posted: Sun Jun 19, 2011 11:39 pm
by Roberto Lopez
danielmaximiliano wrote:Igualmente muy GRANDE tu trabajo..
Hoy Festejamos el dia del padre aqui en Argentina.. te mando un feliz dia x ahi !!....
ahhh. aqui tambien llovia y mi conexion de internet se cortaba continuamente
los ISP deben estar confabulados !!. jajaja
:lol:
Por si no lo sabés, yo también soy de Argentina y seguramente sufrimos al mismo ISP:)

Este es de una gran compañía telefónica cuya red (por lo menos acá) es un gran manojo de cables oxidados :)

Re: HMG 3.0.36 (Test)

Posted: Sun Jun 19, 2011 11:41 pm
by Roberto Lopez
Roberto Lopez wrote:Este es de una gran compañía telefónica cuya red (por lo menos acá) es un gran manojo de cables oxidados :)
Deberían comercializar su servicio como de 'banda angosta' en lugar de banda ancha :)