[vtkusers] Fwd: can't compile vtk-4.4.2 with c++builder 2006
luca.picello at libero.it
luca.picello at libero.it
Tue Sep 12 05:21:01 EDT 2006
C++Builder 2006 needs to include some header files not needed by Builder6 like:
#if defined(__BORLANDC__)
#include <mem.h> // for memcpy
#endif
this patch is already applied to VTK5.2 but probably not for older releases like VTK4.4.
greetings,
Luca
>
> -----Original Message-----
> From: zhou13 at aim.com
> To: vtkusers at vtk.org
> Sent: Tue, 12 Sep 2006 3:38 PM
> Subject: can't compile vtk-4.4.2 with c++builder 2006
>
> Dear List:
>
> Just to report that i have tried to compile vtk-4.4.2 with c++builder 2006 ( with and without update 2) and it doesn't work. It complains that memcpy() is not found. Looks like c++builder's own problem? Or is memcpy() part of c++ still?
>
> Thanks
>
> Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading spam and email virus protection.
>
> ________________________________________________________________________
> Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading spam and email virus protection.
>
More information about the vtkusers
mailing list