Advertisement

linking in a library in the middle of a program?

Started by December 26, 2002 11:19 AM
1 comment, last by DarkHamster 21 years, 8 months ago
I know how I can link a library at run time, like with -lz or whatever the library may be, but how could I search a given directory for all libraries, and then load selected ones as plug-ins?

"There is no dark side of the moon really,
As a matter of fact, its all dark."


"There is no dark side of the moon really,
As a matter of fact, its all dark."
dlopen, dlsym...

check man

- r0gu3

Can your operating system do this?
http://r0gu3.codices.net/?software
Can your operating system do this?http://r0gu3.codices.net/?software
Advertisement
You might also find this article interesting if you''re writing C++ code. From what I''ve seen it works pretty well.

This topic is closed to new replies.

Advertisement