[Insight-users] ImageJ and ITK on Solaris

Brad King brad.king at kitware.com
Mon Jun 12 15:04:22 EDT 2006


Gaetan Lehmann wrote:
> Brad,
> 
> Don't you think the test here should be :
> 
>   #if !defined(__Win32__)
> 
> rather than 
> 
>   #if defined(__linux__)
> 
> ? I think dlopen should be used at least for linux, solaris, and macos x. 
> Perhaps for all the unix.

Yes, but instead use

#if !defined(_WIN32)

-Brad


More information about the Insight-users mailing list