i am trying to use HPPLE parser but i get these errors! anyone can help me for example why NASData cant has error ?
You need to put your code inside of some function. If you are making a command-line tool this would usually be main()
. Otherwise you'll have to set up an interface, application delegate, etc.