Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

REBOL 2.7.6 and /Library

 [1/6] from: andreas::bolka::gmx::net at: 16-Mar-2008 12:19


From=20http://www.rebol.net/upnews/0026.html: "The /library component is now included in the free distribution of REBOL." But: REBOL/Core 2.7.6.4.2 (15-Mar-2008) Copyright 2008 REBOL Technologies REBOL is a Trademark of REBOL Technologies All rights reserved.
>> make routine! []
** Script Error: Feature not available in this REBOL ** Near: make routine! [] What am I missing? -- Regards, Andreas

 [2/6] from: nick1::musiclessonz::com at: 16-Mar-2008 6:33


It only appears to be enabled in rebpro.exe, rebview.exe, rebface.exe, and rebcmdview.exe. Quoting Andreas Bolka <andreas.bolka-gmx.net>:

 [3/6] from: andreas:bolka:gmx at: 16-Mar-2008 14:49


Sunday, March 16, 2008, 2:33:12 PM, Nick wrote:
> It only appears to be enabled in rebpro.exe, rebview.exe, rebface.exe, > and rebcmdview.exe.
Ah yes, /Pro or /View only. Thanks, Nick. -- Andreas

 [4/6] from: fergus4::bellatlantic::net at: 16-Mar-2008 19:48


What is the library component? What does it do? Does it have anything to do with using dll's?

 [5/6] from: nick1::musiclessonz::com at: 16-Mar-2008 19:03


Yep, it provides dll access. Here's my little webcam app again, in a bit more readable form. It uses functions from the Windows API to change the Rebol GUI window title, to view local webcam video, and to save snapshots in BMP format. It runs directly in rebview.exe or rebcmdview 2.76: http://guitarz.org/files/capture276a.r P.S. - Please let me know if you get a chance to test it, especially on win98/95 machines (it's working on all my XP and Vista machines). Quoting Alan Macleod <fergus4-bellatlantic.net>:

 [6/6] from: nick1::musiclessonz::com at: 16-Mar-2008 23:11


I just updated the following tutorial sections, so that they explain how to use Dlls in the new Rebol beta: http://musiclessonz.com/rebol_tutorial.html#section-25 http://musiclessonz.com/rebol.html#section-6.4 HTH :) - Nick Quoting Nick Antonaccio <nick1-musiclessonz.com>: