I'm trying to upgrade my project from eXtreme 3 to the latest version of Asphyre to take advantage of some of the new features, but I've run into two major compatibility problems.

The first is that TSprite has its Draw method declared as private (and virtual?!?), which causes trouble for my custom classes that descend from it and override the Draw method. Kinda minor, but annoying.

The second is a bit more serious. I can't find any way to add images to a TAsphyreImages. AddFromFile, which I was using, is gone. So is AddFromASDB. There are plenty of routines in there for working with images that it already has access too, but how do you load them in the first place with both of the loading methods gone?

Mason