Hi all,
extract of my problem follows:
MODULE MyModule;
IMPORT Kernel;
PROCEDURE Beep * ();
BEGIN
Kernel.Beep
END Beep;
END MyModule.
DevLinker.Link MyDll.dll := Kernel+$ MyModule# ~
Now I try to load the MyDll.dll by calling LoadLibrary out of
my C program. On one Win95 computer the load fails stating that
some thread has exited. On another one the app immediately exits; when
debugging (the app - not dll) in MSDEV the whole system crashes.
Am I doing wrong something or is it a Kernel/Linker bug?
--
Stefan Petrucha, http://www.isnet.sk/petrucha
Received on Wed May 13 1998 - 12:28:59 UTC