We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › calling .NET applications from processing
Page Index Toggle Pages: 1
calling .NET applications from processing? (Read 736 times)
calling .NET applications from processing?
May 8th, 2010, 4:31am
 
bit of a brief question, but I am using the National Rail LDB web service for a project, and I have a .NET application that calls and acquires all the necessary information from the web service, that I want to hopefully use in processing. Is it possible to call .NET applications from processing?

Thanks!

Justin
Re: calling .NET applications from processing?
Reply #1 - May 8th, 2010, 12:45pm
 
I don't see why not.. use the open() or exec() commands.  Perhaps exec() if you want your program to wait on the .Net app, then continue on.
Page Index Toggle Pages: 1