i am trying to use HPPLE parser but i get these errors! anyone can help me for example why NASData cant has error ?

1 Answer
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.
2 Comments
Deepak Danduprolu
@saleh If it was helpful, you should consider accepting it as the answer.
jtbandes
@Deepak It may have been too early to accept, but yes, thanks :)