Re: [Pytables-users] Packet Table Pyrex Ext. Help

2007-04-08 Thread Dieter
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'

Re: [Pytables-users] Packet Table Pyrex Ext. Help

2007-04-08 Thread Michael Hoffman
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