Link problem (Oberon/F)

From: [at]} <Stefan>
Date: 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
Received on Wed May 13 1998 - 12:28:59 UTC

This archive was generated by hypermail 2.3.0 : Thu Sep 26 2013 - 06:27:42 UTC