Hi Folks, <br><br>Following commit <a href="http://github.com/commontk/CTK/commit/c8fd5a716e249c1b1509667efdbf49248f851910">c8fd5a716e24</a>, export header file now start with &quot;ctk&quot; lower case.<br><br>It means code looking like:<br>

<br><span style="font-family: courier new,monospace;">...</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">// CTK includes</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">#include &quot;ctkTransferFunction.h&quot;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#include &quot;</span><b style="font-family: courier new,monospace;">CTKWidgetsExport</b><span style="font-family: courier new,monospace;">.h&quot;</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">...</span><br><br>has been changed into:<br><font style="font-family: courier new,monospace;" size="2"><br>...<br>// CTK includes<br>#include &quot;ctkTransferFunction.h&quot;<br>

#include &quot;<b>ctkWidgetsExport</b>.h&quot;<br>...</font><br><br>The impact on your current work could potentially be:<br> - If you write new classes, make sure to include the lower case version.<br> - If you merge a topic branch started prior to commit <a href="http://github.com/commontk/CTK/commit/c8fd5a716e249c1b1509667efdbf49248f851910">c8fd5a716e24</a>, you may have to resolve conflicts<br>

<br>If you don&#39;t already know it, note that the file &quot;ctk&lt;LIBRARYNAME&gt;Export.h is automatically configured for you using CTK/Libs/<a href="http://ctkExport.h.in">ctkExport.h.in</a><br><br>Thks<br>Jc<br clear="all">

<br>-- <br>Phone: 1-518-836-2174<br>Ext: 304<br>