简体   繁体   中英

Zbar in CPP Project libiconv.lib not found

Hello I try to integrate Zbar 64bit version into my visual studio cpp project. I downloaded the build from https://github.com/NaturalHistoryMuseum/ZBarWin64 and I set up my IncludePath to both include and \\zbar\\include also included both libs lib + zbar\\lib-64. The linker was also set to 64 version but now I'm getting an error.

The code execution cannot proceed because libiconv.dll was not found. Reinstalling the program may fix this problem.

I already set the linker and lib path to the folder where the dll is. But still getting the error.

Any suggestions?

Kind regards

Max

Added ZBarWin64-master\\zbar\\libiconv to system variables PATH . Added ZBarWin64-master\\zbar\\libiconv\\dll_x64 to system variables PATH .

Don't know what fixed it, but now it is running like a charm :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM