*05/25/2009 NOTE: current version is 1.20. Please use
GDIPlusX 1.20 as the latest GDIPlusX library.
GDIPlusX Library with full source code and samples. Updated documentation will be uploaded soon.
This is the first production release. Please see the ReadMe file included with the Source download for information about distributing the GDIPlusX library with your application.
Please note that there are 2 important changes included in this release:
1) On the recommendation of a highly respected, VFP MVP, the library has been compiled into an APP for distribution. The only change you should have to make to your code is the call to initialize the library. Instead of: DO SYSTEM.PRG, you should use: DO SYSTEM.APP
2) The error handling has been modified slightly too. Instead of issuing a THROW loExc inside each CATCH, it has been simplified to just THROW.
For more information about the library, please visit the
GDIPlusX home page.