[Insight-users] win32 Console application
Luis Ibanez
luis.ibanez@kitware.com
Wed, 27 Mar 2002 14:19:05 -0500
Hi Lydia,
VNL is the mathematical library that support among other
things the management of matrices and vectors in ITK.
This section of the code is heavely tested every day on the Dashboard,
so a compilation error on this headers files suggest that your project
may be including header files in an unfortunate order or that a
configuration
option is going wrong.
It is hard however to guess just from the error message.
Did you created your project using CMake ?
or by setting by hand all the options in new VC++ project ?
Could you please post your code to the list ?
In particular is interesting to see what are the headers
you are including.
Thanks
Luis
==========================================================
ycl lydia wrote:
> Hi folks
> I have two questions
> 1. I made the win32 console application as mention in the document
> VC_Custom project. I followed exactly the instructions, but I got a
> list of 102 message errors: Here is a sample
>
> d:\itknew\insight\code\numerics\vxl\vnl\vnl_vector.h(417) : error
> C2653: 'vcl_generic_iosfwd_STD' : is not a class or namespace name
> d:\itknew\insight\code\numerics\vxl\vnl\vnl_vector.h(417) : error
> C2143: syntax error : missing ';' before '&'
> d:\itknew\insight\code\numerics\vxl\vnl\vnl_vector.h(417) : error
> C2501: 'ostream' : missing storage-class or type specifiers
> d:\itknew\insight\code\numerics\vxl\vnl\vnl_vector.h(417) : error
> C2059: syntax error : ';'
> d:\itknew\insight\code\numerics\vxl\vnl\vnl_vector.h(417) : error
> C2653: 'vcl_generic_iosfwd_STD' : is not a class or namespace name
> d:\itknew\insight\code\numerics\vxl\vnl\vnl_vector.h(417) : error
> C2061: syntax error : identifier 'ostream'
>
> Could anyone help ?
>
>
> _________________________________________________________________
> MSN Photos est le moyen le plus simple de partager, modifier et
> imprimer vos photos préférées.
> http://photos.msn.fr/Support/WorldWide.aspx
>
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
>
>