<div dir="ltr"><div><div>Number 1 didn't work, I get an error saying it's not a valid assembly..<br><br>Your steps in number 2 worked like a charm Bradley.<br></div><div><br></div>Now, when I type "using ITK" for example, it doesn't recognize the name, am I missing something?<br>
<br></div>Thanks,<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 19, 2013 at 1:35 PM, Bradley Lowekamp <span dir="ltr"><<a href="mailto:brad@lowekamp.net" target="_blank">brad@lowekamp.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-) Adding CSharp SimpleITK to a VS Project.<br>
<br>
I'll try to get some time to create a visual guide for this but here is some brief info:<br>
<br>
0) make sure you have the correct matching architecture/cpu/platform configuration<br>
<br>
1) Add SimpleITKCSharpManaged as reference<br>
 In the "Solution Explorer", right-click on CSharp application add select "Add Reference". Browse to SimpleITKCSharpManaged.dll, and click OK<br>
<br>
2) Add SimpleITKCSharpNative<br>
<br>
a) In the "Solution Explorer", right-click on the application and select "Add->Existing Item". Ensure "Executable Files" and "Add As Link" are selected then browse to SimpleITKCSharpNative.dll; click OK<br>

b) In the "Solution Explorer", right-click on the newlly added SimpleITKCSharpNative.dll reference and select "Properties". Make sure "Build Action" is "Content" and "Copy To Output Directory" is "Copy always".<br>

<div class="im HOEnZb"><br>
<br>
On Dec 19, 2013, at 10:11 AM, Matias Montroull <<a href="mailto:matimontg@gmail.com">matimontg@gmail.com</a>> wrote:<br>
<br>
</div><div class="HOEnZb"><div class="h5">> Hi,<br>
><br>
> 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.<br>

><br>
> Any reported issues with this?  The problem I have is that I downloaded the DLLs but I seem to miss one class: BinaryMask3DMeshSource<br>
><br>
> 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<br>
><br>
> Thanks!<br>
</div></div><div class="HOEnZb"><div class="h5">> _____________________________________<br>
> Powered by <a href="http://www.kitware.com" 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" 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" 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" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br>
</div></div></blockquote></div><br></div>