Page 1 of 2

Form main is locking application close (not responding)

Posted: Mon Jul 03, 2017 2:00 am
by jairpinho
Form main is locking application close (not responding). I use hmg 3.4.4 in previous versions I did not have this problem and I close the main so main.release run the application as adminitrator

Re: Form main is locking application close (not responding)

Posted: Mon Jul 03, 2017 2:43 am
by Rathinagiri
Can you please give a small sample?

Re: Form main is locking application close (not responding)

Posted: Tue Jul 04, 2017 7:23 pm
by jairpinho
Rathinagiri wrote: Mon Jul 03, 2017 2:43 am Can you please give a small sample?

All applications that use mysql connection is locking when closing, even if I terminate the connections before, I use local mysql bank

Re: Form main is locking application close (not responding)

Posted: Wed Jul 05, 2017 5:42 am
by serge_girard
I use mysql for years and I never had any problens of such as described.
Please, send us a small sample.

Serge

Re: Form main is locking application close (not responding)

Posted: Sat Jul 08, 2017 3:09 am
by jairpinho
Follows a test created ide ansi, if closing the main window by the button the application freezes is locked, if it closes by the "X" of the main window it closes fast

Re: Form main is locking application close (not responding)

Posted: Sat Jul 08, 2017 9:00 pm
by jairpinho
I discovered the application crash created in 32bit system runs on 64bit system but crashes when closing how to generate executable in 64bit I try to make and error
Image

Re: Form main is locking application close (not responding)

Posted: Sun Jul 09, 2017 1:46 am
by danielmaximiliano
Ola Jair: necesita Harbour 64 y MinGw64 para generar las librerías HMG en modo 64bits...

Re: Form main is locking application close (not responding)

Posted: Sun Jul 09, 2017 2:46 am
by jairpinho
Já fiz download mas como faço para instalar

Re: Form main is locking application close (not responding)

Posted: Sun Jul 09, 2017 9:21 am
by mustafa
Hola jairpinho
Mira esto haber si te sirve

by Rathinagiri

viewtopic.php?f=43&t=5198&hilit=Rathinagiri

For 64 Bit developers, you have to download and install Harbour64 and MingW64 from here (15 MB) and here (71 MB)respecitvely.

by mustafa

www.hmgforum.com/viewtopic.php?f=46&t=4 ... its#p45648

Saludos / Regards

Re: Form main is locking application close (not responding)

Posted: Sun Jul 09, 2017 10:35 pm
by jairpinho
Full install now does not compile ide ansi menu 64 bits

build.log
hbmk2: Compilando...
hbmk2: Linkando... teste.exe
gcc.exe: error: .hbmk/win/mingw64/_hbmkaut_Main.o: No such file or directory
hbmk2[teste]: Erro: Executando linkeditor. 1
gcc.exe .hbmk/win/mingw64/Main.o .hbmk/win/mingw64/_hbmkaut_Main.o "E:/@Prog-Xbase/@Projetos/@MySQL/SISTEMAS/teste/_temp.o" -pthread -static-libgcc -static-libstdc++ -static -lpthread -mwindows -Wl,--start-group -l"hmg-64" -l"crypt-64" -l"edit-64" -l"editex-64" -l"graph-64" -l"ini-64" -l"report-64" -l"hfcl-64" -lmsvfw32 -lvfw32 -l"hbvpdf-64" -lhbct -lhbwin -lhbmzip -lminizip -lhbmemio -lhbmisc -lhbtip -lsqlite3 -lhbsqlit3 -lsddodbc -lrddsql -lhbodbc -lodbc32 -lhbhpdf -lhbnetio -lxhb -lpng -llibhpdf -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 -liphlpapi -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib -Wl,--end-group -oteste.exe -L"C:/hmg.3.4.4_x64/harbour-64/lib/win/mingw64" -L"C:/hmg.3.4.4_x64/lib-64"


Removed the line in config inc = yes compiled but it takes the same delay to close the main window