View Single Post
Posts: 53 | Thanked: 51 times | Joined on Feb 2010
#8
Originally Posted by fieldofcows View Post
It looks like you're using the wrong characters for the quotes in this line:
Code:
QLabel *label = new QLabel(“Hello World”);
Change these to ASCII quotes and it should compile.

I'm not sure why gedit would have used the wrong quotes. Did you copy/paste the hello world code from somewhere?
Great thanks. I will give it a go later when I get home.

Yep, i copied it from the the web.... if this works, then its on to the next phase of getting it to run on the phone rather then scratchbox. The work on packaging it so you get a menu item then finally il have a step by step guide that everyone can follow which will help them setup their development environment without spending hours on the web!

Thanks.