> On 29 Apr 2021, at 1:34 pm, David Bovill via use-livecode
> wrote:
>
> I need to interface with an open-source project that is being ported to rust
> (from C++). I would like to make an extensions library to add new syntax to
> my scripts.
>
> Is the way to go to
I need to interface with an open-source project that is being ported to rust
(from C++). I would like to make an extensions library to add new syntax to my
scripts.
Is the way to go to create some C code that interfaces with rust -
https://docs.rust-embedded.org/book/interoperability/rust-with
Thanks Richard! More questions (ideally of course you'd simply point me to the
guide I should have read to have answered these for myself)...
On 03/05/2016 23:24, Richard Gaskin wrote:
Ben Rubinstein wrote:
...is there anyway an explanation of the differences and
^anywhere, obviously
relat
Ben Rubinstein wrote:
> ...is there anyway an explanation of the differences and
> relationships between:
>
> - widgets
Custom controls written in LiveCode Builder with advanced
rendering and packaging.
> - libraries
Can be written in either LiveCode Script or LiveCode Builder.
N
To be precise:
LiveCode 2.7.x or later (any edition should do)
Visual C++ 2005 – any edition including Express (if you want to build
externals on Windows)
XCode 2.4.x (if want to build externals on Mac OS X)
(At least it exists now - when I last posted to this list in despair
(09/10/2015 18:4
If i remember right, the lesson about creating an external used xCode 3 or so.
And the screenshots did not match current xCode version. But i might be wrong.
> Am 02.05.2016 um 17:23 schrieb Richard Gaskin :
>
> Matthias Rebbe wrote:
> > An updated lesson about how to create an external using
Matthias Rebbe wrote:
> An updated lesson about how to create an external using the current
> Xcode versions, would be helpful. ;)
To help guide that effort, where is the current lesson not working out?
--
Richard Gaskin
Fourth World Systems
Software Design and Development for the Desktop, Mo
- BR5 -> MP3 <http://matthiasrebbe.eu/portfolio/produkte/brx/>
> Am 02.05.2016 um 16:21 schrieb Peter TB Brett :
>
> On 02/05/2016 15:15, Mark Wieder wrote:
>> On 05/02/2016 04:11 AM, Peter TB Brett wrote:
>>
>>> // Rust
>>> for t_
On 02/05/2016 15:23, Matthias Rebbe wrote:
An updated lesson about how to create an external using the current Xcode
versions, would be helpful. ;)
That's a great suggestion, and I'll add it to the backlog.
Peter
--
Dr Peter Brett
LiveCode Open Source Team
L
On 02/05/2016 15:15, Mark Wieder wrote:
On 05/02/2016 04:11 AM, Peter TB Brett wrote:
// Rust
for t_item in t_lst.iter() {
println!("{}", item)
}
Nice to see Rust showing up in the list.
I need to get round to figuring out how to write a LiveCode externa
10 matches
Mail list logo