RSOLink

Syntax

#include <revolution/rso.h>

int RSOLink ( RSOObjectHeader* rsoImp, const RSOObjectHeader* rsoExp );

Arguments

rsoImp Pointer to the module information to link.
rsoExp Pointer to the module information to reference.

Return Values

The number of processed codes.

Description

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.

See Also

RSOStaticLocateObject, RSOLocateObject, RSOLocateObjectFixed, RSOUnLocateObject, RSOUnLink

Revision History

2008/07/10 Removed RSOLink.h from Syntax.
2006/06/14 Initial version.


CONFIDENTIAL