Re: [Mosquitto-users] problem running mosquitto_pub in XPMode

2013-04-24 Thread Roland Stuart
Thanks Roger, The version of VC++ redistributable I had installed was from VS2008, I have installed the VC++ redistributable from VS2010 and Mosquitto_pub now executes. *Both *are required. It seems that MSVCR90 is required by SSLEAY32 and LIBEAY32. IESHIMS and WER are still missing but they are

Re: [Mosquitto-users] problem running mosquitto_pub in XPMode

2013-04-23 Thread Roger Light
Hi Roland, It sounds like you need a more up to date VC++ run time, although I'm surprised that it complained about MSCVR90.dll in that case. I would expect MSVCR100.dll to be the required run time. Is it possible that there is a 64/32 bit mismatch in dll somewhere? Cheers, Roger On Mon, Apr 22

[Mosquitto-users] problem running mosquitto_pub in XPMode

2013-04-21 Thread Roland Stuart
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, writte