Link problem (Oberon/F)

Stefan Petrucha (petrucha@isnet.sk)
Wed, 13 May 1998 11:46:57 +0200

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