This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c/3918: Access violation when using GCC to compile CGI scripts with fread and fgetc functions


Synopsis: Access violation when using GCC to compile CGI scripts with fread and fgetc functions

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Sun Feb 24 09:34:48 2002
State-Changed-Why:
    I don't think this is a gcc problem.  Consult
    a Windows programming newsgroup for tech support
    regarding programming IIS 5.0 web server programs.
    
    Also, your test case does not look correct:
    char *filebuffer[BUFFER_SIZE];
    
    should probably be:
    
    char filebuffer[BUFFER_SIZE];

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3918


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]