Hi if any1 can help me i have the error:

error C2064: term does not evaluate to a function taking 1 arguments

for the following line and i have other lines simular with the same errors:

(*file).publication.Add_publisher((_wtoi (readData[1]));
i still get the same errors if i have the code as:

(*file).publication.Add_publisher(readData[1]);

i have tried every thing i can think of to solve it but am currently unable to, just as some extra info this is for to open a extnal csv file into an MFC diloag

thanks....