• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Debugging a CGI with XCode, is it possible?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debugging a CGI with XCode, is it possible?


  • Subject: Re: Debugging a CGI with XCode, is it possible?
  • From: Robert Dell <email@hidden>
  • Date: Sun, 29 Jan 2006 14:41:29 -0500

thanks for the code.  i'm done with this thread.

D. Walsh wrote:

On Jan 28, 2006, at 14:21 , Cameron Hayne wrote:

On 28-Jan-06, at 7:07 AM, Robert Dell wrote:

out of curiosity, this was something i was considering... writing a real program and putting it in the spot for a web based cgi so when somebody asked for cgi-bin whatever it would run that instead of a perl script.

what would be needed to acomplish this? anybody got any code for just a cgi app to print hello to the user's web page?


This is rather off-topic for the Xcode list, so let's get this over with fast.


OT????

A Perl script is a real program. I guess what you meant was a program written in a compiled language.
Here's a CGI program written in C:


#include <stdio.h>

int main()
{
    printf("Content-Type: text/html\r\n");
    printf("\r\n");
    printf("Hello World!\n");
    return 0;
}


Now that's funny, unfortunately it's not interactive and he'll have a hard time figuring that one out so while you'd like it to be over quickly, you certainly didn't provide any information that would achieve this.

Write to me off list Robert and I'll help you with it.

--
Cameron Hayne


-- Dale


_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >Debugging a CGI with XCode, is it possible? (From: Eyal Redler <email@hidden>)
 >Re: Debugging a CGI with XCode, is it possible? (From: Daniel Jalkut <email@hidden>)
 >Re: Debugging a CGI with XCode, is it possible? (From: Robert Dell <email@hidden>)
 >Re: Debugging a CGI with XCode, is it possible? (From: Cameron Hayne <email@hidden>)
 >Re: Debugging a CGI with XCode, is it possible? (From: "D. Walsh" <email@hidden>)

  • Prev by Date: Re: Debugger can't find correct source file
  • Next by Date: Subprojects with Makefiles
  • Previous by thread: Re: Debugging a CGI with XCode, is it possible?
  • Next by thread: Re: Debugging a CGI with XCode, is it possible?
  • Index(es):
    • Date
    • Thread