<div dir="ltr">Hi Francisco,<br><br>The patch (<a href="http://review.source.kitware.com/#/c/20823/" rel="noreferrer" target="_blank">http://review.source.kitware.com/#/c/20823/</a> ) was merged. <div>Please download the latest ITK source code from git::<a href="http://itk.org/ITK.git">itk.org/ITK.git</a> and compile it with your MinGW.</div><div><br></div><div>The patch does not require the flags of "-Wa,-mbig-obj".</div><div><br></div><div><br>Thanks,<br><br>Hyun Jae<br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 1, 2016 at 5:56 PM,  <span dir="ltr"><<a href="mailto:community-request@itk.org" target="_blank">community-request@itk.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Send Community mailing list submissions to<br>
        <a href="mailto:community@itk.org">community@itk.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://public.kitware.com/mailman/listinfo/community" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/community</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:community-request@itk.org">community-request@itk.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:community-owner@itk.org">community-owner@itk.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Community digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. [ITK-users] Workshops on multithreading and GPU<br>
      (Scapegoat Sarthak)<br>
   2. Re: [ITK-users] Compilation error when building ITK 4.9.0<br>
      with MinGW (Matt McCormick)<br>
   3. Re: Memory leaks with ITK and MFC (Matt McCormick)<br>
   4. Re: Memory leaks with ITK and MFC (Lee, Kyungmoo)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 1 Mar 2016 15:38:46 -0500<br>
From: Scapegoat Sarthak <<a href="mailto:scapegoat.sarthak@gmail.com">scapegoat.sarthak@gmail.com</a>><br>
To: "<a href="mailto:insight-users@itk.org">insight-users@itk.org</a>" <<a href="mailto:insight-users@itk.org">insight-users@itk.org</a>><br>
Subject: [ITK] [ITK-users] Workshops on multithreading and GPU<br>
Message-ID:<br>
        <<a href="mailto:CANbSmSdrHOcoHbUezXqediMf57C6oenX1MrZ7z-AWhoS9H8tZQ@mail.gmail.com">CANbSmSdrHOcoHbUezXqediMf57C6oenX1MrZ7z-AWhoS9H8tZQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi All,<br>
<br>
I know the courses that Kitware takes (<a href="http://training.kitware.fr/browse/" rel="noreferrer" target="_blank">http://training.kitware.fr/browse/</a>)<br>
but these are relatively basic. Does anyone know of any workshops/tutorials<br>
on ITK using multi-threading and GPU processing capabilities?<br>
<br>
Thanks,<br>
Sarthak<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://public.kitware.com/pipermail/community/attachments/20160301/5ea979f9/attachment-0001.html" rel="noreferrer" target="_blank">http://public.kitware.com/pipermail/community/attachments/20160301/5ea979f9/attachment-0001.html</a>><br>
-------------- next part --------------<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 1 Mar 2016 16:54:34 -0500<br>
From: Matt McCormick <<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>><br>
To: Francisco Lopez de la Franca <<a href="mailto:franciscolopezdelafranca@gmail.com">franciscolopezdelafranca@gmail.com</a>><br>
Cc: Insight Users <<a href="mailto:insight-users@itk.org">insight-users@itk.org</a>>, Hyun Jae Kang<br>
        <<a href="mailto:hyunjae.kang@kitware.com">hyunjae.kang@kitware.com</a>><br>
Subject: Re: [ITK] [ITK-users] Compilation error when building ITK<br>
        4.9.0   with MinGW<br>
Message-ID:<br>
        <<a href="mailto:CALzTN-RQ8ZKi1aEars8zP1SXpUvYnf-do3ywwU0SKrbq93VNTg@mail.gmail.com">CALzTN-RQ8ZKi1aEars8zP1SXpUvYnf-do3ywwU0SKrbq93VNTg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Hi Francisco,<br>
<br>
Please review this patch, which addresses this issue:<br>
<br>
  <a href="http://review.source.kitware.com/#/c/20823/" rel="noreferrer" target="_blank">http://review.source.kitware.com/#/c/20823/</a><br>
<br>
Thanks,<br>
Matt<br>
<br>
On Mon, Feb 22, 2016 at 7:20 AM, Francisco Lopez de la Franca<br>
<<a href="mailto:franciscolopezdelafranca@gmail.com">franciscolopezdelafranca@gmail.com</a>> wrote:<br>
> I've achieved to compile ITK 4.9.0 through MS Visual Studio 2010, but not<br>
> with MinGW.<br>
> Thanks everybody.<br>
> Kind regards.<br>
> /Francisco<br>
><br>
> 2016-02-19 23:56 GMT+01:00 Francisco Lopez de la Franca<br>
> <<a href="mailto:franciscolopezdelafranca@gmail.com">franciscolopezdelafranca@gmail.com</a>>:<br>
>><br>
>> Hello Matt,<br>
>> I had already tested the -Wa,-mbig-obj options in CMAKE_CXX_FLAGS and in<br>
>> CMAKE_C_FLAGS and the answer was:<br>
>><br>
>><br>
>> C:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.2/../../../../x86_64-w64-mingw32/bin/as.exe:<br>
>> unrecognized option `-mbig-obj'<br>
>><br>
>> So, I'm stuck at this point, and I'm thinking to change from Mingw to<br>
>> Visual Studio or another one. But it is very strange that ITK wasn't be<br>
>> prepared to be compiled via MinGW.<br>
>><br>
>> Thanks for answering and if you have any suggestion, it wiil be very well<br>
>> received.<br>
>><br>
>> /Francisco<br>
>><br>
>><br>
>> 2016-02-19 18:00 GMT+01:00 Matt McCormick <<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>>:<br>
>>><br>
>>> Hi Franscisco,<br>
>>><br>
>>> According to this thread:<br>
>>><br>
>>>  <a href="https://cmake.org/pipermail/insight-users/2015-September/052511.html" rel="noreferrer" target="_blank">https://cmake.org/pipermail/insight-users/2015-September/052511.html</a><br>
>>><br>
>>> adding the flags<br>
>>><br>
>>>    -Wa,-mbig-obj<br>
>>><br>
>>> helps at least with the build error.  Does it help in your case?<br>
>>><br>
>>> Thanks,<br>
>>> Matt<br>
>>><br>
>>> On Thu, Feb 18, 2016 at 6:22 PM, Francisco Lopez de la Franca<br>
>>> <<a href="mailto:franciscolopezdelafranca@gmail.com">franciscolopezdelafranca@gmail.com</a>> wrote:<br>
>>> > Hi,<br>
>>> > I've downloaded the last stable ITK version, 4.9.0, for Windows and<br>
>>> > compile<br>
>>> > it by using MinGW-64.<br>
>>> > When the compilation reaches almost the 100%, it gives the error:<br>
>>> ><br>
>>> > [ 98%] Building CXX object<br>
>>> ><br>
>>> > Modules/IO/TransformBase/src/CMakeFiles/ITKIOTransformBase.dir/itkTransformFactoryBase.cxx.obj<br>
>>> ><br>
>>> > C:/MINGW/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.2/../../../../x86_64-w64-mingw32/bin/as.exe:<br>
>>> > CMakeFiles\ITKIOTransformBase.dir\itkTransformFactoryBase.cxx.obj: too<br>
>>> > many<br>
>>> > sections (33106)<br>
>>> > C:\Users\User~1\AppData\Local\Temp\ccrJIGis.s: Assembler messages:<br>
>>> > C:\Users\User~1\AppData\Local\Temp\ccrJIGis.s: Fatal error: can't write<br>
>>> > CMakeFiles\ITKIOTransformBase.dir\itkTransformFactoryBase.cxx.obj: File<br>
>>> > too<br>
>>> > big<br>
>>> ><br>
>>> > I've been searching for a solution on the web for several hours and all<br>
>>> > the<br>
>>> > attempts to solve it have not fix it.<br>
>>> ><br>
>>> > Has anyone ever faced this problem and fix it?<br>
>>> ><br>
>>> > Thanks a lot.<br>
>>> > Best regards.<br>
>>> > /Francisco<br>
>>> ><br>
>>> > _____________________________________<br>
>>> > Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
>>> ><br>
>>> > Visit other Kitware open-source projects at<br>
>>> > <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
>>> ><br>
>>> > Kitware offers ITK Training Courses, for more information visit:<br>
>>> > <a href="http://www.kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
>>> ><br>
>>> > Please keep messages on-topic and check the ITK FAQ at:<br>
>>> > <a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
>>> ><br>
>>> > Follow this link to subscribe/unsubscribe:<br>
>>> > <a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
>>> ><br>
>><br>
>><br>
><br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 1 Mar 2016 17:04:25 -0500<br>
From: Matt McCormick <<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>><br>
To: "Lee, Kyungmoo" <<a href="mailto:kyungmoo-lee@uiowa.edu">kyungmoo-lee@uiowa.edu</a>><br>
Cc: "<a href="mailto:community@itk.org">community@itk.org</a>" <<a href="mailto:community@itk.org">community@itk.org</a>><br>
Subject: Re: [ITK] Memory leaks with ITK and MFC<br>
Message-ID:<br>
        <CALzTN-RdmjjWYN1152V2NGntbs6KaqNd=<a href="mailto:oWUfD03Ud92pP55Bw@mail.gmail.com">oWUfD03Ud92pP55Bw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Hi Kit,<br>
<br>
We are in the process of deprecating InsightApplications.<br>
<br>
However, if you create an MFC application that uses ITK, there should<br>
be no issues or memory leaks.<br>
<br>
HTH,<br>
Matt<br>
<br>
On Mon, Feb 29, 2016 at 3:32 PM, Lee, Kyungmoo <<a href="mailto:kyungmoo-lee@uiowa.edu">kyungmoo-lee@uiowa.edu</a>> wrote:<br>
> Dear all,<br>
><br>
><br>
><br>
> When I run InsightApplications-4.8.0/ItkMFC using ITK-4.8.2, MS Windows, and<br>
> Visual Studio 2010/2012, I found memory leaks. Other persons in the<br>
> following links have the same problem. I cannot find any solution on the<br>
> web. Please help me. Thank you.<br>
><br>
><br>
><br>
> <a href="https://cmake.org/pipermail/insight-users/2007-July/022885.html" rel="noreferrer" target="_blank">https://cmake.org/pipermail/insight-users/2007-July/022885.html</a><br>
><br>
> <a href="http://itk-insight-users.2283740.n2.nabble.com/No-one-knows-the-ITK-MFC-memory-leak-problem-td7583950.html" rel="noreferrer" target="_blank">http://itk-insight-users.2283740.n2.nabble.com/No-one-knows-the-ITK-MFC-memory-leak-problem-td7583950.html</a><br>
><br>
><br>
><br>
> Kit<br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> Community mailing list<br>
> <a href="mailto:Community@itk.org">Community@itk.org</a><br>
> <a href="http://public.kitware.com/mailman/listinfo/community" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/community</a><br>
><br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Tue, 1 Mar 2016 22:24:00 +0000<br>
From: "Lee, Kyungmoo" <<a href="mailto:kyungmoo-lee@uiowa.edu">kyungmoo-lee@uiowa.edu</a>><br>
To: Matt McCormick <<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>><br>
Cc: "<a href="mailto:community@itk.org">community@itk.org</a>" <<a href="mailto:community@itk.org">community@itk.org</a>><br>
Subject: Re: [ITK] Memory leaks with ITK and MFC<br>
Message-ID:<br>
        <<a href="mailto:SN1PR0401MB1663DC92B70046BC40D93CBA87BB0@SN1PR0401MB1663.namprd04.prod.outlook.com">SN1PR0401MB1663DC92B70046BC40D93CBA87BB0@SN1PR0401MB1663.namprd04.prod.outlook.com</a>><br>
<br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi Matt,<br>
<br>
<br>
<br>
Thank you for replying. I would like to use ITK in my MFC application. It has another memory-related problem in my application (See the following figure). I guess that there is a conflict between ITK smart pointer and MFC structure. If you fix InsightApplications-4.8.0/ItkMFC, it would be a good reference for my MFC programming. Thank you so much!!!<br>
<br>
<br>
<br>
Kit<br>
<br>
<br>
<br>
[cid:image001.png@01D173D6.C10A2C40]<br>
<br>
-----Original Message-----<br>
From: Matt McCormick [mailto:<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>]<br>
Sent: Tuesday, March 01, 2016 4:04 PM<br>
To: Lee, Kyungmoo <<a href="mailto:kyungmoo-lee@uiowa.edu">kyungmoo-lee@uiowa.edu</a>><br>
Cc: <a href="mailto:community@itk.org">community@itk.org</a><br>
Subject: Re: [ITK] Memory leaks with ITK and MFC<br>
<br>
<br>
<br>
Hi Kit,<br>
<br>
<br>
<br>
We are in the process of deprecating InsightApplications.<br>
<br>
<br>
<br>
However, if you create an MFC application that uses ITK, there should be no issues or memory leaks.<br>
<br>
<br>
<br>
HTH,<br>
<br>
Matt<br>
<br>
<br>
<br>
On Mon, Feb 29, 2016 at 3:32 PM, Lee, Kyungmoo <<a href="mailto:kyungmoo-lee@uiowa.edu">kyungmoo-lee@uiowa.edu</a><mailto:<a href="mailto:kyungmoo-lee@uiowa.edu">kyungmoo-lee@uiowa.edu</a>>> wrote:<br>
<br>
> Dear all,<br>
<br>
><br>
<br>
><br>
<br>
><br>
<br>
> When I run InsightApplications-4.8.0/ItkMFC using ITK-4.8.2, MS<br>
<br>
> Windows, and Visual Studio 2010/2012, I found memory leaks. Other<br>
<br>
> persons in the following links have the same problem. I cannot find<br>
<br>
> any solution on the web. Please help me. Thank you.<br>
<br>
><br>
<br>
><br>
<br>
><br>
<br>
> <a href="https://cmake.org/pipermail/insight-users/2007-July/022885.html" rel="noreferrer" target="_blank">https://cmake.org/pipermail/insight-users/2007-July/022885.html</a><br>
<br>
><br>
<br>
> <a href="http://itk-insight-users.2283740.n2.nabble.com/No-one-knows-the-ITK-MF" rel="noreferrer" target="_blank">http://itk-insight-users.2283740.n2.nabble.com/No-one-knows-the-ITK-MF</a><br>
<br>
> C-memory-leak-problem-td7583950.html<br>
<br>
><br>
<br>
><br>
<br>
><br>
<br>
> Kit<br>
<br>
><br>
<br>
><br>
<br>
><br>
<br>
><br>
<br>
> _______________________________________________<br>
<br>
> Community mailing list<br>
<br>
> <a href="mailto:Community@itk.org">Community@itk.org</a><mailto:<a href="mailto:Community@itk.org">Community@itk.org</a>><br>
<br>
> <a href="http://public.kitware.com/mailman/listinfo/community" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/community</a><br>
<br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://public.kitware.com/pipermail/community/attachments/20160301/4b60330c/attachment.html" rel="noreferrer" target="_blank">http://public.kitware.com/pipermail/community/attachments/20160301/4b60330c/attachment.html</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: image001.png<br>
Type: image/png<br>
Size: 150441 bytes<br>
Desc: image001.png<br>
URL: <<a href="http://public.kitware.com/pipermail/community/attachments/20160301/4b60330c/attachment.png" rel="noreferrer" target="_blank">http://public.kitware.com/pipermail/community/attachments/20160301/4b60330c/attachment.png</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org">Community@itk.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/community" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/community</a><br>
<br>
<br>
------------------------------<br>
<br>
End of Community Digest, Vol 30, Issue 2<br>
****************************************<br>
</blockquote></div><br></div></div></div>