stavefan
12-10-2001, 12:28 PM
Hi all,
i'm looking to write a c++ program, and would like to do so using .so files to logically segment off code that perform similar functions. unfortuatly, i don't know how to write code to export the functions out of the .so file so that I could link it into the rest of the program...like how does the compiler deal with the mangled c++ function names that are exported?
i was wondering if anyone knew of a tutorial/example that would be helpful...i would greatly apprecaite any input for this
thanks
stavefan
i'm looking to write a c++ program, and would like to do so using .so files to logically segment off code that perform similar functions. unfortuatly, i don't know how to write code to export the functions out of the .so file so that I could link it into the rest of the program...like how does the compiler deal with the mangled c++ function names that are exported?
i was wondering if anyone knew of a tutorial/example that would be helpful...i would greatly apprecaite any input for this
thanks
stavefan