Hi there,
Could it be possible that the bridge doesn't have the correct path information so doesn't know where the IDL functions are? Maybe you need to explicitly from the IDL bridge set the token, something like:
PREF_SET, 'IDL_PATH', '', /COMMIT
or from Windows
PREF_SET, 'IDL_PATH', ''
PREF_COMMIT
Cheers,
Fernando
|