Home » Extra libraries, Code snippets, applications etc. » Applications created with U++ » S7DataArchiver
Re: S7DataArchiver [message #28723 is a reply to message #28719] |
Mon, 13 September 2010 21:03  |
cbpporter
Messages: 1428 Registered: September 2007
|
Ultimate Contributor |
|
|
iml.h is meant to be used when you need the image data in a single *.cpp file. Think of private data for that file. It is safe to never use it if you find it confusing.
In rest, including image data is like including classes. You need the definitions. These are available in iml_header.h. You can include this file in headers so that multiple compilation units have access to it. Then iml_source.h. has the definitions. It must be included a single time in a single *.cpp file.
The above comments are valid for a single *.iml. But you can repeat the process for multiple image lists.
I never used *.icpp system, so I can't help you there.
|
|
|
Goto Forum:
Current Time: Wed Aug 20 17:13:31 CEST 2025
Total time taken to generate the page: 0.00727 seconds
|