On Fri, Jan 24, 2003 at 10:48:44AM +0530, Project Team wrote:
> We are working on a project where we already have prepared shared 
> libraries. However we are not clear about how the interfaces to the 
> functions in the library are obtained. These, if in the form of function 
> pointers are returned, then how do we map these to the function calls.

Note that this is on topic more on LIP than here.

Assuming your project language is C, you create a header file for the
shared library with all the exported variables and functions listed;
and include the usage details in your documentation. :)

More details and discussion when you continue on LIP.

Binand

-- 
Russian Roulette with Unix:
while :; do kill $RANDOM &> /dev/null && break || sleep 1; done


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to