Bernd Macheleidt | 5 Jun 2012 12:14
Picon
Favicon

compiling mico for windows 7 - 64

Hi all,

trying to compile mico for windows 7 64 bit (VS 2008) using Makefile.win32 caused several runtime errors, i.e. when running idl.exe. Probably Makefile.win32 cannot be used for win7 64 bit target. Is there a makefile available for windows 7 64 bit or are there hints for creating one ?

 

Here is my compiler output :

 

 

.

.

.

        cd ..\coss

        nmake /nologo  /f Makefile.win32 all

        cd naming

        nmake /nologo "CREATE_DLL = 1" /f Makefile.win32  lib

        ..\..\win32-bin\idl.exe --windows-dll coss -B..\.. --c++-skel  --name CosNaming ..\..\includ

e\coss\CosNaming.idl

[3153588942 - 0000000000F0F190] d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion

failed

 

This application has requested the Runtime to terminate it in an unusual way.

Please contact the application's support team for more information.

[3153593374 - 0000000000F0F190] d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion

failed

 

This application has requested the Runtime to terminate it in an unusual way.

Please contact the application's support team for more information.

NMAKE : fatal error U1077: '..\..\win32-bin\idl.exe' : return code '0x3'

Stop.

NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\nmake.E

XE"' : return code '0x2'

Stop.

NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\nmake.E

XE"' : return code '0x2'

Stop.

 

 

Running idl standalone causes following output :

 

 

D:\Project\vs_projects\mico\win32-bin>idl

[3154837808 - 0000000000E63700] d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion

failed

This application has requested the Runtime to terminate it in an unusual way.

Please contact the application's support team for more information.

[3154841440 - 0000000000E63700] d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion

failed

This application has requested the Runtime to terminate it in an unusual way.

Please contact the application's support team for more information.

D:\Project\vs_projects\mico\win32-bin>

 

 

Eventname:                                          APPCRASH

Applicationname:                               idl.exe

Programversion:                                 0.0.0.0

Programtimestamp:                           4fcdcc07

Modulname:                                       mico2313.dll

Modulversion:                                    0.0.0.0

Moduletimestamp:                            4fcdcbc2

Exceptioncode:                                   40000015

Exceptioneoffset:                                000000000012474f

OS version:                                          6.1.7601.2.1.0.256.1

 

 

 

 

------------------------------------------------------------
Der Inhalt dieser E-Mail ist vertraulich. Falls Sie nicht
der angegebene Empfänger sind oder falls diese E-Mail
irrtümlich an Sie adressiert wurde, verständigen Sie bitte
den Absender sofort und löschen Sie die E-Mail sodann. Das
unerlaubte Kopieren sowie die unbefugte Übermittlung sind
nicht gestattet. Die Sicherheit von Übermittlungen per
E-Mail kann nicht garantiert werden. Falls Sie eine
Bestätigung wünschen, fordern Sie bitte den Inhalt der
E-Mail als Hardcopy an.
------------------------------------------------------------
The contents of this e-mail are confidential. If you
are not the named addressee or if this transmission
has been addressed to you in error, please notify the
sender immediately and then delete this e-mail.
Any unauthorized copying and transmission is forbidden.
E-Mail transmission cannot be guaranteed to be secure.
If verification is required, please request a hard copy
version.
------------------------------------------------------------
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mico-devel mailing list
Mico-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mico-devel
Karel Gardas | 5 Jun 2012 12:47
Favicon

Re: compiling mico for windows 7 - 64


Hi,

one of our commercial customers funded work on MICO Win64 port and this 
is now presented in MICO HEAD. Please use darcs to get the latest 
development sources and give it a try.

Cheers,
Karel

