HMG.3.4.2
Moderator: Rathinagiri
Re: HMG.3.4.2
the replacement of the numbers work without RedrawWindow (BUSTA1.HANDLE) but remains the problem by swiping your sheet and changing months
Re: HMG.3.4.2
I think it is interesting to note that the numbers return to their place by sliding the paper
Re: HMG.3.4.2
Eminent Dr. Claudio Soto you gave me solve my problem ?? or is it just a matter of time?.
thank you for everything you do for hmg (you must have a beautiful head - is a saying Italian to say you a brainiac)
thank you for everything you do for hmg (you must have a beautiful head - is a saying Italian to say you a brainiac)
Re: HMG.3.4.2
Estoy teniendo un problema con nowait y me gustaría saber si hay una nueva manera de llamarlo.
---------------------------------------------
I'm having a problem with nowait and i like to know if there is a new way to call it.
Error
MESSAGE OF _HMG_CHILDWAITWINDOW Not defined
While Compiling
---------------------------------------------
Cuando Compilo
Gracias
---------------------------------------------
I'm having a problem with nowait and i like to know if there is a new way to call it.
Error
MESSAGE OF _HMG_CHILDWAITWINDOW Not defined
While Compiling
---------------------------------------------
Cuando Compilo
Gracias
,___,
[O.o]
/)__)
-”–”-
KoKe
[O.o]
/)__)
-”–”-
KoKe
- srvet_claudio
- Posts: 2220
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Contact:
Re: HMG.3.4.2
Your code works fine for my, I do not know if same thing happens other people ?emzampi wrote:Eminent Dr. Claudio Soto you gave me solve my problem ?? or is it just a matter of time?.
- srvet_claudio
- Posts: 2220
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Contact:
Re: HMG.3.4.2
You are trying to activate Wait window before activating Main window ?koke wrote:Estoy teniendo un problema con nowait y me gustaría saber si hay una nueva manera de llamarlo.
---------------------------------------------
I'm having a problem with nowait and i like to know if there is a new way to call it.
Error
MESSAGE OF _HMG_CHILDWAITWINDOW Not defined
While Compiling
---------------------------------------------
Cuando Compilo
Gracias
Re: HMG.3.4.2
as you can see from the video that enclose it with your .exe problem persists when I scroll the window (I attach files to support program)
Re: HMG.3.4.2
Gracias Dr. Claudio eso era.
--------------------
thanks dr Claudio it was that.
--------------------
thanks dr Claudio it was that.
,___,
[O.o]
/)__)
-”–”-
KoKe
[O.o]
/)__)
-”–”-
KoKe
- dragancesu
- Posts: 930
- Joined: Mon Jun 24, 2013 11:53 am
- DBs Used: DBF, MySQL, Oracle
- Location: Subotica, Serbia
Re: HMG.3.4.2
I tried to make a compilation of programs that need to connect to postgreSQL database but does not go, the next error
program is \hmg.3.4.2\samples\sql\postgresql.1qdemo.prg
os win7 hmg.3.4.2 patch 1
Code: Select all
Harbour 3.2.0dev (r1312060701)
Copyright (c) 1999-2013, http://harbour-project.org/
C:/Users/dragan/AppData/Local/Temp/hbmk_dlldyw.dir/demo.o:demo.c:(.data+0x38): undefined reference to `HB_FUN_DBPGCONNECTION'
C:/Users/dragan/AppData/Local/Temp/hbmk_dlldyw.dir/demo.o:demo.c:(.data+0x258): undefined reference to `HB_FUN_PGRDD'
C:/hmg/mingw/bin/../lib/gcc/i686-w64-mingw32/4.9.2/../../../../i686-w64-mingw32/bin/ld.exe: C:/Users/dragan/AppData/Local/Temp/hbmk_dlldyw.dir/demo.o: bad reloc address 0xf in section `.text.startup'
C:/hmg/mingw/bin/../lib/gcc/i686-w64-mingw32/4.9.2/../../../../i686-w64-mingw32/bin/ld.exe: final link failed: Invalid operation
collect2.exe: error: ld returned 1 exit status
hbmk2: Error: Running linker. 1
gcc.exe C:/Users/dragan/AppData/Local/Temp/hbmk_dlldyw.dir/demo.o C:/Users/dragan/AppData/Local/Temp/hbmk_dlldyw.dir/hbmk_hpf98d.o c:/hmg/SAMPLES/SQL/POSTGRESQL.1/_temp.o -Wl,--nxcompat -Wl,--dynamicbase -mwindows -Wl,--start-group -lhmg -lcrypt -ledit -leditex -lgraph -lini -lreport -lhfcl -lmsvfw32 -lvfw32 -lhbct -lhbwin -lhbmzip -lminizip -lhbmemio -lhbmisc -lhbmysql -lmysql -lhbtip -lhbsqlit3 -lsddodbc -lrddsql -lsddmy -lhbodbc -lodbc32 -lhbhpdf -lhbfimage -lhbpgsql -lhbnetio -lxhb -lpng -llibhpdf -lhbvpdf -lhbzebra -lhbextern -lhbdebug -lhbvmmt -lhbrtl -lhblang -lhbcpage -lgtcgi -lgtpca -lgtstd -lgtwin -lgtwvt -lgtgui -lhbrdd -lhbuddall -lhbusrrdd -lrddntx -lrddcdx -lrddnsx -lrddfpt -lhbrdd -lhbhsx -lhbsix -lhbmacro -lhbcplr -lhbpp -lhbcommon -lhbmainwin -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib -Wl,--end-group -odemo.exe -LC:/hmg/harbour/lib/win/mingw -LC:/hmg/lib
hbmk2: Error: Referenced, missing, but unknown function(s): DBPGCONNECTION(),
PGRDD()
os win7 hmg.3.4.2 patch 1
- Rathinagiri
- Posts: 5480
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: HMG.3.4.2
Is that working in the previous versions of HMG?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.