The lua files are available from lua.org.
The lua files are available from lua.org.
the files are installed with girder under Girder4\includes , make sure you checked install developer files when you installed girder, you will also need to add the path to delphi's search path
Ok, got the .h files - that's a nice start. Just a dumb question: Is it possible to import those directly into Delphi, or should I convert them to .pas files? I'm still using d4, so I assume the last, but if newer versions can do it automatically, then maybe it's time to upgrade :wink:Originally Posted by birty
//michael
the pascal files should also be in the same directory (unless ron has accidentally left them out of the latest version?)
Apparently he did - I don't see them here with a full install...Originally Posted by birty
//michael
Here are the delphi includes:
I'm building a plugin with a dui action page with master/detail comboboxes (o, joy)
I add the string list with the items separated by \r
ControlSetString(L, "ComboBox1", "Strings", remotelist);
when I read them back,
ControlGetString(L, "ComboBox1", "Strings", Strings1);
I get my items back separated by \r\n
I handle this properly in my code now, but is this :
a) by design
b) a bug
c) I need to read the documentation more carefully or go back to c++ school
Marcel
Birty,
there's no attachment to your post... Perhaps you could reattach the delphi includes??
Ron, would it be possible to get all this included in the next release??
Cheers,
Jens
i removed them as ron said that he didnt really want their contents generally available, i think that the revised includes are complete ron just probably forgot to include them in the setup
Is it possible to use the DUI to provide a configuration page for a Lua script e.g. LDJ? Rather than having the user edit a Lua file it would be nice to be able to configure things using the DUI.
--Rob