I have a managed exe calling a managed dll, both written in c, and compiled using vs2010 c++.
When I run the program I get error that program can't start because the dll is missing from my computer. In the linker, under Linker->Input->Additional dependencies I have added the folder containing the dll lib. Also, in the Linker->General section I have listed the folder under Additional include libraries.
I am clueless...