Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 569c09c

Browse files
committed
Removed some confusing sentences that are no longer relevant now that
calldll is part of the standard macPython distribution.
1 parent a6140be commit 569c09c

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

Mac/Demo/calldll/readme

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ types are currently supported. Please let me know which other argument types
88
you need, and/or whether you have any ideas on a general "escape" allowing people
99
to pass anything.
1010

11-
The module works *only* on PowerPC currently. It is distributed complete
12-
with source and project files, so that people willing to look at a CFM68K port
13-
are welcome to do so. A classic 68K implementation is impossible, I think (so
14-
prove me wrong, please:-).
15-
1611
The module exports three functions:
1712
- symtable = getlibrary(libraryname)
1813
Get a reference to import library libraryname. "InterfaceLib" is the most commonly
@@ -51,7 +46,3 @@ aren't any None is returned, if there is one value this value is returned, if th
5146
values a tuple is returned.
5247

5348
There is test code in testcalldll.py, and a minimal example in samplecalldll.py.
54-
55-
Have fun, and let's discuss the design of this thingy on pythonmac-sig,
56-
57-
Jack Jansen, [email protected], 23-May-97.

0 commit comments

Comments
 (0)