2

VS2010 Ultimate, Native C++, x64 DEBUG; under win7 64bit.

I get this linker warning in my application: LNK4199: /DELAYLOAD:xxx.dll ignored: no imports found from xxx.dll

  • I see in debugger that I successfully call functions from xxx.dll
  • I give the linker appropriate xxx.lib
  • I tried Properties->Linker->Input->Delay Loaded DLLs->Edit->uncheck "Inherit from parent or project defaults" - it didn't help.

What could be the solution? Thank you.

Lion Butcher
  • 121
  • 1
  • 9
  • Does xxx.lib have any symbols declared as exports? You may need to add a specific define for consumers of xxx.dll. (c.f. https://stackoverflow.com/a/538179/588243) – Torbjörn Jul 25 '17 at 09:06

0 Answers0