I am using LoadLibrary WinAPI to load a DLL written in Fortran :-)
This DLL uses a common block approach to input/output. This works fine in a
single-user environment but I am now considering writing a web front end for
my app.
Is there a way to get LoadLibrary to load a completely new instance of the
DLL into memory rather than sharing?
Thanks
Pete
This DLL uses a common block approach to input/output. This works fine in a
single-user environment but I am now considering writing a web front end for
my app.
Is there a way to get LoadLibrary to load a completely new instance of the
DLL into memory rather than sharing?
Thanks
Pete