Calling a C program from ASP
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi guys I'm really newbie in ASP and I'm trying to call a C console executable program from ASP. My problem is: A C program only returns an 'int' and that has been enough until now to comuniccate the result from the program to ASP routine that is calling the C program. Now I need to return a String, there is a way to communicate C program with ASP? Or there is a way to redirect the standard output of C program to a variable in ASP? Thanks in forwarding. Dr.Pi