HMG 3.0.36 (Test)

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.36 (Test)

Post 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...

:)
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.0.36 (Test)

Post by Rathinagiri »

Definitely Roberto.:)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.36 (Test)

Post 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
Attachments
pexports.zip
(8.1 KiB) Downloaded 315 times
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
danielmaximiliano
Posts: 2611
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG 3.0.36 (Test)

Post 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.
Attachments
Error 1
Error 1
Build Log.jpg (117.84 KiB) Viewed 6835 times
Error 2
Error 2
Build Log2.jpg (102.45 KiB) Viewed 6835 times
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.36 (Test)

Post 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 :)
Attachments
libmysqldlla.zip
(5.22 KiB) Downloaded 315 times
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.36 (Test)

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.36 (Test)

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
danielmaximiliano
Posts: 2611
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG 3.0.36 (Test)

Post 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:
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.36 (Test)

Post 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 :)
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.36 (Test)

Post 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 :)
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply