octave-maintainers
[Top][All Lists]
Advanced

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

Re: QtHandles: Qt-based toolkit with uicontrol/uipanel support


From: Michael Goffioul
Subject: Re: QtHandles: Qt-based toolkit with uicontrol/uipanel support
Date: Mon, 10 Oct 2011 15:45:49 +0100

On Mon, Oct 10, 2011 at 3:13 PM, Martin Helm <address@hidden> wrote:
> The whole problem here is that it simply does not work to include the
> stdint.h C99 header into the C++ program.

??
Octave is including that file, in config.h.

> The clean solution would be to #include <cstdint> instead, but that
> means with the g++ compiler to pass the switch -std=c++0x otherwise this
> header is not supported.
> Maybe a less intrusive way is to simply check for __WORDSIZE == 32 (or
> 64) since that is defined as far as I can see.

Maybe, but I have to check first whether it would work on my platform
(I'm not using gcc).

Michael.


reply via email to

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