5 lines adaption, and all the code is also ready for another, different platform. Somehow impressive :) Am Montag, 31. März 2008, um 17:22 Uhr, schrieb Christian Ehrlicher: > SVN commit 792183 by chehrlic: > > msvc compile++ > > M +1 -1 core/arraychangemetricslist.h > M +2 -2 core/khe_export.h > M +2 -0 > program/oktetakakao/io/kbytearrayrawfilesynchronizerfactory.cpp > > > --- trunk/kdereview/okteta/core/arraychangemetricslist.h #792182:792183 > @@ -32,7 +32,7 @@ > { > > // TODO: do we need the invalid status? > -class KHECORE_EXPORT ArrayChangeMetricsList : public > QList > +class ArrayChangeMetricsList : public > QList > { Do I understand this right: A header-and-template-only class does not need an export tag? Friedrich