Announcement

Collapse
No announcement yet.

MCM's "GUI + Worker Thread + Abort Demo"

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • MCM's "GUI + Worker Thread + Abort Demo"

    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 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
    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

    Engineer's Motto: If it aint broke take it apart and fix it

    "If at 1st you don't succeed... call it version 1.0"

    "Half of Programming is coding"....."The other 90% is DEBUGGING"

    "Document my code????" .... "WHYYY??? do you think they call it CODE? "

  • #2
    Suspend problem = known, confirmed bug in PB/WIn 9.0 for which PB has not yet had a chance to enter in PowerBase Forum. (From a very good source).
    Michael Mattias
    Tal Systems (retired)
    Port Washington WI USA
    [email protected]
    http://www.talsystems.com

    Comment

    Working...
    X