Re: [mico-devel] Building with VS 2005/2008 - manifests for dll's

2008-11-26 Thread Karel Gardas
Hi Malcolm, thanks for this note. I've fixed this in MICO darcs repository. Cheers, Karel Malcolm Davey wrote: Hi There There are a number of lines in the windows makefiles to build the manifest into the binary. The ones for dlls are incorrect For dlls there should be a #2 instead of

RE: [mico-devel] nsd registration failing for multiple registrations in 2.3.13

2008-11-26 Thread Malcolm Davey
Hi Karel Thanks for your reply. As to why I am not using threading, the windows make files don't actual enable threading properly (they don't configure a header file to enable it). Also we haven't changed our code to make use of it. Compiler VS 2008 (VC 9) OS - Windows XP SP2 and 2003 64 bit I

FW: [mico-devel] nsd registration failing for multiple registrations in 2.3.13

2008-11-26 Thread Malcolm Davey
Hi Karel Sorry but I have more details. We compile with stlport (version 5.1.5) (mico 2.3.12 with stlport 5.1.5 doesn't have this issue) The following causes nsd to crash on the fourth or fifth call to bind_new_context If I modify the following code to the example under demo/services/naming