Wasn't LDDP a Delphi program? If so you might need to do some more work to get it working through a DLL for example.
Anyway I'm definitely going the LUA way for LDCad 1.4 cause after only one evening of playing around I've got it to put
In the log file using this LUA script/chunk:
Anyway I'm definitely going the LUA way for LDCad 1.4 cause after only one evening of playing around I've got it to put
Quote:Script output: Hallo wereld versie 1
In the log file using this LUA script/chunk:
Code:
msg=ldc.hoi()
ver=ldc.version
ldc.logInfo(msg, 'versie', ver)