ADC Home > Reference Library > Technical Q&As > Legacy Documents > Networking >
Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.
Current information on this Reference Library topic can be found here:
|
Q: I'm trying to use Open Transport from Symantec C++ using PPCLink but it
complains that a bunch of routines ( 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'
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. |
|