Rev 30598 |
Rev 30600 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| Download
| RSS feed
Last modification
- Rev 30599 2004-08-10 20:25:13
- Author: duncan
- Log message:
- The lookup of symbols in DLLs is now more centralized in a routine that
is called by do_dotCode, do_dotcall and do_External.
This routine combines the name and PACKAGE argument
to find the symbol and can handle
i) no PACKAGE argument when the function that called the native interface is within a namespace
ii) when the symbol is a NativeSymbolInfo or "native symbol" external pointer
iii) the PACKAGE is a DLLInfoReference object
This means we can handle packages with versions
and still get the correct DLL for the package.
Still more removal of the dependency on these
global names for a centralized table needed.