As the title states, Visual Studio shows an error message when I try to import DLL’s into my C++/CLI project. The DLL files are from the Sony camera SDK v1.12.00_20240425a_Win64.
I’ve tried to import the library a couple of ways:
- Right click solution name -> Add -> Reference -> Browse -> Select Files
- Add solution containing header files for SDK (project where the DLL files are built from) and add the project to references, but it still doesn’t work
Here are some screenshots:
Error message when import dll:
C++/CLI project properties:
Project that is using the C++/CLI Project as a ref: