#include <revolution/rso.h> int RSOLink ( RSOObjectHeader* rsoImp, const RSOObjectHeader* rsoExp );
| rsoImp | Pointer to the module information to link. |
|---|---|
| rsoExp | Pointer to the module information to reference. |
The number of processed codes.
Among symbols to be imported by rsoImp, this function resolves everything in rsoExp.
No operation will be performed on rsoExp.
Note: This cannot be resolved by having the static module reference the dynamic module. (This is because the static module holds only export information. ) Static modules can only be referenced.
RSOStaticLocateObject, RSOLocateObject, RSOLocateObjectFixed, RSOUnLocateObject, RSOUnLink
2008/07/10 Removed RSOLink.h from Syntax.
2006/06/14 Initial version.
CONFIDENTIAL