|
ANN: paxScript.NET, v2.0. VB.NET interpreter
The Microsoft NET version of paxScript scripting engine includes
interpreters of C# and VB.NET languages.
The key features of paxScript.NET are:
- paxScript.NET is written in C#. Source code of paxScript.NET is CLS
compilant.
- Support of .NET Compact Framework.
- paxScript.NET compiles programs into byte-code.
- Separate compilation of modules is allowed. You can combine source code
modules and compiled (binary) modules in your paxScript.NET script projects.
- Cross-language scripting is allowed. You can combine modules written in C#
and VB.NET in your paxScript.NET script projects.
- C# interpreter (paxCSharp) is based on the ECMA-334 standard. It supports
all C# language features with exception for the unsafe code and attributes.
(It will support full C# 2.0 standard in the future releases).
- paxCSharp extends standard of C# language with extra features which
simplify the use of C# for scripting needs.
- paxScript.NET is implemented as a .NET component ( paxscript-net.dll)
which can be used with Microsoft Visual Studio .NET, Delphi 8, Delphi 2005
and C# Builder. The component allows you tembed paxScript.NET interpreter
into your WinForms or ASP.NET application so you can customize and extend
the application without having to recompile it.
- Any classes, structures, enumerations, arrays, delegates, events and
interfaces of host application can be used in a script.
- You can call script-defined methods from host application.
- Debug capabilities: breakpoints, call stack, watch/evaluate, trace into,
step over etc.
Related Discussions - MANIPULATING WINDOWS OF OTHER PROGRAMS (2001-01-04 19:11:41)You need to use the EnumWindows API function to figure out the handle of each window that you want to manipulate (you may also need to use...
- CAN NOT RUN DELPHI 5 ENTERPRISE ON WINDOWS 2000 (2001-01-07 22:12:43)brother you are not alone as in my knowledge many other developers are also facing the same problem especially while updating control's position or...
- HOW CAN I ROTATE A PICTURE? (2001-01-07 05:18:51)Hello
You can download TRotateImage for Delphi 3-4-5 at
http://www.crosswinds.net/%7Ekhojasteh/rotimg.html
This component works with...
- ABOUT THE TIME...? (2001-01-10 18:05:50)Yes. See the thread about opening control panel applets.
-- The Smurf
- SAVING WITHOUT USING SAVETOFILE() ? (2001-01-11 06:50:58)I know that one.. It's not working correctly unforutnatly.
When I save a 256 color as 8bit it looks *very* different.. if I save it in 32bit...
- MAKING A COMPILER WITH DELPHI 4 (2001-01-15 12:57:01)Goober,
Try http://www.bloodshed.net/compilers/
they used delphi to create a c compiler, talk about irony haha, sources etc. are available so...
- COMMAND LINE ARGUMENTS? (2001-01-15 03:04:25)Here's the best way for me to do so... It's an article published in UNDU April 1998... If you don't want to read the article, just copy the unit...
- SEARCHING RICHEDIT FOR CERTAIN TEXT AND CHANGING FONT (2002-09-09 15:01:26)I should recomend you to use the SynEdit highlighters instead, they are very powerful. And you can by easy means create your own syntax highlighter...
- DELETING RESOURCES IN MY EXECUTABLE (2001-01-15 20:33:57)The only way I am aware to delete resources in compiled executables is using my (freeware) utility Resource Hacker:...
- HOW TO MAKE YOUR .EXE FILES SMALLER THAN 300K? (2001-01-19 00:23:34)yeah me too, i am interested in those articles too
ruben
|