Search found 2 matches
- Sat Sep 24, 2005 13:21
- Forum: Unofficial CEGUI-Related Tools
- Topic: CEGUI Layout Editor 1.3 - Bugs and Suggestions
- Replies: 25
- Views: 26490
Re: CEGUI Layout Editor 1.3 - Bugs and Suggestions
For the canvas error, have you setup wxWidgets correctly? Please read paragraph 4 here: yes, i have. And you might need to add the following libs for the linker:opengl32.lib when i do that all gl problems disappear, but Canvas doesnt: Linking... EditorCanvas.obj : error LNK2001: unresolved external...
- Fri Sep 23, 2005 16:39
- Forum: Unofficial CEGUI-Related Tools
- Topic: CEGUI Layout Editor 1.3 - Bugs and Suggestions
- Replies: 25
- Views: 26490
Re: CEGUI Layout Editor 1.3 - Bugs and Suggestions
When i compile it in VS , i get following bugs: ------ Build started: Project: CELayoutEditor, Configuration: Release Win32 ------ Linking... EditorCanvas.obj : error LNK2001: unresolved external symbol "protected: static struct wxEventTable const wxGLCanvas::sm_eventTable" (?sm_eventTable...