On 4/9/07, Francesc Altet <[EMAIL PROTECTED]> wrote:
> A Dilluns 09 Abril 2007 14:04, Dieter escrigué:
> > On 4/9/07, Francesc Altet <[EMAIL PROTECTED]> wrote:
> > Hey Francesc thanks I will. I'm just now looking into working off of
> > the bazaar.I'm now coming back to developing in python and wou
A Dilluns 09 Abril 2007 14:04, Dieter escrigué:
> On 4/9/07, Francesc Altet <[EMAIL PROTECTED]> wrote:
> Hey Francesc thanks I will. I'm just now looking into working off of
> the bazaar.I'm now coming back to developing in python and would like
> to contribute as I'm able.
>
> Some time back, I me
On 4/9/07, Francesc Altet <[EMAIL PROTECTED]> wrote:
> Hi Dieter,
>
> A Dilluns 09 Abril 2007 07:43, Dieter escrigué:
> > On 4/8/07, Michael Hoffman <[EMAIL PROTECTED]> wrote:
> > > Dieter wrote:
> > > > Pyrex doesn't allow qualifiers in front of prototypes. All of the
> > > > functions in hdf's hi
Hi Dieter,
A Dilluns 09 Abril 2007 07:43, Dieter escrigué:
> On 4/8/07, Michael Hoffman <[EMAIL PROTECTED]> wrote:
> > Dieter wrote:
> > > Pyrex doesn't allow qualifiers in front of prototypes. All of the
> > > functions in hdf's high level interface have a macro definition
> > > (H5_HLDLL) that e
On 4/8/07, Michael Hoffman <[EMAIL PROTECTED]> wrote:
> Dieter wrote:
>
> > Pyrex doesn't allow qualifiers in front of prototypes. All of the
> > functions in hdf's high level interface have a macro definition
> > (H5_HLDLL) that expands to __declspec() for that crappy Windows
> > operating system'
Dieter wrote:
> Pyrex doesn't allow qualifiers in front of prototypes. All of the
> functions in hdf's high level interface have a macro definition
> (H5_HLDLL) that expands to __declspec() for that crappy Windows
> operating system's export/import mechanism.
>
> I tried removing the all the macr
Hi all,
I'm trying to make a Pyrex extension of the hdf5 packet table
interface , and I'm hoping someone might be able to help.
Pyrex doesn't allow qualifiers in front of prototypes. All of the
functions in hdf's high level interface have a macro definition
(H5_HLDLL) that expands to __declspec(