Exported items

From TeamDeveloperWiki

Jump to: navigation, search

This page covers Dynalib exports tips & tricks.

Contents


Image:Pointer.pngHow 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 :

Image:Exports.png

See sample above. Now it is easy to see where the item is from.

Personal tools