Hello,
My name is Shammi Khattar, and am working with Verizon, Tampa.
I am working on Solaris 2.6(UNIX)/ with SunWspro C Compiler/ C /Oracle 8etc.
In my code after (heavy) processing, if I try to open a new file, the file is being made, but with 0 bytes, and fopen returns NULL.
I have searched this site for the problem,and it seems that it's been posted before, but could not get the solution somehow.
I am using the simple syntax
fopen(fpErr,"a+");
where fpErr is declared extern:
extern FILE *fpErr;
I would really appreciate, if some body on the forum could help me out on this issue. Please reply at the earliest (its kind of urgent )!!
Thanks and regards,
Shammi.