@Sam_McElhinney_io wrote:
Hello
I am trying to run a sketch in visual studio 2017 that has
#include <iconv.h>
. It fails with the line that the file iconv.h cannot be found. From solving the same issue on OS X Xcode, I know I need to link properly to the libiconv library.Searching on the PC hard drive, I’ve found a dll that is named libiconv-2.dll. Would linking this solve the file not found issue?
Please can someone tell me how to fix this in VS 2017?
S
Posts: 1
Participants: 1