Re: [PHP] Calling Pascal code/functions from PHP

2007-06-15 Thread Dan
Right now the program isn't a dll it's a desktop application written in Delphi, but when I take the visual components out it will be Pascal, so I could compile it ot a dll. I want to emulate the same functionality the desktop application had, thus when the user uploads a file, the Pascal call

Re: [PHP] Calling Pascal code/functions from PHP

2007-06-15 Thread Daniel Brown
On 6/15/07, Tijnema <[EMAIL PROTECTED]> wrote: On 6/15/07, Dan <[EMAIL PROTECTED]> wrote: > I know for some languages there is a way to call code from another language. > For example you can call C funcitons from Pascal, etc. Is there any way I > can call Pascal functions/code from PHP? > Compi

Re: [PHP] Calling Pascal code/functions from PHP

2007-06-15 Thread Tijnema
On 6/15/07, Dan <[EMAIL PROTECTED]> wrote: I know for some languages there is a way to call code from another language. For example you can call C funcitons from Pascal, etc. Is there any way I can call Pascal functions/code from PHP? Compile the pascal code as an executable, and call it with

[PHP] Calling Pascal code/functions from PHP

2007-06-15 Thread Dan
I know for some languages there is a way to call code from another language. For example you can call C funcitons from Pascal, etc. Is there any way I can call Pascal functions/code from PHP? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php