Re: problem compiling on Windows with MSVC - missing libiconv_set_relocation_prefix



Mathew Yeates writes:
 > When I try and compile I get the error in my subject line. This is with 
 > a binary libiconv-1.9.1 and glib 2.8. Any windozers seen this before?

Presumably you get the error when running your code, not compiling?
Anyway, you probably have an older version of the GNU iconv Dll,
iconv.dll, in your Windows System32 folder. (Or something totally
unrelated that just happens to also be called iconv.dll.)

Hide that other iconv.dll. If you later then notice that some
3rd-party app that has installed it in the system32 folder starts
complaining about it missing, copy it to that app's executable's
folder, where it should have been in the first place.

--tml




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]