Welcome, Guest. Please login or register.

Author Topic: Libraries & CreateNewProc  (Read 3219 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline itix

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2380
    • Show all replies
Re: Libraries & CreateNewProc
« on: August 31, 2004, 09:59:47 PM »
"More specifically, every library call I'm using (DOS, graphics etc.) works, apart from bsdsocket.library calls."

Every process using bsdsocket.library must open that library on its own. Sharing bsdsocketbase is not permitted.

My Amigas: A500, Mac Mini and PowerBook
 

Offline itix

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2380
    • Show all replies
Re: Libraries & CreateNewProc
« Reply #1 on: September 01, 2004, 01:03:04 PM »
Quote
Unfortunately, IIRC Tasks can't cant call dos.library or anything which in turn woild call dos.library

You can call DOS functions from a task if they don't need process structure (file I/O). Those DOS functions which need a process structure are protected against tasks.
My Amigas: A500, Mac Mini and PowerBook