On 06/ 5/12 12:14 PM, Bernd Macheleidt wrote:
> Hi all,
> trying to compile mico for windows 7 64 bit (VS 2008) using Makefile.win32 caused several runtime errors,
i.e. when running idl.exe. Probably Makefile.win32 cannot be used for win7 64 bit target. Is there a
makefile available for windows 7 64 bit or are there hints for creating one ?
>
> Here is my compiler output :
>
>
> .
> .
> .
>          cd ..\coss
>          nmake /nologo  /f Makefile.win32 all
>          cd naming
>          nmake /nologo "CREATE_DLL = 1" /f Makefile.win32  lib
>          ..\..\win32-bin\idl.exe --windows-dll coss -B..\.. --c++-skel  --name CosNaming ..\..\includ
> e\coss\CosNaming.idl
> [3153588942 - 0000000000F0F190] d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
> failed
>
> This application has requested the Runtime to terminate it in an unusual way.
> Please contact the application's support team for more information.
> [3153593374 - 0000000000F0F190] d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
> failed
>
> This application has requested the Runtime to terminate it in an unusual way.
> Please contact the application's support team for more information.
> NMAKE : fatal error U1077: '..\..\win32-bin\idl.exe' : return code '0x3'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\nmake.E
> XE"' : return code '0x2'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\nmake.E
> XE"' : return code '0x2'
> Stop.
>
>
> Running idl standalone causes following output :
>
>
> D:\Project\vs_projects\mico\win32-bin>idl
> [3154837808 - 0000000000E63700] d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
> failed
> This application has requested the Runtime to terminate it in an unusual way.
> Please contact the application's support team for more information.
> [3154841440 - 0000000000E63700] d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
> failed
> This application has requested the Runtime to terminate it in an unusual way.
> Please contact the application's support team for more information.
> D:\Project\vs_projects\mico\win32-bin>
>
>
> Eventname:                                          APPCRASH
> Applicationname:                               idl.exe
> Programversion:                                 0.0.0.0
> Programtimestamp:                           4fcdcc07
> Modulname:                                       mico2313.dll
> Modulversion:                                    0.0.0.0
> Moduletimestamp:                            4fcdcbc2
> Exceptioncode:                                   40000015
> Exceptioneoffset:                                000000000012474f
> OS version:                                          6.1.7601.2.1.0.256.1
>
>
>
>
> ------------------------------------------------------------
> Der Inhalt dieser E-Mail ist vertraulich. Falls Sie nicht
> der angegebene Empf?nger sind oder falls diese E-Mail
> irrt?mlich an Sie adressiert wurde, verst?ndigen Sie bitte
> den Absender sofort und l?schen Sie die E-Mail sodann. Das
> unerlaubte Kopieren sowie die unbefugte ?bermittlung sind
> nicht gestattet. Die Sicherheit von ?bermittlungen per
> E-Mail kann nicht garantiert werden. Falls Sie eine
> Best?tigung w?nschen, fordern Sie bitte den Inhalt der
> E-Mail als Hardcopy an.
> ------------------------------------------------------------
> The contents of this e-mail are confidential. If you
> are not the named addressee or if this transmission
> has been addressed to you in error, please notify the
> sender immediately and then delete this e-mail.
> Any unauthorized copying and transmission is forbidden.
> E-Mail transmission cannot be guaranteed to be secure.
> If verification is required, please request a hard copy
> version.
> ------------------------------------------------------------
>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>
>
>
> _______________________________________________
> Mico-devel mailing list
> Mico-devel <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mico-devel

--

-- 
Karel Gardas                  kgardas <at> objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Bernd Macheleidt | 5 Jun 2012 13:23
Picon
Favicon

Re: compiling mico for windows 7 - 64

Hi Karel,
thanks for your quick response. I just downloaded darks (never heard of it before).  Neither darcs get MICO
HEAD nor darcs get --repo-name MICO HEAD or darcs get MICO worked. Can you please give me the proper command
line ? Thanks in advance.
Bernd

-----Ursprüngliche Nachricht-----
Von: Karel Gardas [mailto:kgardas <at> objectsecurity.com] 
Gesendet: Dienstag, 5. Juni 2012 12:48
An: Bernd Macheleidt
Cc: mico-devel <at> lists.sourceforge.net
Betreff: Re: [mico-devel] compiling mico for windows 7 - 64

Hi,

one of our commercial customers funded work on MICO Win64 port and this is now presented in MICO HEAD. Please
use darcs to get the latest development sources and give it a try.

Cheers,
Karel

