Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!europa.chnt.gtegsc.com!news.mathworks.com!zombie.ncsc.mil!simtel!harbinger.cc.monash.edu.au!news.cs.su.oz.au!tmx!news.tmx.com.au!news
From: s.meyn@oose.com.au (Stephan Meyn)
Subject: Re: Using DLL's in Enfin?
Message-ID: <DB36LB.835@online.tmx.com.au>
Nntp-Posting-Host: 203.5.19.190
Sender: news@online.tmx.com.au (System Administrator)
Mime-Version: 1.0
Organization: Object Oriented P/L
Date: Sun, 2 Jul 1995 11:29:35 GMT
References: <3ssakt$hn2@nexus.uiowa.edu>
X-Newsreader: WinVN 0.99.3
Lines: 19

In article <3ssakt$hn2@nexus.uiowa.edu>, john-marmet@uiowa.edu says...
>
>
>I'm experimenting with making a DLL from a smalltalk class.  I ran
>the class through the DLL generator and compiled and linked the C code
>and it looks like I have a good DLL.  How do I use the DLL in an Enfin 
>program?  I know I have to make an instance of the Module class, and that
>executes OK.  When I try to call a method in the DLL, I get a message
>indicating there are no methods in the DLL.
>
>Can somebody please walk me through this?

I just looked at the same issue. When I browsed the generated C code file 
I noticed that all method sources were linked with the method name 
initialize! Now to me that suggest either I don't know what I am doing or 
there is something wrong. I gave up on the issue after this, concentrating 
on other, more important things for the time being....
stephan

