Hi Terry, TB> "very simple DLL"
TB> That's an oxymoron.
In PowerBASIC:
#COMPILE DLL
FUNCTION AddOne (BYVAL value AS LONG) EXPORT AS LONG
FUNCTION = value + 1
END FUNCTION
-- Gregg
--
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.
