Hansong Zhang (zhangh++at++cs.unc.edu)
Thu, 11 Jul 1996 10:37:15 -0400 (EDT)
It seems to be because when you compile function pfdLoadFile_3ds()
with CC, the fuction name is appended with a C++ signature so it's
no longer named pfdLoadFile_3ds (but something like e.g.
pfdLoadFile_3ds__FPc, you may use "elfdump -t objectfile" to see
the modified func name). So pfdFindConverterDSO can't find any function
by the original name. Try using extern "C" { ... } to force off
signatures.
regards,
Hansong
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
Submissions: info-performer++at++sgi.com
Admin. requests: info-performer-request++at++sgi.com
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:53:10 PDT