Well, I have been playing with eXtends for some time. Overall, it is OK, but I have a complaint...
When I read the docs, in the Introduction page it says this:
Quote: "The main objectives of this pack is to give to DarkBASIC Professional developper a more "Object" oriented coding experience. The various media support is no more handled "staticly" but "dynamically". For example, commands like : Load Image "image.bmp", 1 will become : Image = IMG Load
Image("image.bmp")."
Well, that's good (although not related to object orientation at all), but it feels strange that the new functions you have added use the classic ID number style. For example: XGui Create Window WindowNumber, Width, Height, Flag. Shouldn't have been more coherent to use the same handle style you are introducing in the extension?
== Jedive ==
AthlonXP 1600+, 512MB, GeForce5200, WinXP/DX9, Ubuntu
iBook G4 1Ghz, 256MB, Radeon9200, Mac OS X Panther