Bas in het Veld
Bas in het Veld

Reputation: 1322

Delay-loading a C libary in C++ code

I'm currently trying to load the ffmpeg library (in C) into my C++ project. The library consists of headers, .lib files and .dll files, all of which I loaded and used successfully. However, it is strongly desirable for our project to have these dll files loaded in delayed, and this is where I'm failing.

What it boils down to is this:

Is there something obvious that I'm missing or doing wrong?

Thanks!

Upvotes: 1

Views: 267

Answers (0)

Related Questions