Re: [mico-devel] mico 2.3.12 and Visual C++ v8

2006-08-24 Thread Sorin Mustaca
Hi, Please try to compile also on Release. Let us know if the problem still occurs. J. Scott Evans wrote: Hello, I downloaded the package mico-cl8-15.05.06.zip and successfully compiled it with VS 2005. I'm also able to successfully run micod. However, when I run an imr command, even just the

Re: [mico-devel] mico 2.3.12 and Visual C++ v8

2006-08-24 Thread J. Scott Evans
Hello, I downloaded the package mico-cl8-15.05.06.zip and successfully compiled it with VS 2005. I'm also able to successfully run micod. However, when I run an imr command, even just the imr list command, I get a popup window with the following information: Microsoft Visual C++ Debug Library

[mico-devel] mico/cygwin

2006-08-24 Thread J. Scott Evans
Hello, I experienced the same problem as described below regarding missing ssl lib during linking. I hacked the Makefile so it includes the ssl and crypto libs and the link problem was resolved. However, I then encountered another problem that mystifies me. Below is the error message. Any ide

[mico-devel] universal binary for mico

2006-08-24 Thread Gurminder Singh
Hi, all   Has any one compiled mico on  Mac  for intel (i386)  and PPC  architecture both (universal binary).   --Regards Guminder Singh Member (SDG) Core Technologies Group Quark Media House pvt Ltd. A- 45 industrial Area (Mohali) Phone: 91 -172-2299440 [EMAIL PROTECTED] CONF

[mico-devel] Mico Generated Code Question

2006-08-24 Thread Caswell, Paul \(SELEX Comms\) \(UK\)
Title: Mico Generated Code Question Hello All, Looking at the code generated from IDL I was wondering why none of the base classes are pure C++ interfaces.  For example, given the following IDL: interface Base {    void foo();    void bar(); }; I get the following classes generated