mbruel / nzbCheck

command line tool to check nzb files. First inside the nzb to see if each files has the expected number of Articles, then we check their availability on Usenet using the NNTP Stat command. Implemented in C++11/Qt5, nzbCheck is released for Linux, Windows, MacOS and RPI.
GNU Affero General Public License v3.0
21 stars 4 forks source link

Incorrect version of msvcr100.dll shipped with 32-bit distribution #5

Open smbrannon opened 2 years ago

smbrannon commented 2 years ago

I am having the same problem with nzbCheck that I had with the 32-bit distribution of ngPost v4.16. ie it appears that the 64-bit version of msvcr100.dll is shipped instead of the 32-bit version. Once I replaced msvcr100.dll with a 32-bit version nzbCheck worked.