nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: RE: Multiple Mwin Apps
From: Rob Taylor
Date: Thu, 7 Sep 2000 10:27:54 +0100


> Greg wrote:
> >You can't run multiple mwin win32 apps at the present time.  All
> >apps must be bound into the same "server".  I've been thinking about
> >a shared library solution to this problem, which would be fairly
> >straightfwd,
> >but it would still run all the apps in the same process space.
>
> How is this done in "original MS Windows"?

all the API calls are kernel calls, so they can access your program's memory
directly.

Rob


nanogui@linuxhacker.org