dlopen Example
#include<stdio.h>
#include<dlfcn.h>
int add(int,int);
int main()
{
int (*fptr)(int,int);
void *libh=dlopen("libshlibdemo.so",RTLD_LAZY);
fptr=dlsym(libh,"add");
printf("sum = %d\n",fptr(20,10));
return 0;
}
Recent Stories
Top DiscoverSDK Experts
Mendy Bennett
Experienced with Ad network & Ad servers.
Mobile | Ad Networks and 1 more
View Profile
Karen Fitzgerald
7 years in Cross-Platform development.
Mobile | Cross Platform Frameworks
View Profile
X
Compare Products
Select up to three two products to compare by clicking on the compare icon () of each product.
{{compareToolModel.Error}}Now comparing:
{{product.ProductName | createSubstring:25}} X
{{CommentsModel.TotalCount}} Comments
Your Comment