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

[REBOL] Re: .dll calls (newbie tutorial)

From: agem:crosswinds at: 11-Jun-2001 10:23

>>>>>>>>>>>>>>>>>> Ursprüngliche Nachricht <<<<<<<<<<<<<<<<<<
Am 11.06.01, 06:18:26, schrieb "Terry Brownell" <[depotcity--telus--net]> zum Thema [REBOL] Re: .dll calls (newbie tutorial):
> Oh well, so much for the attachment. > This is how I see it... > a: %path/to/dll > b: load/library a > a-routine: make routine! [return: [integer!] value1: [integer!]
value2:
> [integer!]] b "add" > ; But I get an error "Cannot open add" ???
http://www.escribe.com/internet/rebol/m7619.html , small /library-demo by jeff. he uses [value] instead of [value1:]. have dlls a argument-list declared so your declaration is decided wrong? docu shows colon only with [return:] too.
> Terry
-Volker