On 06/ 5/12 12:14 PM, Bernd Macheleidt wrote:
> Hi all,
> trying to compile mico for windows 7 64 bit (VS 2008) using Makefile.win32 caused several runtime errors,
i.e. when running idl.exe. Probably Makefile.win32 cannot be used for win7 64 bit target. Is there a
makefile available for windows 7 64 bit or are there hints for creating one ?
>
> Here is my compiler output :
>
>
> .
> .
> .
>          cd ..\coss
>          nmake /nologo  /f Makefile.win32 all
>          cd naming
>          nmake /nologo "CREATE_DLL = 1" /f Makefile.win32  lib
>          ..\..\win32-bin\idl.exe --windows-dll coss -B..\.. --c++-skel  
> --name CosNaming ..\..\includ e\coss\CosNaming.idl
> [3153588942 - 0000000000F0F190] 
> d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion 
> failed
>
> This application has requested the Runtime to terminate it in an unusual way.
> Please contact the application's support team for more information.
> [3153593374 - 0000000000F0F190] 
> d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion 
> failed
>
> This application has requested the Runtime to terminate it in an unusual way.
> Please contact the application's support team for more information.
> NMAKE : fatal error U1077: '..\..\win32-bin\idl.exe' : return code '0x3'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual 
> Studio 9.0\VC\BIN\amd64\nmake.E XE"' : return code '0x2'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual 
> Studio 9.0\VC\BIN\amd64\nmake.E XE"' : return code '0x2'
> Stop.
>
>
> Running idl standalone causes following output :
>
>
> D:\Project\vs_projects\mico\win32-bin>idl
> [3154837808 - 0000000000E63700] 
> d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion 
> failed This application has requested the Runtime to terminate it in an unusual way.
> Please contact the application's support team for more information.
> [3154841440 - 0000000000E63700] 
> d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion 
> failed This application has requested the Runtime to terminate it in an unusual way.
> Please contact the application's support team for more information.
> D:\Project\vs_projects\mico\win32-bin>
>
>
> Eventname:                                          APPCRASH
> Applicationname:                               idl.exe
> Programversion:                                 0.0.0.0
> Programtimestamp:                           4fcdcc07
> Modulname:                                       mico2313.dll
> Modulversion:                                    0.0.0.0
> Moduletimestamp:                            4fcdcbc2
> Exceptioncode:                                   40000015
> Exceptioneoffset:                                000000000012474f
> OS version:                                          6.1.7601.2.1.0.256.1
>
>
>
>
> ------------------------------------------------------------
> Der Inhalt dieser E-Mail ist vertraulich. Falls Sie nicht der 
> angegebene Empf?nger sind oder falls diese E-Mail irrt?mlich an Sie 
> adressiert wurde, verst?ndigen Sie bitte den Absender sofort und 
> l?schen Sie die E-Mail sodann. Das unerlaubte Kopieren sowie die 
> unbefugte ?bermittlung sind nicht gestattet. Die Sicherheit von 
> ?bermittlungen per E-Mail kann nicht garantiert werden. Falls Sie eine 
> Best?tigung w?nschen, fordern Sie bitte den Inhalt der E-Mail als 
> Hardcopy an.
> ------------------------------------------------------------
> The contents of this e-mail are confidential. If you are not the named 
> addressee or if this transmission has been addressed to you in error, 
> please notify the sender immediately and then delete this e-mail.
> Any unauthorized copying and transmission is forbidden.
> E-Mail transmission cannot be guaranteed to be secure.
> If verification is required, please request a hard copy version.
> ------------------------------------------------------------
>
>
>
>
> ----------------------------------------------------------------------
> --------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. 
> Discussions will include endpoint security, mobile security and the 
> latest in malware threats. 
> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>
>
>
> _______________________________________________
> Mico-devel mailing list
> Mico-devel <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mico-devel

--

-- 
Karel Gardas                  kgardas <at> objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Karel Gardas | 5 Jun 2012 13:26
Favicon

Re: compiling mico for windows 7 - 64


It's documented here: http://mico.org/down.html

You need to do:

darcs get --set-scripts-executable http://mico.org/mico-darcs-repository 
mico

