C++builderX doesn't generate .app file and .pdb file
| Mon, 2005-09-05 20:54 | |
|
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? |
|






Forum posts: 13
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
Forum posts: 118
Do u've the problem only in MOPOID example or Builder is
unable to create those file for any other program?
Prashant {prashu}
Forum posts: 13
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
Forum posts: 118
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}
Forum posts: 13
I will try that out and get back. Let me see if I can make that work.
Regards,
Siddhartha