| Stable release | 3.4 |
|---|---|
| Preview release | 3.5 BETA |
| Development status | Active |
| Written in | C, Java |
| Operating system | Microsoft Windows |
| Available in | English, Spanish, Arabic, French, Polish, Hungarian and Russian |
| Type | Integrated development environment |
| License | GNU GPL (compiler), BSD (IDE) |
| Website | midletpascal.sourceforge.net |
MIDletPascal is an Pascal compiler and IDE specifically designed to create software for mobiles. It generates Java bytecode that runs on any Java ME device. In September 2009, Niksa Orlic, who wrote MIDlet pascal, transmitted the source code to the Russian Boolean.name development community for feature development. MIDlet Pascal is now open-source, and hosted at SourceForge.
In June 2010 MIDletPascal 3.0 Final released.
|
Contents
|
Because it runs on mobiles that don't have a console, the hello world of MIDletPascal is quite different from a normal Pascal hello world.
program HelloWorld;
begin DrawText ('Hello, World!', 0, 0); Repaint; Delay(2000); end.
|
|
This article may contain original research. Please improve it by verifying the claims made and adding references. Statements consisting only of original research may be removed. More details may be available on the talk page. (May 2012) |
Current versions of certain anti-virus (Norton, McAfee, ...) see any class file generated by MidletPascal as being a virus, "Trojan. Redbrowser.A", and automatically quarantine the suspected file.
This may be a false positive, because the RedBrowser trojan was written using the MidletPascal tool (see Notes from McAfee).
It seems antiviruses look for some specific class into the jar package. Using an obfuscator as JShrink the midlet won't match with the AV dictionary.
This problem has been fixed in MIDletPascal 3.0 BETA.
|
|||||||||||||||||||
| This programming tool-related article is a stub. You can help Wikipedia by expanding it. |
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)