nanogui@linuxhacker.org
nanogui@linuxhacker.org
> 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