Question
Loading native code lua modules
I'm trying to load a C lua module into my Lightroom Plugin. Unfortunately I can't get it to work and keep getting the error:
An internal error occurred
Could not load toolkit script: PluginGUI-OSX
This is an Objective-C code lua library and the error occurs on the following line in my lua script:
require 'PluginGUI-OSX'
I've also tried preceding this with the following, but still I get no luck:
package.path = package.path..";./?/init.lua;./?.so"
Has anyone ever had luck trying this? Or does anyone on the Lightroom team know it to be impossible?
Thanks in advance
Rich
An internal error occurred
Could not load toolkit script: PluginGUI-OSX
This is an Objective-C code lua library and the error occurs on the following line in my lua script:
require 'PluginGUI-OSX'
I've also tried preceding this with the following, but still I get no luck:
package.path = package.path..";./?/init.lua;./?.so"
Has anyone ever had luck trying this? Or does anyone on the Lightroom team know it to be impossible?
Thanks in advance
Rich
