Search found 20 matches: tmutex

Return to advanced search

Re: Export to Calc problem

... 1 ERROR 2 HASHENTRY 3 HBCLASS 4 HBOBJECT 5 TSYSTEMINFO 6 TSTRUCT 7 TREG32 8 TWINDOW 9 TDIALOG 10 TBRUSH 11 TCONTROL 12 TRBTN 13 TFONT 14 TRECT 15 TMUTEX 16 TPRINTER 17 TSQLITESERVER 18 TSQLITEQRYARY 19 TCURSOR 20 TMDIFRAME 21 TMENU 22 TMENUITEM 23 TICON 24 TMDICLIENT 25 TCLIPBOARD 26 TBAR 27 TBTNBMP ...
by Marco Turco
Thu Dec 10, 2015 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Export to Calc problem
Replies: 4
Views: 1670

Re: FWH 12.03 Mingw gcc linking errors

... .hbmk/win/mingw/qchvpipe.o .hbmk/win/mingw/QRemote.o .hbmk/win/mingw/QVwRemote.o .hbmk/win/mingw/qEdRemote.o .hbmk/win/mingw/TMUTEX.o .hbmk/win/mingw/IMAGE3.o .hbmk/win/mingw/qqfdtool.o .hbmk/win/mingw/qamadair.o .hbmk/win/mingw/adscallback.o .hbmk/win/mingw/_hbmkaut_QSTART.o ...
by AlexSchaft
Sat Apr 14, 2012 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 12.03 Mingw gcc linking errors
Replies: 21
Views: 4543

FWH 12.03 Mingw gcc linking errors

... .hbmk/win/mingw/qchvpipe.o .hbmk/win/mingw/QRemote.o .hbmk/win/mingw/QVwRemote.o .hbmk/win/mingw/qEdRemote.o .hbmk/win/mingw/TMUTEX.o .hbmk/win/mingw/IMAGE3.o .hbmk/win/mingw/qqfdtool.o .hbmk/win/mingw/qamadair.o .hbmk/win/mingw/adscallback.o .hbmk/win/mingw/_hbmkaut_QSTART.o ...
by AlexSchaft
Fri Apr 13, 2012 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 12.03 Mingw gcc linking errors
Replies: 21
Views: 4543

Re: Mutex class

Hi,

Which one should be choose? It seem both does the same thing? Is there any advantage using Tmutex class according to IsExeRunning function?

Thanks,
by Horizon
Sat Dec 25, 2010 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mutex class
Replies: 6
Views: 1180

Mutex class

Hi all.
I need to know if my app is already running to avoid more cuncurrent executions.
I always used to check this that the Luis Krause's tMutex class but it seems doen't runs with last FWH/xHarbour version.
Do you know if there is an updater for this class or any alternative ?

Thanks in advance
by Marco Turco
Fri Dec 24, 2010 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mutex class
Replies: 6
Views: 1180

Re: SetMultiple Not working..

