Hi AUGE_OHR,
I too use Xbase++ from last 15 years and still continuing for our main application. I use HMG too for different projects.
I also found hbXbp folder and tried the same thing like you, i.e. using xbp syntax to make a hmg project. But haven't found a proper solution yet.
Pritpal made it on Qt based and changing Qt to HMG based is not easy, at least for me.
If any masters here can guide then we may find a solution.
Regards,
Anand
GTWvg GUI Sample
Moderator: Rathinagiri
- danielmaximiliano
- Posts: 2618
- Joined: Fri Apr 09, 2010 4:53 pm
- Location: Argentina
- Contact:
Re: GTWvg GUI Sample
Gracias por compartir Mustafá
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
- AUGE_OHR
- Posts: 2088
- Joined: Sun Aug 25, 2019 3:12 pm
- DBs Used: DBF, PostgreSQL, MySQL, SQLite
- Location: Hamburg, Germany
Re: GTWvg GUI Sample
hi,
when have Clipper Code it is easy to use it with "other" xBase Dialect.
Problem begin with GUI and Windows even all use same Windows API
most i like OOP Style, that's why i like to use GTWVG for my old Xbase++ Code
---
while Syntax of GTWVG is same like Xbase++ all Controls seems to work
but there are other Xbase++ Problem ...
have now try my Xbase++ WMPlayer
i search in c:\hmg.3.4.4\HARBOUR\lib\win\mingw\libhbxbp.a but not found
more missing Function
if there are more User who want to run existing Xbase++ Code under harbour we can try to help each other.
we can make a XB2HMG.CH to put all "missing" like i did in 1st harbour Project from Pritpal Bedi.so i just have to #include it in ever *.PRG to make it run under harbour / GTWVG when all work ...
Greetings Jimmy
yes ... there are still a lot of Difference between Xbase++ and Clipper / harbour / GTWVG
when have Clipper Code it is easy to use it with "other" xBase Dialect.
Problem begin with GUI and Windows even all use same Windows API
most i like OOP Style, that's why i like to use GTWVG for my old Xbase++ Code
---
while Syntax of GTWVG is same like Xbase++ all Controls seems to work
but there are other Xbase++ Problem ...
have now try my Xbase++ WMPlayer
ok, i can disable GRASAVESCREEN() in my MENUE.PRG but where ist GRARESTSCREENC:/hmg.3.4.4/harbour/lib/win/mingw\libhbxbp.a(xbpgra.o):xbpgra.c:(.text+0x20): multiple definition of `HB_FUN_GRASAVESCREEN'
R:/Temp/hbmk_fosqzi.dir/MENUS.o:MENUS.c:(.text+0x1e0): first defined here
i search in c:\hmg.3.4.4\HARBOUR\lib\win\mingw\libhbxbp.a but not found
more missing Function
so there is a lot work just for my Xbase++ WMPlayer ---hbmk2: Error: Referenced, missing, but unknown function(s): ISTHEMEACTIVE(),
THREADINFO(), VAR2CHAR(), DBSCOPE(), ISMETHOD(), XBPEXCEPTION(), BAND(),
UNUSED(), DBPOSITION(), DBGOPOSITION(), FEXISTS(), CREATEDIR(), BOR(),
BIN2VAR(), VAR2BIN(), SETLOCALE(), ISMEMBERVAR(), GRABACKGROUND(),
RANDOMINT(), GRAGRADIENT(), GETAPPLICATION()
if there are more User who want to run existing Xbase++ Code under harbour we can try to help each other.
we can make a XB2HMG.CH to put all "missing" like i did in 1st harbour Project from Pritpal Bedi.
Code: Select all
#IFDEF __XPP__
// Xbase++ Code
#ELSE
#xtranslate XbpDialog => WvgDialog
#xtranslate XbpStatusBar => WvgStatusBar
#xtranslate XbpStatic => WvgStatic
#xtranslate XbpActiveXControl => WvgActiveXControl
#xtranslate XbpPushButton => WvgPushButton
#xtranslate XbpComboBox => WvgComboBox
#xtranslate XbpTreeView => WvgTreeView
#xtranslate XbpMenu => WvgMenu
#xtranslate XbpToolBar => WvgToolBar
#xtranslate XbpMenuBar => WvgMenuBar
#xtranslate XbpListbox => WvgListbox
#xtranslate XbpMLE => WvgMLE
#xtranslate XbpProgressBar => WvtProgressBar
#xtranslate GetObject => CreateObject
#xcommand METHOD <!ClassName!>:<MethodName> => METHOD <MethodName> CLASS <ClassName>
#pragma BEGINDUMP
...
#ENDIF
Greetings Jimmy
have fun
Jimmy
Jimmy
-
- Posts: 146
- Joined: Sat May 30, 2015 5:15 am
Re: GTWvg GUI Sample
Meus nobres migrei usando hmg e compilando Com gtwg. Acontece que quis dar uma evoluída e resolvi fazer o splash, tela login e form main com LABEL e TEXTBOX da hmg. Daí chamo os módulos CONSOLE que usam a WVG.
Acontece que a partir de então, toda vez que aciona um módulo, aparece uma tela preta. Como se não bastasse, o sistema trava aleatoriamente e já tentei de tudo e não dá certo. Ou coloco tudo em HMG ou console pode ser WVG. Abri um tópico específico. Se puderem ajudar....
Acontece que a partir de então, toda vez que aciona um módulo, aparece uma tela preta. Como se não bastasse, o sistema trava aleatoriamente e já tentei de tudo e não dá certo. Ou coloco tudo em HMG ou console pode ser WVG. Abri um tópico específico. Se puderem ajudar....