Welcome, Guest. Please login or register.

Author Topic: Where's da bug  (Read 3249 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Slash

  • Full Member
  • ***
  • Join Date: Mar 2002
  • Posts: 112
  • Country: gb
  • Gender: Male
    • Show all replies
    • http://www.the-snakepit.co.uk
Re: Where's da bug
« on: August 31, 2004, 09:25:07 PM »
Should buffertask not be a "struct Process *" e.g.

struct Process *buffertask = NULL;

buffertask = (struct Process *)CreateNewProc(...)

That's how I create my new processes. I think CreateProc is obsolete now. Use CreateNewProc.