General function to create dll & .so

Currently i am working in a network simulation software under windows OS. i have used different dlls for this project.

Now i have to develop this same software under linux OS. i know i can't able to use this dll in linux, instead i have to use .so files.

1. But is there any general function to load .dll & .so?
2. can we load .dll or .so without extension?


if you have any idea Please share with me ASAP...

Balaganapathi.M


Last edited on
http://www.ddj.com/cpp/206503957

This article might help you :) How to build a plugin framework in C++. It's basically dynamically loading dlls/so files on the fly in both windows and linux.
Topic archived. No new replies allowed.