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: Teunis Peters
Subject: Re: [paragui-users] ParaGUI && Embedded C++
Date: Fri, 25 Jul 2003 10:08:48 -0700 (PDT)

On 25 Jul 2003, 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

Easily done...
libsigc++ depends highly on templates... hrm....  well maybe not so easy.
But it could be done.

> - no exceptions

That's a problem.  Need another way to handle this....  actually afaik
paragui doesn't use 'em anyways but still.   Handling error conditions
without crashing is -very- important.  Or having good crash recovery.
Whatever :)

> - no namespaces

That's just to prevent name conflicts with @address@hidden@ too many other
libraries.  ParaGUI -has- naming clashes.  That would have to be dealt
with.

> - no RTTI

not used afaik.

> 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?

Should be possible.

G'day, eh? :)
        - Teunis





reply via email to

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