Groups
Groups
Sign in
Groups
Groups
comp.lang.clipper.visual-objects
Conversations
About
Send feedback
Help
Sort By Relevance
Sort By Date
1–30 of many
Phil McGuinness
, …
Franz Rachbauer
7
2/7/22
Mult thread.. sample and discussion please
> With
CreateVOThread
is the a requirement to lock memory in a certain >> way. Could not find many samples. >> >> Did not want to write another whole service when
unread,
Mult thread.. sample and discussion please
> With
CreateVOThread
is the a requirement to lock memory in a certain >> way. Could not find many samples. >> >> Did not want to write another whole service when
2/7/22
Robert Pope
, …
Wolfgang Riedmann
8
8/5/21
CreateThread vs. CreateVOThread
would use
CreateVOThread
. But I think that the GC would never kick in here as you have no local variables or other things that could make him kick in. But as Jamal wrote: the only person
unread,
CreateThread vs. CreateVOThread
would use
CreateVOThread
. But I think that the GC would never kick in here as you have no local variables or other things that could make him kick in. But as Jamal wrote: the only person
8/5/21
Jürgen Knauf
, …
Sherlock
19
4/18/14
Error Code 50 with Subcode 5333
function is
CreateVOThread
(...) Here the Code: ****************** METHOD EditChange( oControlEvent ) CLASS Suchen LOCAL oControl AS Control LOCAL cKey AS STRING LOCAL dwThreadID
unread,
Error Code 50 with Subcode 5333
function is
CreateVOThread
(...) Here the Code: ****************** METHOD EditChange( oControlEvent ) CLASS Suchen LOCAL oControl AS Control LOCAL cKey AS STRING LOCAL dwThreadID
4/18/14
hannes.re...@gmx.at
, …
Geoff Schaller
10
1/6/09
How to terminate a working thread
:=
CreateVOThread
(NULL_PTR, 0, @oos_odbcselect_threadFunc(), pTData, 0, @nID) STATIC FUNCTION oos_odbcselect_threadFunc(pTData AS oos_odbcselect_threadData) pTData
unread,
How to terminate a working thread
:=
CreateVOThread
(NULL_PTR, 0, @oos_odbcselect_threadFunc(), pTData, 0, @nID) STATIC FUNCTION oos_odbcselect_threadFunc(pTData AS oos_odbcselect_threadData) pTData
1/6/09
Vaishali Kedar
, …
Geoff Schaller
8
12/29/08
Leaking handles
:=
CreateVOThread
( null_ptr,0,; >>> @AcceptTh(),; >>> PTR(_CAST,oSocket),0,; >>> @nID) >>> WaitForSingleObject(phandle,INFINITE
unread,
Leaking handles
:=
CreateVOThread
( null_ptr,0,; >>> @AcceptTh(),; >>> PTR(_CAST,oSocket),0,; >>> @nID) >>> WaitForSingleObject(phandle,INFINITE
12/29/08
Vaishali Kedar
, …
G Schaller
29
12/28/06
memory leak coz of thread
:=
CreateVOThread
(NULL_PTR,0,@Checkstocksdis(),NULL_PTR,0,@nID) > > RETURN NIL > > > >FUNCTION Checkstocksdis() > > LOCAL dbsvrS AS dbserver >
unread,
memory leak coz of thread
:=
CreateVOThread
(NULL_PTR,0,@Checkstocksdis(),NULL_PTR,0,@nID) > > RETURN NIL > > > >FUNCTION Checkstocksdis() > > LOCAL dbsvrS AS dbserver >
12/28/06
Olli Kekäläinen
, …
Ginny Caughey
15
10/31/06
Strange FieldPut() error
Hi all! Does anybody have a clue why the call of fieldput() - or vodbfieldput() - causes Data type
unread,
Strange FieldPut() error
Hi all! Does anybody have a clue why the call of fieldput() - or vodbfieldput() - causes Data type
10/31/06
Tom Walden
, …
Gerd Hoernemann
9
5/9/06
Global events in VO 2.5
:=
CreateVOThread
( NULL_PTR, 0, @_Worker(), NULL_PTR,; 0, dwID ) GetExitCodeThread( pThread, @dwExitCode ) // the function will run until you raise hEvent[1]: TextBox{, "
unread,
Global events in VO 2.5
:=
CreateVOThread
( NULL_PTR, 0, @_Worker(), NULL_PTR,; 0, dwID ) GetExitCodeThread( pThread, @dwExitCode ) // the function will run until you raise hEvent[1]: TextBox{, "
5/9/06
Ernesto
,
Geoff Schaller
6
3/13/06
Can anyone use VO27b cPOP class to connect to Gmail?
Hi fellows, Gmail configure specification states the following: Incoming Mail (POP3)Server - requires
unread,
Can anyone use VO27b cPOP class to connect to Gmail?
Hi fellows, Gmail configure specification states the following: Incoming Mail (POP3)Server - requires
3/13/06
John Lewis
, …
FDW
22
2/8/06
Overcoming the Outlook Security Update
>>
CreateVOThread
( NULL, 0, @Outbreak(), NULL, 0, @dwID ) Does this only work with COMSDK? I have a small problem with that but Geoff gave me some cluse which I can look in to. Thanks
unread,
Overcoming the Outlook Security Update
>>
CreateVOThread
( NULL, 0, @Outbreak(), NULL, 0, @dwID ) Does this only work with COMSDK? I have a small problem with that but Geoff gave me some cluse which I can look in to. Thanks
2/8/06
Dave Francis
, …
Ed Richard
19
5/7/05
Excel and OLE
> >
CreateVOThread
( NULL, 0, @Outbreak(), NULL, 0, @dwID ) > >> > > >> > > >> > And then save and close this entity. This line sets up the application
unread,
Excel and OLE
> >
CreateVOThread
( NULL, 0, @Outbreak(), NULL, 0, @dwID ) > >> > > >> > > >> > And then save and close this entity. This line sets up the application
5/7/05
PhilHalf
,
Ginny Caughey
3
1/25/05
ExitVOThread exits the app
:=
CreateVOThread
(NULL_PTR, 0, ProcessThread(),; >> dwProcessID, 0, @nID) >> CloseHandle(hThread) >> >> END SEQUENCE >> >> RETURN >
unread,
ExitVOThread exits the app
:=
CreateVOThread
(NULL_PTR, 0, ProcessThread(),; >> dwProcessID, 0, @nID) >> CloseHandle(hThread) >> >> END SEQUENCE >> >> RETURN >
1/25/05
Ping Pong
, …
Ginny Caughey
6
11/28/04
how to terminate thread ?
->
CreateVOThread
( NULL_PTR, 0, @Running_Digit(), PTR(_CAST, SELF), 0, > @dwThreadID ) > > 2.
CreateVOThread
returns a Thread Handle. and this handle and call >
unread,
how to terminate thread ?
->
CreateVOThread
( NULL_PTR, 0, @Running_Digit(), PTR(_CAST, SELF), 0, > @dwThreadID ) > > 2.
CreateVOThread
returns a Thread Handle. and this handle and call >
11/28/04
Dirk (Belgium)
, …
Ginny Caughey
6
9/21/04
MultiThread and special VO-functions...
Hi all, Can someone explain me the difference between : CreateThread <-> CreateVOThread
unread,
MultiThread and special VO-functions...
Hi all, Can someone explain me the difference between : CreateThread <-> CreateVOThread
9/21/04
Dirk (Belgium)
, …
Ginny Caughey
35
9/20/04
_PushTempArea() : Is this Thread-friendly ???
Hi all, and specially developpers ? I have question about selecting a WorkArea in a multithread
unread,
_PushTempArea() : Is this Thread-friendly ???
Hi all, and specially developpers ? I have question about selecting a WorkArea in a multithread
9/20/04
Micahel Ribbons
, …
Michael Rubinstein
3
1/18/04
Threads, Method pointers
To start a new thread you pass CreateThread the address of a function to start processing at. How can
unread,
Threads, Method pointers
To start a new thread you pass CreateThread the address of a function to start processing at. How can
1/18/04
Mike Jones
, …
Laszlo Istvan [nws]
12
4/22/03
Asynchronous Execution in ODBC
Has anyone managed to adapt the VO SQL classes to handle asynchronous execution?
unread,
Asynchronous Execution in ODBC
Has anyone managed to adapt the VO SQL classes to handle asynchronous execution?
4/22/03
Dirk Herijgers
, …
FDW
58
3/3/03
Small program without strings (=GC and multithread)
Hello all, We known all that VO has problems with Garbage Collector, multithreading and 5333 errors.
unread,
Small program without strings (=GC and multithread)
Hello all, We known all that VO has problems with Garbage Collector, multithreading and 5333 errors.
3/3/03
- Jari -
, …
- Jari -
27
2/21/03
Part 2: Multithreading mem test app
Hi, This is about another problem we are having with threads... Here is test app (_lot_ of simpler
unread,
Part 2: Multithreading mem test app
Hi, This is about another problem we are having with threads... Here is test app (_lot_ of simpler
2/21/03
Olli Kekäläinen
, …
Geoff Schaller
48
2/8/03
REAL8 bug?
Hi all Have anybody else noticed this kind of inaccuracy with REAL8s? How can I overcome this? Olli
unread,
REAL8 bug?
Hi all Have anybody else noticed this kind of inaccuracy with REAL8s? How can I overcome this? Olli
2/8/03
Marek Powichrowski
, …
Ginny Caughey
5
11/26/02
Menu option executing using threads
Hi all, how to write menu option execution using threads ? So user can execute next option before
unread,
Menu option executing using threads
Hi all, how to write menu option execution using threads ? So user can execute next option before
11/26/02
Georg Tsakumagos
10/11/02
Problems with threads when the Application lost focus an gets reactivated
:=
CreateVOThread
( NULL, ; // No Security 0, ; // Default Stack size @ThreadLoop(), ; // Entry Point pInfoPtr, ; // Socket Info CREATE_SUSPENDED, ; // Do not run immediately ptr( _cast
unread,
Problems with threads when the Application lost focus an gets reactivated
:=
CreateVOThread
( NULL, ; // No Security 0, ; // Default Stack size @ThreadLoop(), ; // Entry Point pInfoPtr, ; // Socket Info CREATE_SUSPENDED, ; // Do not run immediately ptr( _cast
10/11/02
Sean Kneller
, …
Ginny Caughey
17
9/11/02
Help with multi-threading on a dual CPU's
:=
CreateVOThread
( NULL, 0, > > > > > > > > @ThreadProc(), i, 0, @dwID ) > > > > > > > > NEXT i > > > > > > > > >
unread,
Help with multi-threading on a dual CPU's
:=
CreateVOThread
( NULL, 0, > > > > > > > > @ThreadProc(), i, 0, @dwID ) > > > > > > > > NEXT i > > > > > > > > >
9/11/02
Håkon Clausen
,
Ginny Caughey
4
7/31/02
Threads
:=
CreateVOThread
(NULL_PTR, 0, @NewReportHTTPThread(), dwReport, 0, > > @dwThreadId) > > oProgressDialog:ThreadHandle := pThread > > CloseHandle(pThread
unread,
Threads
:=
CreateVOThread
(NULL_PTR, 0, @NewReportHTTPThread(), dwReport, 0, > > @dwThreadId) > > oProgressDialog:ThreadHandle := pThread > > CloseHandle(pThread
7/31/02
Rens Renooij
, …
FDW
28
7/1/02
Garbage without collection
> On
CreateVoThread
I give this structure to the new thread. In the > thread-start-function I use objects and functions. > The last command in the thread is a postmessage to
unread,
Garbage without collection
> On
CreateVoThread
I give this structure to the new thread. In the > thread-start-function I use objects and functions. > The last command in the thread is a postmessage to
7/1/02
Rens Renooij
,
Adriano Rui Gominho
2
3/14/02
CreateVOThread ??
Hi Group, CreateVOThread() plays hangman every now and then. My app is po-box between several servers
unread,
CreateVOThread ??
Hi Group, CreateVOThread() plays hangman every now and then. My app is po-box between several servers
3/14/02
nico
, …
Ginny Caughey
20
12/20/01
MultiThreading in VO
Hi VO community, I'm working on a project that involve multithreading processes I've been
unread,
MultiThreading in VO
Hi VO community, I'm working on a project that involve multithreading processes I've been
12/20/01
Giuseppe Antonelli
,
Ginny Caughey
4
11/9/01
Multithreading... help!
:=
CreateVOThread
(NULL, 0, @ThrListen(), LPar, 0, @nId) > > CloseHandle(hThread) > > > > > > // *END* StartButton > > > > > > // ******
unread,
Multithreading... help!
:=
CreateVOThread
(NULL, 0, @ThrListen(), LPar, 0, @nId) > > CloseHandle(hThread) > > > > > > // *END* StartButton > > > > > > // ******
11/9/01
dpl...@my-deja.com
, …
Stephen Quinn
4
12/6/00
help me for multithread in Vo 2.5
:=
CreateVOThread
(NULL,0,@ThreadProc(),ptr > (_CAST,self),0,@dwID) > self:dwThread := dwId > > // > return( NIL ) > > static function ThreadProc( dwParam
unread,
help me for multithread in Vo 2.5
:=
CreateVOThread
(NULL,0,@ThreadProc(),ptr > (_CAST,self),0,@dwID) > self:dwThread := dwId > > // > return( NIL ) > > static function ThreadProc( dwParam
12/6/00
youngs...@my-deja.com
,
Geoff Schaller
2
10/20/00
Help needed on CSocket, please.
Hi, I've just started CSocket. I'm writing a CSocket server and a client. When the client
unread,
Help needed on CSocket, please.
Hi, I've just started CSocket. I'm writing a CSocket server and a client. When the client
10/20/00