Re: DLM unload [message #63066] |
Wed, 22 October 2008 13:42  |
Robbie
Messages: 165 Registered: February 2006
|
Senior Member |
|
|
I don't know about DLMs, but if you manually load the library using
CALL_EXTERNAL(Image,/UNLOAD) then it should do what you want.
Cheers,
Robbie
|
|
|
|
Re: DLM unload [message #63158 is a reply to message #63105] |
Tue, 28 October 2008 19:16  |
olmeca
Messages: 4 Registered: October 2008
|
Junior Member |
|
|
Finally i've found a solution, it isn't clean nor portable but for my
objectives works.
I've made a "dlm_wrapper" DLM, so that dlm (that it's loaded 1 time)
load the method of the dlm
that i wan't to debug. Here's the code it works on OSX (and should
work on linux) and loads functions.
On Oct 27, 5:14 pm, olm...@gmail.com wrote:
> Unfortunately that's doesn't work because dlms are loaded diffrent.
>
> I think that there must be a way to unload a dlm, if not debugging
> it's way too painful.
>
> Thanks anyway.
> Felipe
>
> On Oct 22, 5:42 pm, Robbie <ret...@iinet.net.au> wrote:
>
>> I don't know about DLMs, but if you manually load the library using
>> CALL_EXTERNAL(Image,/UNLOAD) then it should do what you want.
>
>> Cheers,
>
>> Robbie
>
>
|
|
|