[Insight-developers] itkMesh errors
Bill Hoffman
bill.hoffman@kitware.com
Wed, 30 May 2001 11:42:24 -0400
--=====================_1387675662==_.ALT
Content-Type: text/plain; charset="us-ascii"
This does not look like a problem with Mesh, but rather with your compiler.
Can you remove the vc60.pdb file it is complaining about?
Can you build in a new directory? Do you have a debugger running on the same machine?
-Bill
At 11:42 AM 5/30/2001 -0400, C. Aaron Cois wrote:
>I have been trying diligently to add a mesh into one of our pieces of code, and have hit somewhat of a road block. i can include itkMesh.h without error, and declare this typedef: typedef itk::Mesh<int> Mesh;
>
>From what i can tell, adding anything else related to mesh (such as declaring one: Mesh::Pointer mesh = Mesh::New(); or even more typedefs such as typedef Mesh::CellTraits CellTraits; or typedef Mesh::Cell Cell; ) causes over 100 warnings, and a few errors which i am not sure what to make of:
>
>f:\projects\flow versions\itkflow\itkflow\heartmedialwindow.cpp(0) : fatal error C1033: cannot open program database 'f:\projects\flow versions\itkflow\debug\vc60.pdb'
--=====================_1387675662==_.ALT
Content-Type: text/html; charset="us-ascii"
This does not look like a problem with Mesh, but rather with your
compiler.
Can you remove the vc60.pdb file it is complaining about?
Can you build in a new directory? Do you have a debugger
running on the same machine?
-Bill
At 11:42 AM 5/30/2001 -0400, C. Aaron Cois wrote:
I have
been trying diligently to add a mesh into one of our pieces of code, and
have hit somewhat of a road block. i can include itkMesh.h without
error, and declare this typedef: typedef itk::Mesh<int>
Mesh;
From what i can tell, adding anything else
related to mesh (such as declaring one: Mesh::Pointer mesh =
Mesh::New(); or even more typedefs such as typedef Mesh::CellTraits
CellTraits; or typedef Mesh::Cell Cell; ) causes over 100 warnings,
and a few errors which i am not sure what to make of:
f:\projects\flow versions\itkflow\itkflow\heartmedialwindow.cpp(0) :
fatal error C1033: cannot open program database 'f:\projects\flow
versions\itkflow\debug\vc60.pdb'