Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.mel.connect.com.au!news.mira.net.au!vic.news.telstra.net!act.news.telstra.net!imci3!imci4!newsfeed.internetmci.com!torn!ccshst05.uoguelph.ca!ccshst01!bbeharry From: bbeharry@uoguelph.ca (Brian Beharry) Newsgroups: comp.unix.bsd.freebsd.misc Subject: called object in not a function? Date: 10 Jun 1996 12:33:05 GMT Organization: University of Guelph Lines: 20 Message-ID: <4ph4m1$mtv@ccshst05.uoguelph.ca> NNTP-Posting-Host: ccshst01.uoguelph.ca X-Newsreader: TIN [version 1.2 PL2] What could it mean and what should I do when my BSD "C" compiler says: main.c:88: called object is not a function I don't understand what that means, but this is the function it's talking about: void List(int Number, FILE Infile, FILE Outfile, int Fields); OK folks, does anyone know what's wrong? I know for sure that I'm passing in the correct types and in the right order. If anyone can help, thanks in advance!!! :) ______________________________________________________________________________ From: Brian Beharry E-mail: bbeharry@uoguelph.ca