levitation / vwkvasdopager

Automatically exported from code.google.com/p/vwkvasdopager
1 stars 0 forks source link

Unload the DLL quickly to facilitate development and testing #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Explorer keeps the toolbar DLL loaded a long time after it has been removed. 
Developers prefer unloading the DLL fast so that they can try their changes 
quickly.

I'm opening this issue to explore work-arounds for unloading the DLL quickly.

Original issue reported on code.google.com by alexandre.jasmin on 18 Jul 2010 at 12:41

GoogleCodeExporter commented 9 years ago
I'm attaching a patch (an ugly hack really) that will unload the DLL 
immediately when the toolbar is removed.

It's the same patch that was attached to Issue 13 Comment 59.

If that gets added in the code at all it should at least be surrounded by 
'#ifdef DEBUG'.

Works only on x64 for now.

Original comment by alexandre.jasmin on 18 Jul 2010 at 12:57

Attachments:

GoogleCodeExporter commented 9 years ago
Is there any patch for x86?

Original comment by kvasdo...@gmail.com on 18 Jul 2010 at 11:54

GoogleCodeExporter commented 9 years ago
Probably. (I waiting for a chance to test it first)

Original comment by alexandre.jasmin on 25 Jul 2010 at 1:08