I am trying to install a sis file on my device but when I install it, it raises follwing error:
"required application access not granted"
When I compile my code from commandline,it generates follwing warnings:
"Can't find following headers in System Include Path"
which is preventing my code from complete compilation. I tried using
USERINCLUDE \inc //header file folders
but still not able to make the code compile.



