0

I try to run application compile on windows 7 with additional dependencies libiconv.lib, ws2_32.lib, Crypt32.lib, libeay32.lib. When I try to run it, application crash with "The program can't be start because libiconv2.dll is missing from your computer. Try reinstalling the program to fix this problem.". I try to install http://gnuwin32.sourceforge.net/packages/libiconv.htm and http://www.mingw.org/ (with all libraries for c++ and c), but this doesn't help at all. Also I try to run all system update.

Do you know how to fix this?

Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358

2 Answers2

0

Get it from their site and place a copy in your app folder

http://www.gnu.org/software/libiconv/

Oscar
  • 13,594
  • 8
  • 47
  • 75
0

You might also want to make sure that C:/MinGW/bin is in your PATH system environment variable. (Instructions for how to do this)

Martin Smith
  • 3,687
  • 1
  • 24
  • 51