> for several Pascal headers for C libraries it would be very nice, when
macros defined in the interface section would be globally avaible.
It won't, it will be nice for your only particular case (save typing). See
point #2 of http://freepascal.org/faq.var#extensionselect
> But since they are not
Hi,
for several Pascal headers for C libraries it would be very nice, when
macros defined in the interface section would be globally avaible.
E.g. in Assimp there are macros like this:
#define AI_MATKEY_NAME "?mat.name",0,0
Which I translated like this:
{$DEFINE AI_MATKEY_NAME:='?mat.name',