i have problems using the Drag&Drop Suite from Anders Melander (version
3.7)
I have written an ActiveX (complete application module) with Delphi7 and
the D&D Suite 3.7
I put an DropFileTarget on a TForm that is displayed embedded on another
form. I do a .register(MyListControl) to be able to receive files from the
explorer.
This works.
But once i USE the Drag&Drop the Application hangs when it is closed. If i
don't use the drag&drop from the explorer it all works fine.
When i debug, i end up in "DropSource.pas" in the "finalization". It's the
call of "OleUninitialize;" that never comes back :(
I've tried to comment out this call - then it works and the application can
be closed normally... but i don't think, that this is the right solution,
is it?
Any ideas?
Thanks a lot
Boris