Δευτέρα 27 Αυγούστου 2018

Revision 11 (version 9.4)

Revision 10 work better in Wine 3+, when we use test statement to test a module. I found that without a sleep statement (in VB6 code) wine (in Ubuntu 18.04) hold thread active with very less time than usual to OS (but in Windows, there is a pass to system for waiting objects from message queue, and there is no such a slow down to os performance). The workaround was to insert a sleep 1 statement (which that happen when we choose slow, but now happen when environment run in Wine). We can use IsWine to get true if environment run in Wine (Linux). This function has a static variable so except first call, all other return the stored value.

Also a bug in User statement remove (Revision 11). This bug was an error throwing from a routine which open "desktop.inf", a text file which include some statements to run before show the user console, and happen when no desktop.inf found. So now the error cleared.

Send any message to fotodigitallab  (at gmail.com) with any suggestion. Write title: "For M2000"
 

Δεν υπάρχουν σχόλια:

Δημοσίευση σχολίου

You can feel free to write any suggestion, or idea on the subject.