... add this line al begin in your main prg. ...GLOBAL oMutex...  add this functions to main prg ...INIT PROCEDURE Main_Ini()   /*crea objeto tmutex*/   oMutex := TMutex():Open( NIL, FALSE, "KDSoft" )   /*valida mutex*/   IF oMutex:hMutex==0      oMutex := TMutex():Create( ...
by carlos vargas
Mon Oct 18, 2010 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiple Not working..
Replies: 8
Views: 1186

tTitle problem on windows xp - fwh9.10

... =========== DBF DBFFPT DBFBLOB DBFNTX DataBases in use ================ Classes in use: =============== 1 ERROR 2 HASHENTRY 3 HBCLASS 4 HBOBJECT 5 TMUTEX 6 TPRINTER 7 TSYSTEMINFO 8 TSTRUCT 9 TREG32 10 TCURSOR 11 TFONT 12 TWINDOW 13 TMDIFRAME 14 TMENU 15 TMENUITEM 16 TCONTROL 17 TICON 18 TBRUSH ...
by Marco Turco
Tue Nov 03, 2009 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tTitle problem on windows xp - fwh9.10
Replies: 2
Views: 895

Hi Marco, Does TMutex works in Vista?. I have compiled your test program with replacing GetProcAddress() to GetProcAdd() in line 211 as below Return GetProcAdd( hDLL, cFunc, lType, nRetType, nPType1, nPType2,; When i try to run ...
by Horizon
Wed Oct 22, 2008 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with FWH 8.10
Replies: 8
Views: 1692

Problems with FWH 8.10

... call external dll. Pls. take a look at this self-contained sample on http://www.softwarexp.co.uk/beta/test.zip This sample simply check using the tmutex class if another application is running. With FWH May 2008 all runs fine meanwhile with FWH October 2008 it doesn't runs. Any ideas ? Thanks ...
by Marco Turco
Sat Oct 18, 2008 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with FWH 8.10
Replies: 8
Views: 1692

... RDDs =========== DBF DBFFPT DBFBLOB DBFNTX DataBases in use ================ Classes in use: =============== 1 HASHENTRY 2 HBCLASS 3 HBOBJECT 4 TMUTEX 5 TPRINTER 6 TSYSTEMINFO 7 TSTRUCT 8 TREG32 9 TCURSOR 10 TFONT 11 TWINDOW 12 TMDIFRAME 13 TMENU 14 TMENUITEM 15 TCONTROL 16 TICON 17 TBRUSH 18 ...
by Marco Turco
Tue Jul 29, 2008 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse: too many recoursive handler calls error
Replies: 19
Views: 7767

Tcbrowse and a random "Bound error: array access"

... RDDs =========== DBF DBFFPT DBFBLOB DBFNTX DataBases in use ================ Classes in use: =============== 1 HASHENTRY 2 HBCLASS 3 HBOBJECT 4 TMUTEX 5 TPRINTER 6 TSYSTEMINFO 7 TSTRUCT 8 TREG32 9 TFONT 10 TWINDOW 11 TMDIFRAME 12 TMENU 13 TMENUITEM 14 TCONTROL 15 TICON 16 TBRUSH 17 TMDICLIENT ...
by Marco Turco
Tue May 13, 2008 4:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tcbrowse and a random "Bound error: array access"
Replies: 3
Views: 1489

Alt-<any key> give me an error on a mdiclient

... RDDs =========== DBF DBFFPT DBFBLOB DBFNTX DataBases in use ================ Classes in use: =============== 1 HASHENTRY 2 HBCLASS 3 HBOBJECT 4 TMUTEX 5 TPRINTER 6 TSYSTEMINFO 7 TSTRUCT 8 TREG32 9 TCURSOR 10 TFONT 11 TWINDOW 12 TMDIFRAME 13 TMENU 14 TMENUITEM 15 TCONTROL 16 TICON 17 TBRUSH 18 ...
by Marco Turco
Sat Mar 29, 2008 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alt-<any key> give me an error on a mdiclient
Replies: 0
Views: 2603

Error message using regedit.prg - function getregistry

... RDDs =========== DBF DBFFPT DBFBLOB DBFNTX DataBases in use ================ Classes in use: =============== 1 HASHENTRY 2 HBCLASS 3 HBOBJECT 4 TMUTEX 5 TPRINTER 6 ERROR 7 TREG32 Memory Analysis =============== 490 Static variables Dynamic memory consume: Actual Value: 0 bytes Highest Value: ...
by Marco Turco
Wed Feb 27, 2008 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error message using regedit.prg - function getregistry
Replies: 0
Views: 397

Re: Como evitar que un progama (exe) se ejecute mas de una v

Hola, busca la clase tmutex es para eso saludos Marcelo Saludos amigos del foro; tengo esta inquietud para evitar que un programa (exe) se ejecuta en mas de una ocasion. Me sucede mucho con mis clientes, que al minimizar una de mis ...
by Marcelo Via Giglio
Tue Feb 12, 2008 12:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como evitar que un progama (exe) se ejecute mas de una vez ?
Replies: 8
Views: 1544

Error using the "ON CHANGE" clause

... RDDs =========== DBF DBFFPT DBFBLOB DBFNTX DataBases in use ================ Classes in use: =============== 1 HASHENTRY 2 HBCLASS 3 HBOBJECT 4 TMUTEX 5 TPRINTER 6 TSYSTEMINFO 7 TSTRUCT 8 TREG32 9 TFONT 10 TWINDOW 11 TMDIFRAME 12 TMENU 13 TMENUITEM 14 TCONTROL 15 TICON 16 TBRUSH 17 TMDICLIENT ...
by Marco Turco
Wed May 30, 2007 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error using the "ON CHANGE" clause
Replies: 1
Views: 928
Next

Return to advanced search