Migration from HMG to HMG Minigui

You can share your experience with HMG. Share with some screenshots/project details so that others will also be benefited.

Moderator: Rathinagiri

User avatar
tonton2
Posts: 468
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: Migration from HMG to HMG Minigui

Post by tonton2 »

AUGE_OHR wrote: Wed Feb 01, 2023 11:35 pm hi,
tonton2 wrote: Wed Feb 01, 2023 6:28 pm is it different whith file.rc of HMG.3.4.4
if try instead of

Code: Select all

MYBMP   BITMAP   RES\SOME.BMP
use

Code: Select all

#define RCDATA 10
MYBMP   RCDATA   RES\SOME.BMP

Merci mon ami je vais essayer
Thank you my friend ,I'm tried it
L'Algerie vous salut
Y.TABET
User avatar
tonton2
Posts: 468
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: Migration from HMG to HMG Minigui

Post by tonton2 »

Bonjour ,
maitenant j'ai supprimé le fichier.rc(GESTION.RC) , et les bitmap sont dans le même répertoire et ça a l'air d'avancer, voila les nouvelles erreurs qui apparaisse.

Hello ,
Now I have deleted the file.rc(GESTION.RC), and the bitmaps are in the same directory and it seems to be progressing, here are the new errors that appear.
Attachments
erreur2Compilation.JPG
erreur2Compilation.JPG (201.23 KiB) Viewed 13787 times
L'Algerie vous salut
Y.TABET
Pcmodula
Posts: 37
Joined: Thu Nov 22, 2012 6:00 pm

Re: Migration from HMG to HMG Minigui

Post by Pcmodula »

tonton2 wrote: Fri Feb 03, 2023 11:08 am Bonjour ,
maitenant j'ai supprimé le fichier.rc(GESTION.RC) , et les bitmap sont dans le même répertoire et ça a l'air d'avancer, voila les nouvelles erreurs qui apparaisse.

Hello ,
Now I have deleted the file.rc(GESTION.RC), and the bitmaps are in the same directory and it seems to be progressing, here are the new errors that appear.
d'après ce que je vois, il vous manque quelques lib. et le compilateur ne parvient pas à assembler le programme
Salut.
Pcmodula
User avatar
AUGE_OHR
Posts: 2096
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Migration from HMG to HMG Minigui

Post by AUGE_OHR »

hi,

you are missing SQLite and HPDF LIB

show us you *.HBP or *.HBC which LIB you are using

---

which BCC Version are you using :?:
! Note : LIB must be "match" Compiler Version else you "might" get Problem
have fun
Jimmy
User avatar
tonton2
Posts: 468
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: Migration from HMG to HMG Minigui

Post by tonton2 »

Bonjour ,
j'utilise Borlanc BCC58 et extended edition 23 , et voici ci joint *.hbb et *.hbc
Où puis je avoir ces SQLITE et et autres

I use Borlanc BCC58 and extended Edition 23 01, and here is attached *.hbb and *.hbc
Where can I get these SQLITE lib and others
Thank you for your HELP
Attachments
File_HBP_HBC.rar
(596 Bytes) Downloaded 208 times
L'Algerie vous salut
Y.TABET
User avatar
tonton2
Posts: 468
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: Migration from HMG to HMG Minigui

Post by tonton2 »

hbmysql.lib and libmysql.lib are in th directory c:\minigu\harbour\lib
L'Algerie vous salut
Y.TABET
User avatar
AUGE_OHR
Posts: 2096
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Migration from HMG to HMG Minigui

Post by AUGE_OHR »

hi,

you are using Sqlite 3, or :?:

hbMYsql.lib and libMYsql.lib are for MYsql :!:

have a look at Sample c:\minigui\Samples\Sqlite_2
it include demo.hbc
libs=sqlite3 hbsqlit3 winreport hbhpdf libhpdf png hbzebra
seems it use those LIB which you need
have fun
Jimmy
User avatar
Claudio Ricardo
Posts: 367
Joined: Tue Oct 27, 2020 3:38 am
DBs Used: DBF, MySQL, MariaDB
Location: Bs. As. - Argentina

Re: Migration from HMG to HMG Minigui

Post by Claudio Ricardo »

Hi !
While HMG have libs. BossTaurus, HPDF, HbZebra, etc. for default... HMGex no...
take a look in: C:\hmg.3.4.4\INCLUDE\hmg.ch ( -> MiniGUI.ch) and C:\MiniGUI\Include\minigui.ch
you can put include manually this libs. in Main.prg and .prg's who need them, just below #include <minigui.ch>
Corrige al sabio y lo harás más sabio, Corrige al necio y lo harás tu enemigo.
WhatsApp / Telegram: +54 911-63016162
User avatar
tonton2
Posts: 468
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: Migration from HMG to HMG Minigui

Post by tonton2 »

Claudio Ricardo wrote: Sun Feb 05, 2023 5:57 pm Hi !
While HMG have libs. BossTaurus, HPDF, HbZebra, etc. for default... HMGex no...
take a look in: C:\hmg.3.4.4\INCLUDE\hmg.ch ( -> MiniGUI.ch) and C:\MiniGUI\Include\minigui.ch
you can put include manually this libs. in Main.prg and .prg's who need them, just below #include <minigui.ch>
thank you I'm goin to try your method
L'Algerie vous salut
Y.TABET
User avatar
tonton2
Posts: 468
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: Migration from HMG to HMG Minigui

Post by tonton2 »

AUGE_OHR wrote: Sun Feb 05, 2023 12:02 am hi,

you are using Sqlite 3, or :?:

hbMYsql.lib and libMYsql.lib are for MYsql :!:

have a look at Sample c:\minigui\Samples\Sqlite_2
it include demo.hbc
libs=sqlite3 hbsqlit3 winreport hbhpdf libhpdf png hbzebra
seems it use those LIB which you need

Je crois qu'il vaudrais mieux refaire tout mon programme depuis le debut , c'est a dire passer de hmg.3.4.4 vers hmg extended module par module .
Merci a tous de votre aide

Good evening
I believe that it would be better to remake all my program from the beginning, ie to pass from hmg.3.4.4 towards hmg extended module by module.
Thank you all for your help :D
L'Algerie vous salut
Y.TABET
Post Reply