Toolbar editor need Davide Pizzolato's CxImage class to compile.
This class is used to build, change resolution, color depth ecc ecc of bitmaps.
The tbeditor solution it's configured to look for CxImage in the same directory where you put the tbeditor folder. In other words your directory structure should be something similar to
main folder
|
|-- tbeditor directory
|-- CxImage
|-- jpeg
|-- j2k
|-- jbig
|-- jasper
|-- tiff
|-- png
|-- zlib
where j2k, jpeg,jbig ecc ecc are all folders that came in the same archive of CxImage.
Just one last note: TbEditor is configured to use MFC as statically linked library (when compiled in release mode...) so you must configure CxImage, jpeg,jbig and ALL other library in the same way to avoid strange errors during linking.
Here You can get the last version of CxImage library.