[vtkusers] vtk Build for Visual Studio

John Drescher drescherjm at gmail.com
Mon Sep 27 16:35:58 EDT 2010


On Mon, Sep 27, 2010 at 4:16 PM, John Drescher <drescherjm at gmail.com> wrote:
>> Upon a VS 2008 Build completion, should I expect to see a collection of dll
>> files?
>
> If you enabled shared lib building when you configured that then yes.
> I believe this is the default.
>
>> If so, where?
>
> In the build folder (that you configured) there will be a bin/debug
> and bin/release ...
>

BTW, when you are building under Visual Studio do not build the
install target (like some guides tell you) that will only cause
problems with debugging because when you install the .dll names are
the same for debug and release so with the name collision you have to
choose to install debug or release instead of being able to use either
in a normal development process. For CMake based applications instead
you tell them where your VTK_DIR is and that location is the root
where you had your build created.

John



More information about the vtkusers mailing list