Comments on: AltME REBOL3 web
REBOL Technologies

Comments on: AltME REBOL3 web

Carl Sassenrath, CTO
REBOL Technologies
15-Jul-2005 19:25 GMT

Article #0184
Main page || Index || Prior Article [0183] || Next Article [0185] || 1 Comments || Send feedback

As mentioned in my prior note, if you are interested in reading other discussions about REBOL, the REBOL3 AltME world is now being published on the web. Here is the URL for the index page:

REBOL3 AltME Discussions

Messages are updated every 5 minutes. The participants of the REBOL3 have control over publication of these groups. Note that not all groups are published.

To publish a group, the group must be public (shared with all) and the words [web-public] must appear in the group's description (in order to make people aware of it). Private groups cannot be published.

1 Comments

Comments:

about fortran dll
31-Aug-2009 22:02:18
1.fortran dll SUBROUTINE ARRAYTEST(a,b) !DEC$ ATTRIBUTES DLLEXPORT,ALIAS:"ARRAYTEST" :: ARRAYTEST REAL a,b,c c=a+b return END SUBROUTINE

2.rebol code lib: load/library %dll.dll fortran-function: make routine! [ a [decimal!] b [decimal!] return: [decimal!] ] lib "ARRAYTEST" answer: fortran-function 10.0 20.0

The code above is not success,why?thanks!

Post a Comment:

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

Name:

Blog id:

CS-0184


Comment:


 Note: HTML tags allowed for: b i u li ol ul font 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.

Updated 3-Dec-2023   -   Copyright Carl Sassenrath   -   WWW.REBOL.COM   -   Edit   -   Blogger Source Code