[Insight-users] Cmake and itk question

Luis Ibanez luis.ibanez at kitware.com
Wed Sep 9 10:49:42 EDT 2009


Hi Ali,

You can select to build SHARED libraries
by turning ON the CMake Option

           BUILD_SHARED_LIBS


However,
If what you want is to use ITK from C#, then you
probably should look at ManagedITK.


See the Insight Journal paper:
http://www.insight-journal.org/browse/publication/151

"ManagedITK: .NET Wrappers for ITK"
by Mueller D.

The code is now hosted at:
http://code.google.com/p/manageditk/


    Regards,


          Luis


-------------------------------------------------------------------------
On Wed, Sep 9, 2009 at 10:43 AM, Ali Habib <ali.mahmoud.habib at gmail.com>wrote:

> thanks alot
>
> I did all of that , but the output is c++ library , and I need a .dll to
> use it withtin c# , any advice please regard that, I read alot but still
> confused
>
> best regards
>
> On Wed, Sep 9, 2009 at 4:32 PM, Luis Ibanez <luis.ibanez at kitware.com>wrote:
>
>> Hi InfoSeekerr,
>>
>>
>> Simply click on the "Configure" button.
>>
>> This will trigger CMake to run the configuration process,
>> and after a couple of minutes, the red options should turn gray.
>>
>> At that point, the "Generate" (or "OK") button will appear.
>>
>> You will find useful to follow the "Getting Started Tutorial"
>> http://www.itk.org/ITK/help/tutorials.html
>>
>> http://www.itk.org/CourseWare/Training/GettingStartedI-WebPage/img14.html
>>
>>
>>
>>    Regards,
>>
>>
>>           Luis
>>
>>
>> ---------------------------------------------------------
>> On Mon, Sep 7, 2009 at 6:14 AM, InfoSeekerr <ali.mahmoud.habib at gmail.com>wrote:
>>
>>>
>>> I downloaded the source of ITK and used cmake to build it for visual
>>> studio.net
>>>
>>> a red configuration item appeared , and the generator button still hide
>>> how
>>> to modify the red properties to make the generate button appear
>>>
>>> the properties are:
>>>
>>> Build_DOXYGEN
>>> BUILD_EXAMPLE
>>> BUILD_SHARED_LIBS
>>> BUILD_TESTING
>>> CMAKE_BACKWARDS_COMPATABILITY: 2.4
>>> CMAKE_INSTALL_PREFIX
>>> ITK_USE_KWSTYLE
>>>
>>> your fast response will be highly appretiated
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Cmake-and-itk-question-tp25328175p25328175.html
>>> Sent from the ITK - Users mailing list archive at Nabble.com.
>>>
>>> _____________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> 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
>>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20090909/211f16d7/attachment.htm>


More information about the Insight-users mailing list