| T O P I C R E V I E W |
| Alex-qwerty |
Posted - 05/04/2008 : 06:19:09 AM Origin Version (Select Help-->About Origin): OriginPro 8 SR1 v8.0773 Operating System: WinXP SP2 (Rus) Hi All! Sometimes I see in CodeBuilder output message "Error, cannot convert argument in function call". But if I do double-click on this message, the cursor is placed at function name instead of wrong argument. Is there any way to get the name of error source? For example, if I use variable that not declared, compiler generate message "Error, Variable "BlaBla" not declared" and if I do double-click on this message, the cursor is placed on parameter BlaBla, not the name of function.
I spent two days to find error if function call: nag_pde_parab_1d_fd( npde, CoordSystem, &ts, tout, tmpPDEDEF, tmpBNDARY, u, npts, x, acc, rsave, lrsave, isave, lisave, itask, itrace, &outfile, &ind, &comm, &saved, &fail); It has 21 parameters, some of them are another functions, and it`s wery hard to check all of them. Can CodeBuilder help me and point the wrong parameter? |
|
|