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

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

From: depotcity:telus at: 10-Jun-2001 22:18

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" ??? Terry