Search found 5 matches

by Devil
Sat Apr 05, 2014 9:32 am
Forum: Talking LiveCode
Topic: How to call the native code in Live Code
Replies: 8
Views: 6329

Re: How to call the native code in Live Code

Hi Devil, not sure whether could fit your needs but maybe you want to take a look at the "do" in the dictionary, it works with "active scripting" languages such as VBScript. do statementList [as alternateLanguageName] [in caller] statementList - A LiveCode statement, a container with one or more st...
by Devil
Sat Apr 05, 2014 9:15 am
Forum: Talking LiveCode
Topic: How to call the native code in Live Code
Replies: 8
Views: 6329

Re: How to call the native code in Live Code

Devil. I would be interested to know what reason you might have to want to do this. Is it for increased speed? Or access to low-level machine functionality not available "natively" in LC? Know that LC has the ability to maintain library functionality is several ways, and these do not necessarily re...
by Devil
Fri Apr 04, 2014 8:03 am
Forum: Talking LiveCode
Topic: How to call the native code in Live Code
Replies: 8
Views: 6329

Re: How to call the native code in Live Code

CenturyMan1979 wrote:You can take your C/C++ code and turn it into an external for LiveCode as I don't know of a way to directly interact with C/C++ code from within LiveCode. If you want to check out information on making an external then take a look at

Thanks , I'll try it.

Have a nice day!
by Devil
Fri Apr 04, 2014 3:15 am
Forum: Talking LiveCode
Topic: How to call the native code in Live Code
Replies: 8
Views: 6329

Re: How to call the native code in Live Code

Hi Devil (? come on 8) ) 1. welcome to the forum! :D 2. Sorry, not sure what you are talking about? What "native" code? Best Klaus Thanks for your reply. sorry for my poor English. Do you know JNI ? Java Language can call C\C++ function by JNI. So my Question is Can Live Code call C\C++ function, I...
by Devil
Thu Mar 06, 2014 9:52 am
Forum: Talking LiveCode
Topic: How to call the native code in Live Code
Replies: 8
Views: 6329

How to call the native code in Live Code

How to call the native code in Live Code

I wanna write an app which can run on both Mac OS and Window, but it may dependence native code , such as in Java we can call method in ".so" or ".dll" file by the JNI. Can Live Code call the native code as Java ?

Thanks