paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [paragui-users] ParaGUI && Embedded C++


From: Antony Shaleynikov
Subject: Re: [paragui-users] ParaGUI && Embedded C++
Date: Fri, 25 Jul 2003 12:43:50 +0300

On 25 Jul 2003 11:22:00 +0100
address@hidden (Mark Junker) wrote:

> Hi,
> 
> it might be useful to be able to compile ParaGUI with EC++ compilers.  
> However, those compilers miss some Standard C++ features:
> 
> - no templates
> - no exceptions
> - no namespaces
> - no RTTI
> 
> AFAIK ParaGUI uses at least three of the features listed above. Is there a  
> way to change the implementation easily to make it usable with an EC++  
> compiler?

  ParaGUI uses map template from STL in some places. It's need some work
to replace this.
  ParaGUI allow to disable exception support.  And I think, RTTI in not really 
needed here.

I think that is isn't so complex.

-- 
best regards,
Antony Shaleynikov




reply via email to

[Prev in Thread] Current Thread [Next in Thread]