Pavel Anisko
Pavel Anisko
Hi, 64-bit is OK, PL/SQL Dev v12 is also OK - it works. Please, make sure you've changed AnyCPU to x64 before compiling demo plug-in as it is stated on...
So, it seams exports are OK and Developer should see the plug-in. You can check, if Developer loaded dll by trying to delete the dll while Developer is running. If...
@shineech , so after installing Windows 10 SDK demo plug-in is recognized by PL/SQL Developer and works? If yes, the I think this is related to Windows 10. According [Windows...
@shineech Apologise for very long delay. I did not forget the issue. Just having problems running Windows 10 (bot virtual and physical) machine on my PC which I suppose is...
@Eternal-Infinity , sadly nope :( I did nothing on the project for a while and the situation will stay the same for some time (hopefuly in the autumn I'll be...
@Mikefox2k , that's a good clue. maybe you should try different dll exporter insted of Robert Gesecke unmanaged exports. For instance, [this fork](https://github.com/Blindfold/plsql-developer-plugin-net) uses DllExport.
Hi, @Mikefox2k, Will try to check that in the next days. Did you escape backslashes? Have you tried `@`? For example ```csharp // this one with escaped backslashes string filepath...
@Mikefox2k , I've tried out and could not reproduce an error. Everything works for me - returns true and opens a window with file contents. I even tried non-existing file...
@Mikefox2k , You can try my plug-in. It creates menu "Open file" in the "Plug-Ins" tab. Here's the full code. ```csharp using System; using System.Runtime.InteropServices; using System.Windows.Forms; using RGiesecke.DllExport; namespace...
Hi, Alan (@freundlee), My apologies for the late response -- the project now is kind of abandoned by me simply due to lack of spare time. Hope will return to...