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() for that crappy Windows
operating system's export/import mechanism.

I tried removing the all the macros as well the conditional #define,
and get errors for each function similar to:

/usr/local/include/H5PTpublic.h:30: error: expected '=', ',', ';',
'asm' or '__attribute__' before 'H5PTcreate_fl'

So my question is, how do I get around this dilemma.

thanks,
-Dieter

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pytables-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to