REBOL 3.0

Comments on: A104 Test Release

Carl Sassenrath, CTO
REBOL Technologies
26-Aug-2010 3:47 GMT

Article #0332
Main page || Index || Prior Article [0331] || Next Article [0333] || 1 Comments || Send feedback

The A104 release is not a general release; it is a draft release for guru developers only. As stated in the prior article, this release merges the primary REBOL lib with the extension lib, simplifying external code. There's only one lib to deal with now.

All prefix for entries in the library have been modified to begin with RL_ so it will produce compiler errors that are easy to spot.

The library can be used for both the host and for loaded extensions. In other words the same lib works as a DLL and also as a callback struct (which uses the RL macros, see prior article.)

Diff the sources and you will notice that there are a few include file changes. Mainly, the reb-lib.h file holds the definitions related to the new library.

This is an untested release. I don't even know if you'll be able to compile it. We will collect comments and suggestions for inclusion in A105.

In addition, A105 will add a test for checking the lib version/compatibility, to prevent the case of loading the wrong DLL and blowing out for mysterious reasons. We will also allow struct alignment checks, because we've seen some developers create bad builds due to improper compiler setup.

1 Comments

Comments:

Luca
7-Sep-2010 5:42:15
(at)Carl:

I have a question; I hope this isn't too offtopic. Does Rebol use win32 apis on Windows ? There are some speculations on the net saying that Microsoft will take away these old apis in a next windows 8 version, allowing only the .net framework.

Is it difficult to adapt Rebol in order to use .net apis eventually ?

Thanks!

Post a Comment:

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

Name:

Blog id:

R3-0332


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 26-Apr-2024 - Edit - Copyright REBOL Technologies - REBOL.net