[netperf-dev] Dealing with DLL's
Rick Jones
rick.jones2 at hp.com
Thu Apr 6 10:50:29 PDT 2006
Rick Jones wrote:
> BTW, I have been informed that OpenVMS has a similar limitation about
> dynamically loaded objects. So the question becomes whether to put some
> of the "netperf utility" functions into a library of their own that the
> test libs can link against, or have the test libs provide a rendezvous
> function called by the main program to tell them where to find the
> utility functions.
Strike three - AIX has similar limitations... either we have to make
sure that a test suite library never needs to call-in to routines in the
main exe, or we pass it some function pointers, or we have it link
against a "netperf_utils" library
rick
More information about the netperf-dev
mailing list