Citation:
In the process of publishing the whole source code, now I'm releasing the RTL STUBS to which the compiler link the myriad of magic functions that it support.
I had fixed up all the known problems that the 2.02, specially the Antivirus false alarms, and made some bugfixes (fixed readNextByte problem described on forums, removed fixed destination port for SMS, etc). Enough to meet the MP3 goal.
Les codes sources sont disponibes sur sourceforge :)
Citation:
For the future development path on MP4, I suggest (as already expressed in the forums) to discard this "stub" method since it adds unnecessary complexity to the compiler. I think it is desirable to have all the functionality of the external stubs (excluding the framework one -FW- of course, that one can be treated in different ways) in separate and external Libs, and require the coder to add them up into the uses clause as it happens in any other Pascal worlds and the Pascal community is used to work.