![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help on function call | kamel.seg | Shell Programming and Scripting | 3 | 01-08-2008 03:16 AM |
| function call | kamel.seg | Shell Programming and Scripting | 2 | 12-28-2007 10:58 AM |
| call function | Jamil Qadir | Shell Programming and Scripting | 4 | 03-20-2007 01:07 AM |
| Help with a function call | Stevhp | High Level Programming | 6 | 03-04-2007 10:44 PM |
| function call | forever_49ers | Shell Programming and Scripting | 3 | 09-13-2006 03:26 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
|||
|
library function
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? |