C Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesC Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 24th, 2003, 03:40 AM
gkaragulle gkaragulle is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 3 gkaragulle User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Unhappy cgi problem contiunes..

hi!


I use borland c 5.0 to write cgi programs. These lines in my program executes normally on my computer, but in my teacher's computer, it gives the error message "cannot open cleaned.tmp" and the program terminates, although I give the "write acces" for the same directory with my cgi program in both of the computers.

if ((fp = fopen("cleaned.tmp", "w")) == NULL)
{
puts("cannot open cleaned.tmp\n");
exit(1);
}

why do you think it happens?


M.Hirsch asked how I gave "write acces":


I use personal web server in my computer and give write & execute acces to the directory which contains my cgi programs.

OS of My teacher's computer is win2000 and we use IIS there and again give write & execute acces to the same directory.

I thought that win 2000 may cause this problem and setup win2000 in my computer but did not encounter the same problem.

There are some ideas like these:

My executable (that I convert to cgi) needs some include files of C language.. Can this be true? If yes, which files are these?

thanks again

Reply With Quote
  #2  
Old March 24th, 2003, 03:27 PM
Scorpions4ever's Avatar
Scorpions4ever Scorpions4ever is offline
Banned ;)
Dev Shed God 9th Plane (9000 - 9499 posts)
 
Join Date: Nov 2001
Location: Woodland Hills, Los Angeles County, California, USA
Posts: 9,385 Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 4 Weeks 1 Day 21 h 30 m 25 sec
Reputation Power: 4080
>> My executable (that I convert to cgi) needs some include files of C language.. Can this be true? If yes, which files are these?

Include files are handled by the preprocessor at compile time and the contents are included BEFORE compilation. So the executable does not need any C include files at runtime. Whoever told you that it needs include files is probably smoking some very interesting ceremonial chemicals.

On the other hand, your executable might require a Dynamic Link Library (DLL) to execute. However, most EXEs (at least those generated by older compilers) would attempt to load the DLLs up front, before running. So, if the DLL is not present, it would error out before running anything else. To be sure, can you run the executable from the command prompt instead of a browser, on your teacher's computer?

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesC Programming > cgi problem contiunes..

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap