Dec. 23, 2020
West Wind Technologies has released Help Builder 5.32. Help Builder creates online and offline documentation with easy Markdown based content...
Dec. 8, 2020
The Web Service Proxy Generator makes it easy to SOAP Web Services from Visual FoxPro. The tool provides a Wizard to generate a FoxPro Web Service...
Dec. 2, 2020
West Wind Technologies has released Markdown Monster 1.25 of its popular Markdown Editor, Viewer and Weblog Publishing tool. Markdown is an easy to...
Dec. 1, 2020
West Wind Client Tools is a suite of utility classes that provide Internet functionality including SMTP & POP3 Email, full featured HTTP Web access,...
Oct. 27, 2020
West Wind Technologies has released Help Builder 5.30. Help Builder creates online and offline documentation with easy Markdown based content...
April 26, 2019
The FoxPro Declare API has been in FoxPro forever, but did you know that the actual step of calling DECLARE has significant performance overhead that often is much slower than the actual API calls? I recently ran into this checking out a third party library and decided to some closer examination and found some nice ways to speed up some of my existing API calls by separating (or static loading) declarations from invocations.