On 6/15/07, Tijnema <tijnema@xxxxxxxxx> wrote:
On 6/15/07, Dan <frozendice@xxxxxxxxx> 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 exec/system/... Or, I don't know if it's possible, you might be able to compile the pascal code as an extension, but that's hard stuff :P Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Are you compiling the Pascal binary as a shared object or dynamic link library, or is it a function within an executable that you're trying to create a hook to? -- Daniel P. Brown [office] (570-) 587-7080 Ext. 272 [mobile] (570-) 766-8107 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php