Welcome, Guest. Please login or register.

Author Topic: Libraries & CreateNewProc  (Read 3213 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SlashTopic starter

  • Full Member
  • ***
  • Join Date: Mar 2002
  • Posts: 112
  • Country: gb
  • Gender: Male
    • Show all replies
    • http://www.the-snakepit.co.uk
Libraries & CreateNewProc
« on: August 31, 2004, 09:27:56 PM »
f I create a new process from my main program thread, using CreateNewProcTags, do I therefore have to open any libraries my new process may need by opening them again in the new process, or are they inherited from the parent process?

More specifically, every library call I'm using (DOS, graphics etc.) works, apart from bsdsocket.library calls.

Thanks for any help,
Daniel
 

Offline SlashTopic starter

  • Full Member
  • ***
  • Join Date: Mar 2002
  • Posts: 112
  • Country: gb
  • Gender: Male
    • Show all replies
    • http://www.the-snakepit.co.uk
Re: Libraries & CreateNewProc
« Reply #1 on: August 31, 2004, 09:48:35 PM »
Thanks Karlos, I must be doing something else wrong to stop my socket calls working... I'll investigate further.  :-)