I have purchased B4A and, as it is such a brilliant product, I am well on my way to developing my app to run on Andriod devices.
My app is primarily a Sqlite database application and I use Andriod Sync to synchronise the database to the desktop. However, I need a Windows app to produce reports from the database on the desktop.
Can Basic4PPC develop apps to run on Windows desktop?
The basic language is the same, just a few keywords are different. But the operating system is not the same, this makes the big difference, and if you are not used to Windows you need to learn these differences.
All routines related to the operating system must be rewritten or adapted. Pure basic routines can mostly be copied (variable declaration is also a bit different).