Exported items
From TeamDeveloperWiki
This page covers Dynalib exports tips & tricks.
Contents |
How to distinguish exports
When your project imports several items from dynalibs, it could be handy to see from where an item is exported.
In the dynalib, place behind the __Exported pragma some text to indicate the source of the item :
See sample above. Now it is easy to see where the item is from.


