Read-only archive of the All About Symbian forum (2001–2013) · About this archive

could not find file....error

1 replies · 1,855 views · Started 29 May 2003

i d/l several examples from symbian.com..however when i compile some of them..there r several file not found errors like..

C:\SYMBIAN\6.1\SERIES60\USERCODES\TODOXS\Todoxs.cpp(21): Could not find the file eikdlgtb.h.
C:\SYMBIAN\6.1\SERIES60\USERCODES\TODOXS\Todoxs.h(18): Could not find the file eikchlst.h.
C:\SYMBIAN\6.1\SERIES60\USERCODES\TODOXS\Todoxs.h(24): Could not find the file eikfsel.h.
C:\SYMBIAN\6.1\SERIES60\USERCODES\TODOXS\Todoxs.h(27): Could not find the file eikcfdlg.h.
C:\SYMBIAN\6.1\SERIES60\USERCODES\TODOXS\Todoxs.h(53): Could not find the file TodoXS.rsg.

can anyone enlighten me??

First you check your .mmp file and specify the path of header file where your header file is located next you confirm that given files is there or not.If the .h file is not there then it is problem.
Thx