Welcome, Guest. Please login or register.

Author Topic: file requestor? file list?  (Read 2787 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: file requestor? file list?
« on: February 09, 2012, 02:44:45 PM »
Quote from: Leffmann;679956
Here's a very basic example for ASL, you can find all the details in the RKRM Libraries 3rd edition:

Code: [Select]

  AslBase = OldOpenLibrary("asl.library");

I know this is irrelevant for this requester usage, but OldOpenLibrary has been obsolete for some time now, and even fails with the latest OS versions. You should use OpenLibrary("asl.library", 0) instead.