Xref: news-dnh.mv.net comp.os.msdos.djgpp:3458 Path: news-dnh.mv.net!mv!news.NH.Destek.Net!news2.net99.net!agis!usenet.eel.ufl.edu!newsfeed.internetmci.com!in2.uu.net!fdn.fr!jussieu.fr!cea.fr!JUPITER!nicolas From: nicolas AT chouette DOT saclay DOT cea DOT fr (Eric NICOLAS) Newsgroups: comp.os.msdos.djgpp Subject: spawning djgpp programs... Date: 22 Nov 1995 12:50:23 GMT Organization: Commissariat a l'energie atomique Lines: 17 Distribution: world Reply-To: nicolas AT chouette DOT saclay DOT cea DOT fr Nntp-Posting-Host: jupiter.ceng.cea.fr To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp Hi, Here a quite technical question : What is the memory management like when you spawn a djgpp program (converted to .exe by coff2exe) from a djgpp program ? In V1.12, Is go32 repeated twice in memory ? How is the 32bit data segment shared ? And in V2 ? If I give to my second program the address of a function of my first (father) program in parameter, is it possible to make a call from one code segment to the other ?? Thanks