<div>Hi !</div>
<div><br>I am trying to introduce aspects in a C++ project that uses Qt Trolltech framwork. In order to do that I installled: (i) Qt Visual Studio Plug-in; (ii) and Apectc Add-in (to Visual Studio).</div>
<div> </div>
<div>After including some aspects in my Qt project, I cannot build my project anymore :-(. The Visual Stutio Build function never stops because the weaving operation remains forever :-(</div>
<div> </div>
<div>Anyone of you use Qt together with AspectC?</div>
<div> </div>
<div> </div>
<div>
<div>Build Log (with Aspects):</div>
<div>-----------------------------------</div>
<div><font size="1">
<p>Deleting intermediate files and output files for project 'Teste', configuration 'Debug|Win32'.</p>
<p>Compiling...</p>
<p>weaving ... .\main.cpp -> debug\\main.cpp</p></font></div></div>
<div> </div>
<div>Build Log (without Aspects):</div>
<div>----------------------------------------</div>
<div><font size="1">------ Build started: Project: Teste, Configuration: Debug Win32 ------</font></div>
<div>
<p>Compiling...</p>
<p>main.cpp</p>
<p>Linking...</p>
<p>Build log was saved at "<a href="file://c:\Qt\projects\Teste\debug\\BuildLog.htm">file://c:\Qt\projects\Teste\debug\\BuildLog.htm</a>"</p>
<p>Teste - 0 error(s), 0 warning(s)</p>
<p>---------------------- Done ----------------------</p>
<p>Build: 1 succeeded, 0 failed, 0 skipped</p>
<div>Build Log (without Aspects):</div>
<p> </p></div>