When compiling my project using the latest fw4spl, I got the following
message:
============================================================
Simple2DimageViewer.cpp
C:\workspace\ircadtw\Src\fw4spl\Apps\Simple2DimageViewer\src
\Simple2DimageViewer
\Simple2DimageViewer.cpp(58) : error C2039: 'initGuiContainerId' : is
not a memb
er of 'Simple2DimageViewer::CSimple2DimageViewer'
C:\workspace\ircadtw\Src\fw4spl\Apps\Simple2DimageViewer
\include\Simple2
DimageViewer/Simple2DimageViewer.hpp(76) : see declaration of
'Simple2DimageView
er::CSimple2DimageViewer'
scons: *** [C:\workspace\ircadtw\Build
\Simple2DimageViewer_0-1_win_32_cl9-0_D\Si
mple2DimageViewer\Simple2DimageViewer.obj] Error 2
============================================================
The corresponding source code:
void CSimple2DimageViewer::configuring(void) throw(fwTools::Failed)
{
this->initGuiContainerId();
}
============================================================
I've searched this forum and the fw4spl's googlecode pages, this issue
has not been addressed yet.
Thank you.