Search code examples
objective-chtml-parser

Errors for using HPPLE Html parser


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


Solution

  • 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.