home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!spool.mu.edu!yale.edu!ira.uka.de!sbusol.rz.uni-sb.de!sbusol.rz.uni-sb.de!rzsaj
- From: rzsaj@sbusol.rz.uni-sb.de (Andreas Jung)
- Newsgroups: comp.sys.amiga.programmer
- Subject: How to use CreateProc() under Kickstart 1.3 ?
- Date: 28 Dec 1992 10:11:21 GMT
- Organization: Universitaet des Saarlandes,Rechenzentrum
- Lines: 28
- Message-ID: <1hmjs9INNq57@sbusol.rz.uni-sb.de>
- NNTP-Posting-Host: sbusol.rz.uni-sb.de
-
- I want to start an procedure as a process (not a task):
-
- main()
- {
-
- process=CreateProc(....,MyProcedure);
-
- }
-
-
- MyProcedure(void)
- {
-
- }
-
- The program worked with CreateTask() but not with CreateProc(). Where is the problem ?
-
-
-
- --------------------------------------------------------------------------
- - -
- - /// Andreas Jung Internet: ajung@rz.uni-sb.de -
- - /// Klosterstrasse 21 rzsaj@sbusol.rz.uni-sb.de -
- - \\\/// D-6602 Dudweiler ----------------------------------- -
- - \XX/ Germany -
- - -
- --------------------------------------------------------------------------
-
-