Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Extra libraries, Code snippets, applications etc. » C++ language problems and code snippets » multiple classes include-problem
Re: multiple classes include-problem [message #14427 is a reply to message #14425] Tue, 26 February 2008 11:14 Go to previous messageGo to previous message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
It's diffcult to tell without seeing more source, but there is a common reasons for this error.

Have you included <Draw/iml.h> in the header file? You should rather use <Draw/iml_header.h> in the header, and <Draw/iml_source.h> in ONE source file (with the same #define IMAGECLASS). See CtrlCore for an example of this.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Template problem
Next Topic: Optimized memcmp for x86
Goto Forum:
  


Current Time: Mon May 13 15:40:24 CEST 2024

Total time taken to generate the page: 0.02404 seconds