开发者

is there any way to interpret pascal in Delphi applications

开发者 https://www.devze.com 2023-01-21 00:20 出处:网络
i want my own pascal code to be executed it also have some uses files and other 开发者_JAVA百科complex functions just like a Delphi code can i do this Yes:

i want my own pascal code to be executed it also have some uses files and other 开发者_JAVA百科complex functions just like a Delphi code can i do this


Yes:

  • http://www.remobjects.com/ps.aspx

This component is used in the highly popular Inno Setup installer software.


Delphi Web Script is now under active development again.
Previously it was good; now it is becoming great.
You can download it on Google Code.

--jeroen


Another option, which is useful if you want to support more than just Pascal syntax, would be Fast-Script by the makers of Fast-Report.


There's also paxCompiler


Depends how much pascal you want to interpret. Pascal Script will interpret most stuff but you can't declare classes in a script (You can however import them using script functions). You can't use "uses" clauses either.

If you want to do full on pascal support you're going to have to compile it. You could probably use the FreePascal one providing your app's licensing is compatible (GPL).


TMS has both a scripting engine and a scripting IDE product.

0

精彩评论

暂无评论...
验证码 换一张
取 消