I get the same 4 errors on 4 different lines (using msvc to compile)

in void load social
{
   social->name =      fread_string (fp);  (this is the first error)   


in load_social_table

 the line  
  social_table[maxSocial].name = str_dup(""); /* empty! */

in do_sedit

the line     
    social_table[maxSocial-1].name = str_dup (social);

and last but not least

social_table[maxSocial].name = str_dup(""); /*'terminating' empty string*/

all error messages are same 
 (error c2106: '='  :  left operand must be 1-value

any help is appreciated
Charlie
the noobz

__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now! 
http://channels.netscape.com/ns/browsers/download.jsp 

Get your own FREE, personal Netscape Mail account today at 
http://webmail.netscape.com/

Reply via email to