All 2D stuff went away in DX9. So you have to use meshes and vertext shaders along with other 3D tricks to get a 2D environment. I hate to say it, but you would get more support on GameDev.net in the 2D forums when it comes to DirectX then you will here. Very few people here understand the under the hood aspects of DirectX and what they have changed in 9 and 10 (I'm not one of them).

Your problem with OpenGL 1.1 was not a GLScene issue, its a driver issue on your PC. You have an outdated old version of OpenGL installed. The question has been answered about 1000 times on the GLScene NG and FAQ, as well as many writeups about the "Fix". GLScene requires at least OpenGL 1.1 or above due to shaders and graphics card specific optimizations that Eric has taken the time to put in place. Same as a DirectX 9 application won't run on DirectX 8 (if its developed properly according to M$).

- Jeremy