IRC Log


Monday September 27, 2010

[Time] NameMessage
[00:05] Zao jhawk28: Several solutions.
[00:05] Zao jhawk28: 1) deploy the runtime via installer. 2) deploy the runtime privately in a subdirectory of your application. 3) build your project against the static runtime, with all the downsides and pitfalls that has.
[00:06] Zao Deploying privately with 2008 amounts to grabbing the Microsoft.VC90.CRT directory and putting it next to your executable.
[00:06] Zao Deploying via installer can be done either via the standalone installer or via merge modules.
[00:06] jhawk28 I don't mind installing the vs2008 redist
[00:06] Zao Building against static runtime places severe restrictions to multi-module programs.
[00:07] Zao Then install the runtime(s) that your application and your dependencies are built against.
[00:07] jhawk28 but, I can't figure out how to have zmq compile against the latest version
[00:07] Zao If you're doing things right, that should be a single runtime version.
[00:08] jhawk28 btw, this is for the java bindings and the zmq library
[00:10] jhawk28 I tried to do this: http://stackoverflow.com/questions/59635/app-does-not-run-with-vs-2008-sp1-dlls-previous-version-works-with-rtm-versions
[00:10] jhawk28 but it didn't change the values in the manifest
[00:10] Zao I feel sorry for you. Building against and deploying the right 2008 runtime is great fun.
[00:10] Zao Especially with the hotfixes.
[00:11] jhawk28 :)
[00:12] jhawk28 :(
[00:14] jhawk28 new to the whole Visual Studio world so its mostly painful right now
[00:14] jhawk28 mostly happy that ZMQ compiles out of the box
[00:16] jhawk28 zao: http://blog.kalmbach-software.de/2009/05/27/deployment-of-vc2008-apps-without-installing-anything/
[00:16] jhawk28 seems to cover your 3 options
[00:20] jhawk28 ha, the statically linking only works VS2003 and before based on the comments
[00:21] jhawk28 and the including the dlls in a sub directory doesn't work with VS2008-SP1
[07:56] CIA-20 zeromq2: 03Martin Sustrik 07master * r30c1cba 10/ src/poller_base.cpp : latency optimisation for the case where there are no timers - http://bit.ly/d8hem9
[07:56] CIA-20 zeromq2: 03Martin Sustrik 07master * re2f834d 10/ doc/zmq_getsockopt.txt : ZMQ_FD and ZMQ_EVENTS documentation added - http://bit.ly/9nWC7q
[09:17] CIA-20 zeromq2: 03Martin Sustrik 07master * r16c3884 10/ (4 files in 2 dirs): MSVC build fixed - http://bit.ly/abDASN
[15:56] shawn42 hello
[15:57] shawn42 has anyone here done any P2P stuff w/ zeromq?
[21:05] kristianpaul Hello
[21:06] kristianpaul http://paste.pocoo.org/show/268234/
[21:06] kristianpaul :/
[22:08] ipc howdy; does anyone know if you can run zmq 'threadless'; i.e. one process use a TCP-bound zmq socket?
[22:08] ipc the context docs suggest you shouldn't init with zero threads unless you're only using in-process sockets
[22:45] kristianpaul ahh solved
[22:45] kristianpaul i missed the lib
[22:45] kristianpaul bye
[22:57] jhawk28 hello