How to give command line arguments

Hi,
I’m using wp76xx ,i need to give command line arguments from one app to another ,for that .i’m using le_appProc_interface.h function’s
eq:
le_appProc_AddArg(Reference,“–DEBUG=3 --STATE=4 --MODE=2”);
My le_appProc_Start() says LE_OK .But other app says →
“at argument 1: Numerical argument value expected.” ←
Is there any syntax i’m missing ??

Thanks in Advance,

Suggest you trying with “app runproc” on console to make sure your arguments are correct.