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.
Dependency Walkerdependencywalker.com to check if your DLL really exports the functions you look for. – Roman R. Jan 19 at 10:48