Cheers,
Karel

On 06/ 5/12 01:23 PM, Bernd Macheleidt wrote:
> Hi Karel,
> thanks for your quick response. I just downloaded darks (never heard of it before).  Neither darcs get MICO
HEAD nor darcs get --repo-name MICO HEAD or darcs get MICO worked. Can you please give me the proper command
line ? Thanks in advance.
> Bernd
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: Karel Gardas [mailto:kgardas <at> objectsecurity.com]
> Gesendet: Dienstag, 5. Juni 2012 12:48
> An: Bernd Macheleidt
> Cc: mico-devel <at> lists.sourceforge.net
> Betreff: Re: [mico-devel] compiling mico for windows 7 - 64
>
>
> Hi,
>
> one of our commercial customers funded work on MICO Win64 port and this is now presented in MICO HEAD.
Please use darcs to get the latest development sources and give it a try.
>
> Cheers,
> Karel
>
> On 06/ 5/12 12:14 PM, Bernd Macheleidt wrote:
>> Hi all,
>> trying to compile mico for windows 7 64 bit (VS 2008) using Makefile.win32 caused several runtime
errors, i.e. when running idl.exe. Probably Makefile.win32 cannot be used for win7 64 bit target. Is
there a makefile available for windows 7 64 bit or are there hints for creating one ?
>>
>> Here is my compiler output :
>>
>>
>> .
>> .
>> .
>>           cd ..\coss
>>           nmake /nologo  /f Makefile.win32 all
>>           cd naming
>>           nmake /nologo "CREATE_DLL = 1" /f Makefile.win32  lib
>>           ..\..\win32-bin\idl.exe --windows-dll coss -B..\.. --c++-skel
>> --name CosNaming ..\..\includ e\coss\CosNaming.idl
>> [3153588942 - 0000000000F0F190]
>> d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
>> failed
>>
>> This application has requested the Runtime to terminate it in an unusual way.
>> Please contact the application's support team for more information.
>> [3153593374 - 0000000000F0F190]
>> d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
>> failed
>>
>> This application has requested the Runtime to terminate it in an unusual way.
>> Please contact the application's support team for more information.
>> NMAKE : fatal error U1077: '..\..\win32-bin\idl.exe' : return code '0x3'
>> Stop.
>> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
>> Studio 9.0\VC\BIN\amd64\nmake.E XE"' : return code '0x2'
>> Stop.
>> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
>> Studio 9.0\VC\BIN\amd64\nmake.E XE"' : return code '0x2'
>> Stop.
>>
>>
>> Running idl standalone causes following output :
>>
>>
>> D:\Project\vs_projects\mico\win32-bin>idl
>> [3154837808 - 0000000000E63700]
>> d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
>> failed This application has requested the Runtime to terminate it in an unusual way.
>> Please contact the application's support team for more information.
>> [3154841440 - 0000000000E63700]
>> d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
>> failed This application has requested the Runtime to terminate it in an unusual way.
>> Please contact the application's support team for more information.
>> D:\Project\vs_projects\mico\win32-bin>
>>
>>
>> Eventname:                                          APPCRASH
>> Applicationname:                               idl.exe
>> Programversion:                                 0.0.0.0
>> Programtimestamp:                           4fcdcc07
>> Modulname:                                       mico2313.dll
>> Modulversion:                                    0.0.0.0
>> Moduletimestamp:                            4fcdcbc2
>> Exceptioncode:                                   40000015
>> Exceptioneoffset:                                000000000012474f
>> OS version:                                          6.1.7601.2.1.0.256.1
>>
>>
>>
>>
>> ------------------------------------------------------------
>> Der Inhalt dieser E-Mail ist vertraulich. Falls Sie nicht der
>> angegebene Empf?nger sind oder falls diese E-Mail irrt?mlich an Sie
>> adressiert wurde, verst?ndigen Sie bitte den Absender sofort und
>> l?schen Sie die E-Mail sodann. Das unerlaubte Kopieren sowie die
>> unbefugte ?bermittlung sind nicht gestattet. Die Sicherheit von
>> ?bermittlungen per E-Mail kann nicht garantiert werden. Falls Sie eine
>> Best?tigung w?nschen, fordern Sie bitte den Inhalt der E-Mail als
>> Hardcopy an.
>> ------------------------------------------------------------
>> The contents of this e-mail are confidential. If you are not the named
>> addressee or if this transmission has been addressed to you in error,
>> please notify the sender immediately and then delete this e-mail.
>> Any unauthorized copying and transmission is forbidden.
>> E-Mail transmission cannot be guaranteed to be secure.
>> If verification is required, please request a hard copy version.
>> ------------------------------------------------------------
>>
>>
>>
>>
>> ----------------------------------------------------------------------
>> --------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond.
>> Discussions will include endpoint security, mobile security and the
>> latest in malware threats.
>> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>
>>
>>
>> _______________________________________________
>> Mico-devel mailing list
>> Mico-devel <at> lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mico-devel
>
>

