[Insight-users] Create dll
John Drescher
drescherjm at gmail.com
Wed Feb 1 20:00:33 EST 2012
> I am trying to use DeformableRegistration15.cxx example given in
> InsightToolkit-3.20.1 in a IDL project. What I am trying to do is to create
> a .dll for source code DeformableRegistration15.cxx. I am using Visual
> Studio 2008. Even though there is onle one source code, there are many
> header files linking to this source code. Therefore, I am just wondering a
> easy way to import all the header files into one project and build the .dll
> file? Can someone please give me some instructions on how to achieve above.
>
I would wrap what you need in your own dll statically linking itk and
then expose your own interface and header to idl.
John
More information about the Insight-users
mailing list