U++ framework
Do not panic. Ask here before giving up.

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: Wed Apr 29 09:57:48 GMT+2 2026

Total time taken to generate the page: 0.00796 seconds