← Back to team overview

mosquitto-users team mailing list archive

problem running mosquitto_pub in XPMode

 

Hi, Sorry for what is probably a dumb question.

I have been running Moquitto successfully for about a year on Win XP(32bit)
and Win7 (32 and 64 bit). [My Mosquitto broker runs on Win 7(64) and I use
mosquitto_pub on XP and win 7 to communicate with the broker].

I am trying to move my code, written in VBScript, to a VM running XPmode on
the win7 PC. The XPmode has been updating itself from Windows Update so I
am assuming it is up to date. I installed mosquitto from
mosquitto-1.1-install-win32.exe

Executing mosquitto_pub gave an 0xc0150002 error and said MSVCR90.dll was
missing. After some googling I installed VC++ redistributable run time
(vcredist_x86.exe) which fixed that problem but gave another. [Failed to
start - missing MSVCR100.dll].  Depend.exe shows
(MSVCR100.dll;IESHIMS.dll;WER.dll) all to be missing. The last 2 appear to
be win 7 modules so I am not sure what is going on.

So, 1) should I be able to run on XPMode?
      2) How do I get it working?

TIA.

Roland

Follow ups