Search found 5 matches
- Sun Aug 18, 2024 2:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: gtwvg + fivewin + multithread
- Replies: 3
- Views: 2403
Re: gtwvg + fivewin + multithread
Why I want multithread ? To do anything as easy as this: PROCEDURE Main SET EXCLUSIVE OFF hb_ThreadStart( { || Test(1) } ) hb_ThreadStart( { || Test(2) } ) hb_ThreadStart( { || Test(3) } ) hb_ThreadStart( { || Test(4) } ) hb_ThreadWaitForAll() RETURN FUNCTION Test( nModel ) hb_gtReload( "WVG&qu...
- Wed Aug 14, 2024 4:36 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: gtwvg + fivewin + multithread
- Replies: 3
- Views: 2403
Re: gtwvg + fivewin + multithread
A simple test just now: FUNCTION Main hb_gtReload( "WVG" ) SetMode(33,100) CLS Inkey(0) RETURN This works using fivewin, but on normal use, this does not works. There exists a init procedure/function on fivewin, like another libs, that "locks" previous proccess. Is possible to ca...
- Wed Aug 14, 2024 3:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: gtwvg + fivewin + multithread
- Replies: 3
- Views: 2403
Re: gtwvg + fivewin + multithread
forgot to add information:
I use harbour 3.2, mingw 14.2
compile the sample using:
hbmk2 test.prg fivewin.hbc -mt -w0
---fivewin.hbc---
incpaths=include
libpaths=lib
{mingw}libs=fivehg
{mingw}libs=fivehgc
and required lib names
Note: harbour wvg is not the same available on xharbour
I use harbour 3.2, mingw 14.2
compile the sample using:
hbmk2 test.prg fivewin.hbc -mt -w0
---fivewin.hbc---
incpaths=include
libpaths=lib
{mingw}libs=fivehg
{mingw}libs=fivehgc
and required lib names
Note: harbour wvg is not the same available on xharbour
- Wed Aug 14, 2024 2:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: gtwvg + fivewin + multithread
- Replies: 3
- Views: 2403
gtwvg + fivewin + multithread
I use GTWVG + Multithread + DBF + ADO/MySQL for a long time. On multithread, DBFs are open/closed on each thread, can use CLOSE DATABASES to close DBFs on thread. I test samples/guicui.prg it crashes, or close more than one window. With multithread things are easy. Same sample using multithread, all...
- Fri Feb 12, 2021 6:51 pm
- Forum: Off Topic / Otros temas
- Topic: fivewin 6.12 on github
- Replies: 0
- Views: 57978
fivewin 6.12 on github
Gostaria de fazer alguns testes com fivewin 6.12 no GITHUB.
Algum problema se o conteúdo ficar visível no GITHUB?
Algum problema se o conteúdo ficar visível no GITHUB?