REBOL 3.0

Comments on: A109 Host Kit Status

Carl Sassenrath, CTO
REBOL Technologies
23-Oct-2010 7:10 GMT

Article #0346
Main page || Index || Prior Article [0345] || Next Article [0347] || 1 Comments || Send feedback

There's an unofficial draft version of the A109 host-kit on the site. I say "draft" because it's not tested at all. The focus of A108-A109 is on the core and its contexts, not the host-kit.

However, if you do try it, remember that modules have changed; therefore, extension modules have changed! However, the /Core release includes the minimal xtest extension, which seems to work ok, so you can have some degree of confidence.

However, your extension module header should look like this now:

REBOL [
    title: "My extension"
    type: module
    options: [extension]
    ...
]

A number of other options are available. (See Brian Hawley's notes if you need more info.)

1 Comments

Comments:

Brian Hawley
23-Oct-2010 15:29:53
If you forget the type: module or options: [extension] in your extension source, don't worry too much; the extension loader will add them for you. Old extensions should in theory load just fine. You probably don't want to forget the name though, as that matters.

Post a Comment:

You can post a comment here. Keep it on-topic.

Name:

Blog id:

R3-0346


Comment:


 Note: HTML tags allowed for: b i u li ol ul font span div a p br pre tt blockquote
 
 

This is a technical blog related to the above topic. We reserve the right to remove comments that are off-topic, irrelevant links, advertisements, spams, personal attacks, politics, religion, etc.

REBOL 3.0
Updated 28-Mar-2024 - Edit - Copyright REBOL Technologies - REBOL.net