<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
for several Pascal headers for C libraries it would be very nice,
when macros defined in the interface section would be globally
avaible.<br>
<br>
E.g. in Assimp there are macros like this:<br>
<br>
<font face="Courier New, Courier, monospace">#define AI_MATKEY_NAME
"?mat.name",0,0</font><br>
<br>
Which I translated like this:<br>
<br>
<font face="Courier New, Courier, monospace">{$DEFINE
AI_MATKEY_NAME:='?mat.name',0,0}</font><br>
<br>
But since they are not avaible in other units, these translation
have to be in an external *.inc file, which have to be included in
every unit want to use these macros. This is quite disgusting imo.<br>
<br>
Greetings<br>
Tim Blume (End)<br>
</body>
</html>