Simon Large wrote:
> 2008/5/15 Stefan Küng <tortoisesvn_at_gmail.com>:
>> Simon Large wrote:
>>> What I need is the user perspective: what does this do, how do I
>>> install the plugin, what does it look like once I have done that.
>>> Normally I would just try using it myself, but in this case I do not
>>> have a COM object to test, so I'm a bit stuck.
>> I've compiled the Atl example plugin and uploaded it here:
>> http://tortoisesvn.net/files/ExampleAtlPlugin.dll
>>
>>
>> [snip]
>>> So, putting my user hat on, once I have installed the plugin, I find a
>>> new hyperlink on my commit dialog (where?). I click on the link and
>> Please download the example dll mentioned above. Then register the dll with
>> regsvr32 /i ExampleAtlPlugin.dll
>> (to unregister later, use 'regsvr32 /u ExampleAtlPlugin.dll')
>>
>> After that, you will see an entry for this registered plugin in the settings
>> dialog.
>>
>
> ---------------------------
> RegSvr32
> ---------------------------
> LoadLibrary("ExampleAtlPlugin.dll") failed - This application has
> failed to start because the application configuration is incorrect.
> Reinstalling the application may fix this problem.
>
> Any ideas? I'm installing on XP-32.
I've recompiled it, linking statically to the CRT. I also compiled the
C# sample (which I think is much better suitable for screenshots).
tortoisesvn.net/files/issue-tracker-plugins.zip
Note: you will have to edit (adjust the paths to the dll) the file
trunk/contrib/issue-tracker-plugins/ExampleCsPlugin/ExampleCsPlugin.reg
and then doubleclick on that reg file to register the example dll.
(the ExampleCS... can't be registered with RegSvr32).
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-05-16 11:23:16 CEST