C++builderX doesn't generate .app file and .pdb file

Login to reply to this topic.
Mon, 2005-09-05 20:54
Joined: 2005-09-02
Forum posts: 4
I allready read some posts about this problem but none gives me a clear answer on how to solve this.
Everytime I start a new project in C++builderX and want to run the project there are missing two files

    MISSING: \Symbian\6.1\Series60\EPOC32\RELEASE\WINS\UDEB\Z\SYSTEM\APPS\MOPOID\MOPOID.APP
    MISSING: \Symbian\6.1\Series60\EPOC32\RELEASE\WINS\UDEB\Z\SYSTEM\APPS\MOPOID\MOPOID.PDB

I added the \Symbian\6.1\Series60\ to the environment variables path but that doesn't work.

I use
- ActivePerl
- Series 60 SDK 1.2 for Symbian OS, Nokia Edition
- Microsoft Debugging Tools
- Visual C++ Toolkit
- Borland C++BuilderX Mobile Edition (v1.5) (free version)

Anybody?

Mon, 2005-11-21 15:25
Joined: 2005-11-21
Forum posts: 13
Re: C++builderX doesn't generate .app file and .pdb file
Hi,

I am new to all this stuff and am facing a similiar problem as your's.

When I try to run the project I get a message saying MOPOID.app & MOPOID.pdb missing.

If you got the solution for this, please let me know.

Thanks.

Siddhartha
Sat, 2005-11-26 06:49
Joined: 2005-04-01
Forum posts: 118
Re: C++builderX doesn't generate .app file and .pdb file
HI SYMBIANS

Do u've the problem only in MOPOID example or Builder is
unable to create those file for any other program?

Prashant {prashu}

Mon, 2005-11-28 04:11
Joined: 2005-11-21
Forum posts: 13
Re: C++builderX doesn't generate .app file and .pdb file
Hi Prashu,

Thanks for your reply.

I am facing that problem only for MOPID example. I am not sure whats not in place.

Please let me know.

Regards,
Siddhartha
Mon, 2005-11-28 12:57
Joined: 2005-04-01
Forum posts: 118
Re: C++builderX doesn't generate .app file and .pdb file
HI,
is there any problem in file inclusion? actually sometimes
what happend some of the files are included in projects
but are not available at include folder.

well execute this
"makmake <.mmp file> vc6"
just change ur directory \<project folder>\group
and then execute tat.

it will create VC++ project workspace if every thing proper
otherwise show u error like xyz.xx file missing in xxxx.xx

just do it.

Prashant {prashu}

Mon, 2005-11-28 13:01
Joined: 2005-11-21
Forum posts: 13
Re: C++builderX doesn't generate .app file and .pdb file
Thanks Pashu,

I will try that out and get back. Let me see if I can make that work.

Regards,
Siddhartha
  • Login to reply to this topic.