Hello Wilfried, Take a look at P4D (Python for Delphi.) It allows you to execute Python script from a Delphi application. http://mmm-experts.com/Downloads.aspx?ProductId=3
There is also a PHP4Delphi, which allows executing PHP script in a Delphi application. http://members.chello.be/ws36637/php4delphi.html If you think that PHP is for web only, wrong! :) You can use it to do what you described. -- Best regards, Jack Sunday, October 16, 2005, 12:09:49 PM, you wrote: > Hello, > Someone can recommand me a (freeware) scripting tool for Delphi? > Basicly I have to do the following: > - Application read a binary file > - File must be converted by user made scripts > - Application write converted file > About the conversion (which must be handled by a script) is something > like this: > - read first x bytes. > - replace a header/substring by another one > - take a byte/word/integer number and do a calculation on it > - write > - read next, etc > I hope I make sence. I have no experiance with scripting tools so I dont > know how powerfull they are. Any advice is welcome. Thx :) > --- > Rgds, Wilfried > http://www.mestdagh.biz > __________________________________________________ > Delphi-Talk mailing list -> [email protected] > http://www.elists.org/mailman/listinfo/delphi-talk __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk
