0

I want to use the OpenH264 library in my Visual Studio C++ project. Now, I was given the advice to use the precompiled version, since they already offer that.

But when I look at the releases there only is a precompiled dll-file, nothing else. Or I'm just incapable of finding the rest.

Anyways, now I have to use the dll-file without any lib- and header files which apparently shouldn't be necessary. So what gives?

What would be the recommended way of advancing from this point on? Can I create the missing files myself or is there a better way of progressing?

dYTe
  • 191
  • 1
  • 8
  • Just taken a quick look but no prioir knowledge: Download the DLL and the source. In the source there seems to be a def file (openh264.def) and a header (codec_api.h). Its probable that is all you need. – Mike Vine Jun 20 '18 at 10:45
  • Possible duplicate of [How to generate an import library (LIB-file) from a DLL?](https://stackoverflow.com/questions/9946322/how-to-generate-an-import-library-lib-file-from-a-dll) – pure cuteness Jun 20 '18 at 10:46

0 Answers0