I have been able to build the libx264 dll from source using hints from here. I am successfully able to load the Dll via my application using the LoadLibrary method. But when i try to get the address of the methods available via the x264.h header using GetProcAddress(), i always get back NULL.

Has anyone worked with libx264.dll before in VS or are there any references to some sample code for the same.

link|improve this question

50% accept rate
Use Dependency Walker dependencywalker.com to check if your DLL really exports the functions you look for. – Roman R. Jan 19 at 10:48
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.