Still, the problem is there. But figured a work around. If I import the project into vc7 it compiles. If I create a blank project, and try to compile it, it does not. But if I save and close the blank project and import it, it compiles!
Things work.. but its a lil' strange. Though, it is not a blocker now, does anyone have ny idea why this happens?
The issue you are seeing is not related to the VS compiler path (infact the FP3 SDK doesn't even use it), the issue is related to the earlier resource compilation step.
To analyse the problem I would need to know what template you use to create the project? Does the error occur immediately after project creation or have you modifed/added code between project creation and compilation? Are you using the FP3 final or beta SDK?
I cannot reproduce the problem. Is it possible that you have your application open in the terminal emulator? That could cause the problem you are seeing. If you do, just close the emulator and try to build.
Re: error PRJ0019: when building example in studio.net 2003
2005-08-30, 10:07#10
Did anybody have a resolution to this problem. I am having a similar error while compiling the resources.
Its trying to copy the rsg file from one location to another folder location like this
$(EPOCROOT)\epoc32\include;$(EPOCROOT)\epoc32\include\oem\xyz.rsg
this is failing i suppose. how do i resove this?
Re: error PRJ0019: when building example in studio.net 2003
2005-09-06, 13:15#11
Let's get back to these resource issues and see if we can resolve them.
When resources are compiled, the output is moved to the emulator target directory under the selected SDK. This is the same directory that is used by the emulator when running the applications.
You would get errors in the resource compilation step if:
- You had the emulator up and running the application being built, as the emulator will open the resources files and lock them so that the build process cannot update them. To fix this, simply close the emulator while building.
- If for some reason you do not have write access to the SDK directory trees (under C:/symbian/... if you have installed the SDKs in the default directories), this will prevent the resource compilation. This could happen if someone else installed the SDK on the machine or if you had admin rights only while installing NDS, for a default setup you need admin rights also to use NDS.
Re: error PRJ0019: when building example in studio.net 2003
2005-10-29, 09:12#12
I had the same or simliar problem. Here is my environment setup:
Active Perl 5.8.7.813 (ActivePerl-5.8.7.813-MSWin32-x86-148120)
J2SE Runtime Environment 5.0 Update 4
Series 60 3rd Ed. SDK for Symbian OS
CodeWarrior for Symbian OS, v3.1
I do not have any other SDK installed nor Visual Stuido.
I use helloworldbasic as a template to create MyApp. I also changed the UID to avoid any conflict. I compiled it with CodeWarrior and it runs on emulator okay (although the emulator sometimes crash).
Problem:
I added a resource of a dialog and compile in CW 3.1 again. Then rcomp.exe crashed. In CW 3.1 it shows:
...a possible solution... carbide vs with S602ndFP3b
hello fellow....s
i had a similar problem after step 4 of "Classic S60 view based application...".
1. make sure you do not change folder location of your symbian project (keep it where the sdk is). this goes for any image folders aswell (if you use any for icon making purposes).
2. also make sure you have your paths of your project folders and images (if you use any for icon making purposes) without any spaces.
3. keep your images in the same directory as your project folders
4. name your .bmp image the way the .mbm is named (before importing of course).---->don't know whether this matters!!! safety first, anyway
Re: error PRJ0019: when building example in studio.net 2003
2005-12-12, 00:42#14