• Using a DLL
    2 replies, posted
I downloaded the FlickrNet API. It came with a DLL that somehow I am supposed to load into my application. I am wondering how to do this. Probably a noob question
If it's a managed DLL, just add it to your project's references. If it's unmanaged, you're gonna want to look into DllImport and P/Invoke.
Thanks for the fast reply. I just added it to reference's and it works
Sorry, you need to Log In to post a reply to this thread.