FLTK logo

Somes "Issues" with VC2005

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.opengl  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Somes "Issues" with VC2005 _ting_ Apr 14, 2006  
 
Hello everybody, i have been out for a while. I was just a little bit bussy with other thing, however i came back two days ago. I was trying to compile some of my last project with FLTK on Visual Studio 2005, and I always get two errors that I don't know how to get rid of them.

One of the is with the GL.h file that comes with VC2005. I get these weirds erros:


.\PlatformSDK\include\GL/gl.h(1152) : error C2144: syntax error : 'void' should be preceded by ';'
.\PlatformSDK\include\GL/gl.h(1152) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\PlatformSDK\include\GL/gl.h(1153) : error C2144: syntax error : 'void' should be preceded by ';'
.\PlatformSDK\include\GL/gl.h(1153) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

And the Other one it with the linkers.


Di3d_Node1.obj : error LNK2019: unresolved external symbol __imp___CrtDbgReportW referenced in function "public: class Di3d_Node * const & __thiscall std::list<class Di3d_Node *,class std::allocator<class Di3d_Node *> >::_Const_iterator<1>::operator*(void)const " (??D?$_Const_iterator@$00@?$list@PAVDi3d_Node@@V?$allocator@PAVDi3d_Node@@@std@@@std@@QBEABQAVDi3d_Node@@XZ)
Di3d_Persp1.obj : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
Di3d_SceneGraph1.obj : error LNK2001: unresolved external symbol __imp___CrtDbgReportW
test_paraborrar.obj : error LNK2001: unresolved external symbol __imp___CrtDbgReportW


I will be very grateful if anybody could help me out with it.

JuanMa

Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.