Quote Originally Posted by Andreaz
Oh, i see. Have you taken a look at the texture loading framework in phxTexture, as you see it's plug and play and it's really easy adding a different loader then freeimage. If you need any help with this, please let me know
I've added texture loader which uses Vampyre Imaging Library to load/save image instead of FreeImage. As you wrote, it was really easy to extend Phoenix in this way. If you are interested the modified source is here: http://galfar.vevb.net/temp/phx/phxTexture.pas.

But I have a question about GUI. In archive labeled "Demo of the editors (particle, image, animation and gui)" on phoenixlib.net is GUI editor with listbox and scrollbar controls and whole GUI uses controls.phximg for skinning. However, archive with source code contains some different version of GUI engine (without listbox and without using patterns for skinning). Which one of those should be used? Any chance you could upload current GUI engine somewhere?