Skip to content

Instantly share code, notes, and snippets.

@JensAyton
Created March 28, 2011 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JensAyton/891198 to your computer and use it in GitHub Desktop.
Save JensAyton/891198 to your computer and use it in GitHub Desktop.
// There are exact equivalents for CoreFoundation, if you like typing CFRelease a lot.
NSString *path = [[NSBundle mainBundle] builtInPlugInsPath]; // Or privateFrameworksPath, or some other thing.
path = [path stringByAppendingPathComponent:@"foo.dylib"];
void *handle = dlopen([path fileSystemRepresentation], flags);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment