[gil] Unexplainable compiler error
Below is the compiler error that I'm getting in Visual Studio 2008:
C:\IT\work\redsword\third_party\boost\1_38_0\boost/gil/image.hpp(119) :
error C2039: '_view' : is not a member of 'boost::gil::image_view<Loc>'
with
[
Loc=boost::gil::rgba8c_loc_t
]
..\..\..\..\components\libs\renderer\source\Image.cpp(44) : see
reference to function template instantiation
'boost::gil::image
Hi there,
what type is m_imageData? The following works:
unsigned int w, h, p;
unsigned char* buffer;
rgba8c_view_t v1 = interleaved_view( w, h,
reinterpret_cast
participants (2)
-
Christian Henning
-
Robert Dailey