Hello,
On Windows (and Linux) , you do :
initialization
LoadZeroMQ
Off course that's work but the means load libzmq-win32.dll at application start, even it's not used.
But I would like to only load it when needed, For example only when my end user switch my application in debug mode.
That is more manually do a LoadZeroMQ means more easy to handle error message. at start.
Hello,
On Windows (and Linux) , you do :
Off course that's work but the means load libzmq-win32.dll at application start, even it's not used.
But I would like to only load it when needed, For example only when my end user switch my application in debug mode.
That is more manually do a LoadZeroMQ means more easy to handle error message. at start.