[ITK Community] [Insight-users] Compile time issue SimpleITK-0.7.1.post1 in Visual Studio 2012

Bradley Lowekamp brad at lowekamp.net
Thu Dec 19 11:16:13 EST 2013


Hello,

1) Compilation

It takes quite a while to build and link SimpleITK on windows. One reason for the binary downloads. Visual Studio seems to be particular slow at linking.

Are you using Express or Professional VS11?
Are you compiling for Win32 or Win64?
Are you compiling in Release/Debug mode?
How much system memory do you have?
How many cores? CPU Spec?
Was it stuck in compiling files or linking?

I would be suspicion that you ran out of memory and the system was thrashing during linking.

To compile I'd recommend only turning wrapping on for CSharp and 8 GB of memory. I have not recently tried VS11, and would recommend VS9 (2008) or VS10 (2010).

2) BinaryMask3DMeshSource

SimpleITK primarily contains image filtering and does not have support for meshes.

3) I can't seem to find step-by-step instructions for importing the CSharp binaries for Visual Studio. I'll see if I can get those together.

Brad

On Dec 19, 2013, at 10:11 AM, Matias Montroull <matimontg at gmail.com> wrote:

> Hi,
> 
> I've downloaded SimpleITK-0.7.1.post1 and I compiled it using Cmake succesfully. Now, when I go to VS2012, and I build the solution, it takes forever. I left my machine on during the whole night and when I woke up it was kind of stuck.
> 
> Any reported issues with this?  The problem I have is that I downloaded the DLLs but I seem to miss one class: BinaryMask3DMeshSource
> 
> I can't even import the DLL into my solution so I was trying to build it manually to see if it worked. I was able to import only SimpleITKCSharpManaged but not SimpleITKCSharpNative
> 
> Thanks!
> _____________________________________
> Powered by www.kitware.com
> 
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
> 
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
> 
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
> 
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users

_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-users



More information about the Community mailing list