K
K
kozura2017-08-07 13:03:31
C++ / C#
kozura, 2017-08-07 13:03:31

Procedure entry point. Conflict. \?

Hello
There is a library (under Windows) that uses linking with the pcap and ffmpeg libraries.
The compilation is successful, both in debug and release, but when the software is launched, an error is generated: "The entry point to the pcap_next_ex procedure was not found in the DLL avcodec-57.dll".
And this is only for launching release, under debug - everything is ok.
If you look through depends22, then functions from wpcap.dll are listed in avcodec-57.dll, as if this is one address space, this is the problem, but why are they defined in this way for release ??
4778349308134aeabec6b966350ab412.pngBack when the ffmpeg library was an older version, there were no such problems.
Who faced similar (runtime) conflicts?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kozura, 2017-08-07
@kozura

solved with linker option /OPT:NOREF

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question