Hello,
I am trying to compile a project using Visual Studio.Net 2003 and SDK S60 3.9 beta version and I have the following problems:-
Updating Bemused.mmp based on Deb_S80_20_WINS
Update of mmp file not needed
WINS (emulator) build
------ Rebuild All started: Project: Bemused, Configuration: Deb_S80_20_WINS Win32 ------
Deleting intermediate files and output files for project 'Bemused', configuration 'Deb_S80_20_WINS|Win32'.
Performing Pre-Build Event...
* Current build configuration: WINS UDEB
Compiling resources...
epocroot = \Symbian\7.0s\S80_DP2_0_SDK\
* C:\Symbian\7.0s\S80_DP2_0_SDK\\epoc32\gcc\bin\cpp.exe -undef -C -I C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\group\s60 -I C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\inc -I C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\inc\s60 -I C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\data -I C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\group\s60 -I C:\Symbian\7.0s\S80_DP2_0_SDK\\epoc32\include -I C:\Symbian\7.0s\S80_DP2_0_SDK\\Epoc32\include -DLANGUAGE_SC -D_UNICODE -D__SYMBIAN32__ -D__SERIES80_20__ -D__SERIES80_2X__ -D__SERIES80_2ND_DP2__ -D__SERIES80_2DP2__ -D__WINS__ -D__VC32__ C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\data\s60\Bemused_caption.rss -o C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\data\s60\Bemused_caption.rss.I
epocroot = \Symbian\7.0s\S80_DP2_0_SDK\
* C:\Symbian\7.0s\S80_DP2_0_SDK\\epoc32\tools\rcomp.exe -u -oC:\Symbian\7.0s\S80_DP2_0_SDK\Epoc32\release\wins\UDEB\z\system\apps\Bemused\Bemused_caption.rSC -hC:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\group\s60\Bemused_caption.rsg.new -sC:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\data\s60\Bemused_caption.rss.I -iC:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\data\s60\Bemused_caption.rss
* Deleting file C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\group\s60\Bemused_caption.rsg.new
epocroot = \Symbian\7.0s\S80_DP2_0_SDK\
* C:\Symbian\7.0s\S80_DP2_0_SDK\\epoc32\gcc\bin\cpp.exe -undef -C -I C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\group\s60 -I C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\inc -I C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\inc\s60 -I C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\data -I C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\group\s60 -I C:\Symbian\7.0s\S80_DP2_0_SDK\\epoc32\include -I C:\Symbian\7.0s\S80_DP2_0_SDK\\Epoc32\include -DLANGUAGE_SC -D_UNICODE -D__SYMBIAN32__ -D__SERIES80_20__ -D__SERIES80_2X__ -D__SERIES80_2ND_DP2__ -D__SERIES80_2DP2__ -D__WINS__ -D__VC32__ C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\data\s60\Bemused.rss -o C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\data\s60\Bemused.rss.I
C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\data\s60\Bemused.rss:29: avkon.rsg: No such file or directory
C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\data\s60\Bemused.rss:30: avkon.rh: No such file or directory
C:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\data\s60\Bemused.rss:31: avkon.mbg: No such file or directory
ERROR: RCMake failed: (Resources): cpp.exe failed with code 33. (Reason: Unknown error)
Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..."
Build log was saved at "file://c:\Symbian\9.1\S60_3rd_Beta\MyProjects\Bemused\Client\group\s60\Deb_S80_20_WINS\BuildLog.htm"
Bemused - 1 error(s), 0 warning(s)
---------------------- Done ----------------------
Rebuild All: 0 succeeded, 1 failed, 0 skipped
If you can see here that the project can not find the following files:
avkon.rsg: No such file or directory
avkon.rh: No such file or directory
avkon.mbg: No such file or directory
this 3 files are included in MyProject rss file.
and as result of this files the compiler throws the following error:
Bemused error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..."
Any suggestion?? Please!!!!
Other imported projects work fine!!!
Thank you

Reply With Quote

