Page 6 of 7
Re: Migration from HMG to HMG Minigui
Posted: Thu Feb 02, 2023 12:56 pm
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
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
Re: Migration from HMG to HMG Minigui
Posted: Fri Feb 03, 2023 11:08 am
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.
Re: Migration from HMG to HMG Minigui
Posted: Fri Feb 03, 2023 12:13 pm
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
Re: Migration from HMG to HMG Minigui
Posted: Fri Feb 03, 2023 10:22 pm
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
Re: Migration from HMG to HMG Minigui
Posted: Sat Feb 04, 2023 11:35 am
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
Re: Migration from HMG to HMG Minigui
Posted: Sat Feb 04, 2023 11:57 am
by tonton2
hbmysql.lib and libmysql.lib are in th directory c:\minigu\harbour\lib
Re: Migration from HMG to HMG Minigui
Posted: Sun Feb 05, 2023 12:02 am
by AUGE_OHR
hi,
you are using Sqlite 3, or
hb
MYsql.lib and lib
MYsql.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
Re: Migration from HMG to HMG Minigui
Posted: Sun Feb 05, 2023 5:57 pm
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>
Re: Migration from HMG to HMG Minigui
Posted: Sun Feb 05, 2023 6:13 pm
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
Re: Migration from HMG to HMG Minigui
Posted: Sun Feb 05, 2023 6:25 pm
by tonton2
AUGE_OHR wrote: ↑Sun Feb 05, 2023 12:02 am
hi,
you are using Sqlite 3, or
hb
MYsql.lib and lib
MYsql.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
