Quantcast
Channel: WinDev Forum
Viewing all articles
Browse latest Browse all 1914

INFORMATION: WinDev Mobile limitations (5 replies)

$
0
0
After some time spent investingating WinDev Mobile I found some limitations that make programming for Android enough difficult and sad:

  1. MyMappedFile and MyMappedUniqueKey do not supported by Android (crash)
  2. FileToMemory and MemoryToFile do not work under Android (no crash, no affect)
  3. Class and variant indirection do not work under Android (crash).
  4. Deep assignment "<=" does not supported (crash, required the same class on both sides)
  5. Avoid use of abstract class properties (crash when property is used in base class). Use abstract methods.
  6. Abstract methods must have return types (if they are functions but not procedures)

So RAD pattern is not available for use under Android...

Viewing all articles
Browse latest Browse all 1914

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>