Bo Durban has just posted the latest release of the GdiPlusX library.
The most important part of the library has been converted to PRG. There are several advantages using PRG based classes, such as: enhanced Speed and reduced size. Here you can find more info about these changes. Bo has given more details in his blog and in the Codeplex messageboard.
Now GdiPlusX is BETA ! The new 1.00b version can be downloaded from here
From now on, you must change your instantiation of GdiPlusX call from:
ADDPROPERTY(_SCREEN, "System", NEWOBJECT("xfcSystem","system.vcx"))or
_SCREEN.AddProperty("System", NEWOBJECT("xfcSystem","system.vcx"))
to:
DO ("System.prg")
BTW, I'll try to update all my blog posts with this small change in the class initialization.
Today I was really surprised when I read Kevin Ragsdale's latest blog post, about an eWeek's post about the 25 Most Active Projects at CodePlex.
There we are ! 14th position !
Check it by yourself: http://www.eweek.com/slideshow/0,1206,pg=0&s=25947&a=213883,00.asp

Apart from these, there are some really great new projects to come...
Have you already seen this video from Kevin Ragsdale ?
VFPx is a community effort to create open source add-ons for Visual FoxPro 9.0. Sign up, sign in, and get involved
TODAY!!!