AMPC version 1.6.2 released (C to Java Class Files compiler)

"napi" <napi@axiomsol.com>
18 Apr 2007 13:45:50 -0400

          From comp.compilers

Related articles
AMPC version 1.6.2 released (C to Java Class Files compiler) napi@axiomsol.com (napi) (2007-04-18)
| List of all articles for this month |

From: "napi" <napi@axiomsol.com>
Newsgroups: comp.compilers
Date: 18 Apr 2007 13:45:50 -0400
Organization: Compilers Central
Keywords: C, Java, translator, available
Posted-Date: 18 Apr 2007 13:45:50 EDT

  C to Java Class Files
---------------------


We are pleased to announce the release of version '1.6.2' of
AMPC (Axiomatic Multi-Platform C) C to Java class files compiler
suite. It is Write Once Run Anywhere (WORA) with C.


"Platform independence with C. Integrate C and Java."


Detailed info can be found at:
http://www.axiomsol.com


The changes in this release are as follows:
(This is a significant change to AMPC since the remaining four ANSI C
library functions that we have had problems implementing for AMPC have
finally been resolved). Support for setjmp(), longjmp(), signal(),
and raise() library functions was added. A bug in the TCP/IP library
was fixed.


Project description:
AMPC compiles C programs into Java bytecode to run on any platform
where a Java runtime is available. AMPC can also be
used to integrate C and Java programs since AMPC's C functions
can directly call numerous Java methods and vice versa. AMPC
supports ANSI C 1989. A JNI (JVM Native Interface) feature is
available for calling native C or C++ functions. The asm()
directive can be used to embed Jasmin assembly code within C
source code. Support for the SWT (Standard Widget Toolkit)
based graphics API is available. J2ME CDC 1.1 for mobile
devices is also supported.


Thank you.
Napi
Axiomatic Solutions Sdn Bhd


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.