Can you please send me the image you're trying to add (seems a very odd problem).

As for "abstract error", if you use TAsphyreImages, remember to assign the required "Device" (or use TPowerDraw.Images). Remember that TAsphyreDevice is an abstract class, as well as TAsphyreImage. To create an image that can be used with any of the specific devices (TAsphyreDevice2 or TAsphyreDevice3), use Device.NewImage() property to create a new image. I'm still working to make things easier and a lot of examples will follow.