I assume a re-post lost in the archives?????
Anyways, the new post deserves some comments (which are not allowed in the "Source Code Forum", although bent rule a lil, so I thought I would start one here)
Like Jim Dunn said
I had to do the same thing
Nice example though....but still one for my "Hit-List" to tear apart to actually understand what is happening
Anyways, the new post deserves some comments (which are not allowed in the "Source Code Forum", although bent rule a lil, so I thought I would start one here)
Like Jim Dunn said
I had to change:
THREAD CREATE WorkerThreadFunction (CBHNDL) SUSPEND TO hThread
to:
THREAD CREATE WorkerThreadFunction (CBHNDL) TO hThread
to get this to compile/run clean in PB 9.0
THREAD CREATE WorkerThreadFunction (CBHNDL) SUSPEND TO hThread
to:
THREAD CREATE WorkerThreadFunction (CBHNDL) TO hThread
to get this to compile/run clean in PB 9.0
Nice example though....but still one for my "Hit-List" to tear apart to actually understand what is happening

Comment