Hi all,<br><br>thanks for your great help!<br>I installed everything (itk, qt, qwt,...) on a 64bit computer (windows 7) and now my processing works! I made sure that I build everything with a 64bit compiler...<br><br>Now the last question to this memory problem: is there a memory limitation for the 64bit system? ;-)<br>
<br>Thanks again!<br>Best regards,<br>Melanie<br><br><div class="gmail_quote">2011/4/18 John Drescher <span dir="ltr">&lt;<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Mon, Apr 18, 2011 at 7:25 AM, Melanie Uks &lt;<a href="mailto:meluks2010@googlemail.com">meluks2010@googlemail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; up to now I could not solve my memory problem. I used the memory probes<br>
&gt; collector base and I think the problem is that the GUI (Qt) needs too much<br>
&gt; memory. If I run the code without any GUI it does the operation if I run the<br>
&gt; code with GUI it does not.<br>
&gt; I will try now to use a 64bit system. I have no experience and I will need<br>
&gt; some help. I will use Visual Studio 2008 Prof. Do I need a special cmake or<br>
&gt; can I use the Windows 32-bit installer???<br>
&gt; Thanks!!!<br>
&gt; Melanie<br>
&gt;<br>
<br>
</div>No the same CMake works with 32 or 64 bit. You do however need to<br>
build everything including, Qt, Itk .. in 64 bit. I suggest a<br>
completely different tree for 64 bit development from where you build<br>
your 32 bit code. And do not run the INSTALL project for ITK, VTK or<br>
GDCM. Instead build all and in your application set ITK_DIR, VTK_DIR<br>
... to point to the root folder where you built ITK ...<br>
<font color="#888888"><br>
John<br>
</font></blockquote></div><br>