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