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...
8 months ago
If you're passing FoxPro objects to COM objects and have .NET call back to you on objects that you passed makes it possible to effectively create asynchrnous applications where .NET code can process stuff in the background and notifying you when it's done or other needs to let you know that something changed. It's powerful but it brings its own set of problems in FoxPro, which wasn't design with Async code in mind. In this post I talk about some of the issue and some of the things you can do to avoid callback hell in FoxPro.