Unloading an external library

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Unloading an external library

Udo Schneider
Is there any way to unload an external library so that Dolphin actually
closes (and therefor unlocks) the file?

I'm transfering some ST code to C and building a new DLL every few
minutes. Right now I have to close Dolphin, compile the DLL, start DOlhin
and test again. Once an error is found repeat the whole thing.

Is there any way to achieve this more easily?

Thanks,

Udo


Reply | Threaded
Open this post in threaded view
|

Re: Unloading an external library

Uladzimir Liashkevich
Hi Udo,

MyExternalLibrary closeDefault; clear

Uladzimir.

Udo Schneider wrote:

> Is there any way to unload an external library so that Dolphin actually
> closes (and therefor unlocks) the file?
>
> I'm transfering some ST code to C and building a new DLL every few
> minutes. Right now I have to close Dolphin, compile the DLL, start DOlhin
> and test again. Once an error is found repeat the whole thing.
>
> Is there any way to achieve this more easily?
>
> Thanks,
>
> Udo
>