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

2008-11-25 Thread Malcolm Davey
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 #1 (which is the default if left off). e.g. $(MT) -manifest micocoss$(VERSION).dll.manifest

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

2008-11-26 Thread Malcolm Davey
code to use it, but this makes no difference - assuming I am implementing it correctly. Thanks Malcolm -Original Message- From: Karel Gardas [mailto:[EMAIL PROTECTED] Sent: Wednesday, 26 November 2008 7:49 PM To: Malcolm Davey Cc: mico-devel@mico.org Subject: Re: [mico-devel] nsd

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

2008-11-26 Thread Malcolm Davey
: Malcolm Davey Sent: Thursday, 27 November 2008 10:51 AM To: 'Karel Gardas' Cc: 'mico-devel@mico.org' Subject: RE: [mico-devel] nsd registration failing for multiple registrations in 2.3.13 Hi Karel Thanks for your reply. As to why I am not using threading, the windows make files don't actual enable

FW: [mico-devel] nsd registration failing for multiple registrationsin 2.3.13 - really stlport with typetraits

2008-11-27 Thread Malcolm Davey
Hi Karel I think I have finally resolved the issue - it's a combination of using mico with stlport when type traits are enabled to do optimized copying of items in std containers and algorithms. (in mico 2.3.13 ) The problem occurs in poa_impl.cc On the line 418 current-push_back (CurrentState

RE: FW: [mico-devel] nsd registration failing for multiple registrationsin 2.3.13 - really stlport with typetraits

2008-12-07 Thread Malcolm Davey
Gardas [mailto:[EMAIL PROTECTED] Sent: Tuesday, 2 December 2008 6:06 AM To: Malcolm Davey Cc: mico-devel@mico.org Subject: Re: FW: [mico-devel] nsd registration failing for multiple registrationsin 2.3.13 - really stlport with typetraits Hi Malcolm, it's great that you finally nailed down

[mico-devel] Multi threading

2009-06-11 Thread Malcolm Davey
Hi there I have been trying to setup mico on solaris to not use threads. Currently I get compile errors when using the -disable-threads option - I presume this is the correct option The -disable-thread -policy option doesn't seem to do this, I'm not sure what it does. Currently our