Illegal function call

Hi ,

i am getting error message "illegal function call"

can any body help what are the reasons when can we get this error mesage.

Thanx in advance

Naren

If the error is from running C code, consult your compiler doc set - it will tell you exactly what the error means and what to look foir.

Hi Jim,

Thanks for ur response .

But i dont have any compiler ref doc with me .

Any help

Thanks
Naren

what kind of function call are you making? Is it a library function or a function that you define.. Can you post the code that you define and use (invoke) the function.. and possibly the compiler's error message..

Hi ,
Its library function of MPE in Hp3k which is being ported to HP-UX .
its showing error message error:1153 illegal function call

But it is suing FWRITE and FOPEN function MPE environment in C progr

Thanks
narendra babu C

You do have a compiler and system doc set -it's on the internet at
http://docs.hp.com

This does not seem to be a run-time error - it is a compiler error - ie., a syntax error in the code. What exactly are you doing that makes the error?

many Thanks JIm .

It was a great help from u.

Thanks and regards
C . Narendra babu