Hi, There is a number of classes that uses ITK_EXPORT in the class declaration like: class ITK_EXPORT Image... But other classes are not using it. This macro define is related with the possibility of including these classes in a DLL library. Is there a rule about when this define sould be used ? Thanks Luis