unresolved with Graphic3d_GraphicDevice

I tried to link my first application but I have an unresolved problem using "Graphic3d_GraphicDevice" :

unresolved external symbol "public: __thiscall Graphic3d_GraphicDevice::Graphic3d_GraphicDevice(char * const,enum Xw_TypeOfMapping,int,unsigned int)".

I already added the group of libraries as said in the FAQ to use Visual C++ compilator.

Do somebody know this problem and which library is missing ?

Thanks.

olivier coma's picture

Hi,

If you try to compile under windows, I think that you have to use Graphic3d_WNTGraphicDevice instead of Graphic3d_GraphicDevice (that is to be used under X, i.e linux or sun).