I am developing on a 64-bit Windows 7 box with Visual Studio 2012 (11.0.51106.01 Update 1).
I have a Support project that compiles some C code into a (32-bit) DLL. I
Problem solved. Some things to note as I went through troubleshooting steps, for those who stumble upon this in the future.
X
-- rather it may mean it can't find function Y
, from another dll, that is called by X
.In my above test example, the problem was I was compiling as a Debug version.
However, in my complete function, that change did not fix the issue. It turns out I was missing some DLLs that dependency walker did not catch.