Greetings!

I am currently writing a plugin for PL/SQL Developer that requires getting the selected text. I have tried several different options but keep running into an error of "Access violation at address 77D440FD in module 'ntdll.dll'.". It occurs during the callback of both IDE_GetSelectedText and IDE_GetText. I am using the github repository in the plugin docs as an example to no avail. I do have a plsqldev.elf but am not sure why the IDE function is always throwing this error.

Thank you for your time.