Technical Q&ANW 33 - Undefined Routines with PPCLink? (14-May-96)Q I'm trying to use Open Transport from Symantec C++ using PPCLink but it complains that a bunch of routines (InitOpenTransportPriv, OTExitPatchPriv, etc) are undefined. What's going on? A Using SPM 8.0.3 and PPCLink 1.3 from ETO 19, the following things had to be done to get SPM to link an Open Transport program using the external linker:
'Guy Smiley:Open Transport:Open Transport SDK:Open Tpt Client Developer:PPC Libraries:OpenTransportLib' Note: The single quotes are important!For statically linked libraries SPM automatically generates the appropriate arguments for PPCLink, but for shared libraries you have to do it by hand. Note that you will also have to supply the "-weaklib OpenTransportLib" if you want to import the library weakly. Technical Q&A Previous Question | Contents | Next Question |