[Insight-users] Need tutorial tu use Itk with VS2005

Mike Jackson mike.jackson at bluequartz.net
Fri Oct 16 10:25:53 EDT 2009


Finally got a chance to try out your suggestion and it is working
great. Thanks for that. I did have to change how I was including files
for itk but that is minor.

Thanks again.
_________________________________________________________
Mike Jackson                  mike.jackson at bluequartz.net

On Tue, Oct 13, 2009 at 11:50 AM, John Drescher <drescherjm at gmail.com> wrote:
>> So how are you setting this up? Are you building ITK in 2 separate build
>> directories, one with Debug and the other with RelWWithDebInfo? And then in
>> your project cmake picks up BOTH sets of libraries automatically? What would
>> I set the ITK_DIR variable to? If that is the case then I'll change up a
>> bit. But I would _still_ like to see ITK with decorated libraries.
>>
>
> I am building itk for both debug and relwithdebinfo in 1 single build
> tree. The itk libraries are being compiled into debug and
> relwithdebinfo folders inside that.
>
> So ITK_DIR = X:\32Bit\VC.80\Libraries\ITK-3.16
>
> And inside that I have
> X:\32Bit\VC.80\Libraries\ITK-3.16\bin\debug
> X:\32Bit\VC.80\Libraries\ITK-3.16\bin\relwithdebinfo
>
> and the correct libraries get linked.
>
> John
>


More information about the Insight-users mailing list