--

-- 
Karel Gardas                  kgardas <at> objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Irina Fedotova | 28 Jun 2012 17:14
Picon

Segmentation fault with gcc 4.7 and mico 2.3

We have a project where we use Corba technology and since we updated gcc compiler up to 4.7-1.1 version, it is segmentation fault there. We use mico-2.3.13 and to be more precise, here is core dump output:

(gdb) where #0 operator-> (this=0x10) at ../include/mico/template.h:102 #1 PInterceptor::PI::_exec_add_ior_interceptor (interceptor=0xb4f8e0) at pi_impl.cc:2811 #2 0x000000000065cfc7 in MICO::CodesetORBInitializer::pre_init (this=<optimized out>, info=0xb4ef90) at codeset.cc:2799 #3 0x000000000062fb5f in CORBA::ORB_init (argc= <at> 0x7fff0754e5ec, argv=0x7fff0754e590, _id=<optimized out>) at orb.cc:3864 #4 0x0000000000598d9e in CCorbaClient::CCorbaClient (this=0xb4b780, argc=4, argv=0x7fff0754e888) at /home/irina/SvnWork/ltest2/app/src/Cclient.cpp:185 #5 0x00000000005bfd80 in main (argc=4, argv=0x7fff0754e888) at /home/irina/SvnWork/ltest2/app/src/ltest_main.cpp:176

Does anybody was faced with this problem?

Best regards,

Irina Fedotova

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mico-devel mailing list
Mico-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mico-devel
Karel Gardas | 29 Jun 2012 19:18
Favicon

Re: Segmentation fault with gcc 4.7 and mico 2.3


Hi,

does it also happen while using MICO HEAD?

Thanks,
Karel

On 06/28/12 05:14 PM, Irina Fedotova wrote:
> We have a project where we use Corba technology and since we updated gcc
> compiler up to 4.7-1.1 version, it is segmentation fault there. We use
> mico-2.3.13 and to be more precise, here is core dump output:
>
> (gdb) where
> #0  operator->  (this=0x10) at ../include/mico/template.h:102
> #1  PInterceptor::PI::_exec_add_ior_interceptor (interceptor=0xb4f8e0)
> at pi_impl.cc:2811
> #2  0x000000000065cfc7 in MICO::CodesetORBInitializer::pre_init
> (this=<optimized out>, info=0xb4ef90) at codeset.cc:2799
> #3  0x000000000062fb5f in CORBA::ORB_init (argc= <at> 0x7fff0754e5ec,
> argv=0x7fff0754e590, _id=<optimized out>) at orb.cc:3864
> #4  0x0000000000598d9e in CCorbaClient::CCorbaClient (this=0xb4b780,
> argc=4, argv=0x7fff0754e888) at
> /home/irina/SvnWork/ltest2/app/src/Cclient.cpp:185
> #5  0x00000000005bfd80 in main (argc=4, argv=0x7fff0754e888) at
> /home/irina/SvnWork/ltest2/app/src/ltest_main.cpp:176
>
> Does anybody was faced with this problem?
>
> Best regards,
>
> Irina Fedotova
>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>
>
>
> _______________________________________________
> Mico-devel mailing list
> Mico-devel <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mico-devel

--

-- 
Karel Gardas                  kgardas <at> objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

Gmane