I'm extending an existing working plugin and the new functionality requires a dll. When I put code in that uses that dll, the plugin dll compiles but it will not load or show up in the plugins menu on keepass. As soon as I remove the code that uses the dll, keepass will load the dll. Any suggestions?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2012-01-10
I should mention that I ofcourse put that dll in the same directory as the plugin dll in the keepass folder.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2012-01-11
I went through the trouble of compiling it statically so that my code is not depending on any dlls and it still doesn't work. I wonder how I can troubleshoot the reason it's not loading?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm extending an existing working plugin and the new functionality requires a dll. When I put code in that uses that dll, the plugin dll compiles but it will not load or show up in the plugins menu on keepass. As soon as I remove the code that uses the dll, keepass will load the dll. Any suggestions?
I should mention that I ofcourse put that dll in the same directory as the plugin dll in the keepass folder.
I went through the trouble of compiling it statically so that my code is not depending on any dlls and it still doesn't work. I wonder how I can troubleshoot the reason it's not loading?