Graham Smith wrote:
> In message <Xns9AD4EF8673996ikkehierbe@[EMAIL PROTECTED]
>, Ikke
> <ikke@[EMAIL PROTECTED]
> writes
>> Next it should do the following:
>> - at random times (as the .dll sees fit), the .dll should call specific
>> functions from my application
>> It is this particular function that I'm not sure about.
>>
>> Does anybody know of a way to accomplish this? Sorry for being so vague
>> about it, but as you might have noticed I myself am not very clear as
to
>> how to do this, thus I'm asking for help :)
>
> I don't think you should attempt this, even if it is possible. If your
> app were to crash, the DLL would not know, and continue to call the
> function which is not now there.
If the application crashes, the DLL goes away. The OS cleans that stuff
up automatically.
--
Rob


|