Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
on running the code in the link given below...gives an eror that Cannot open include file: 'satellitedialog.h': No such file or directory...why this error and how it can be removed..??

http://doc.qt.nokia.com/qtmobility-1.0/weatherinfo.html[^]
Posted
Updated 2-Jun-10 1:57am
v2

1 solution

PreetiJuneja wrote:
gives an eror that Cannot open include file: 'satellitedialog.h': No such file or directory


This simply means that there is a reference to 'satellitedialog.h' somewhere in your code. But the file said is missing.


PreetiJuneja wrote:
why this error and how it can be removed..??


Check if the referred file playing any role in rest of the code. If no, remove the reference. If yes, then you need to find the file and provide it's reference as expected.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900