[Insight-users] Fwd: C++ Win32 DLL Application

John Drescher drescherjm at gmail.com
Sat Nov 24 15:16:58 EST 2012


---------- Forwarded message ----------
From: John Drescher <drescherjm at gmail.com>
Date: Sat, Nov 24, 2012 at 3:16 PM
Subject: Re: [Insight-users] C++ Win32 DLL Application
To: Sam <sistephan at gmail.com>


On Sat, Nov 24, 2012 at 3:13 PM, Sam <sistephan at gmail.com> wrote:
> I've been looking for steps to manually do that but haven't found any.
>
> As for the recommended way of doing it, I don't understand where I start
> writing my .h/.cpp files.  In other words, do I open the vtk.sln file and
> add a project there or where?
>

No you start by creating a CMakeLists.txt file for the application
that you are creating. In your CMakeLists.txt file you add references
to the C++ and header files that you will start coding for your
project. You use CMake to generate your .sln file the same way you
used CMake to build itk.

John


-- 
John M. Drescher


More information about the Insight-users mailing list