/[pub]/suikawiki/sw4data/ids/2/609.txt
Suika

Contents of /suikawiki/sw4data/ids/2/609.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (show annotations) (download)
Sun Aug 4 03:16:37 2013 UTC (11 years, 3 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +19 -1 lines
File MIME type: text/plain
updated by (anon)

1
2 [1]
3 [CITE['''['''CCA-frameworks''']''' Changing SIDL.DLL and SIDL.Loader]] ([CODE[2003-11-01 05:48:02 +09:00]] 版) <https://cca1.ornl.gov/pipermail/cca-frameworks/2003-October/000020.html>
4
5 >
6 [PRE[
7 * Load a dynamic link library using the specified URI. The
8 * URI may be of the form "main:", "lib:", "file:", "ftp:", or
9 * "http:". A URI that starts with any other protocol string
10 * is assumed to be a file name. The "main:" URI creates a
11 * library that allows access to global symbols in the running
12 * program's main address space. The "lib:X" URI converts the
13 * library "X" into a platform-specific name (e.g., libX.so) and
14 * loads that library. The "file:" URI opens the DLL from the
15 * specified file path. The "ftp:" and "http:" URIs copy the
16 * specified library from the remote site into a local temporary
17 * file and open that file. This method returns true if the
18 * DLL was loaded successfully and false otherwise. Note that
19 * the "ftp:" and "http:" protocols are valid only if the W3C
20 * WWW library is available.
21 ]PRE]
22
23 [3]
24 [CITE[]] ([CODE[2007-02-03 16:17:13 +09:00]] 版) <http://www-unix.mcs.anl.gov/ase/SIDL.html#SIDL.DLL>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24