Building solution error

Login to reply to this topic.
Sat, 2005-12-10 02:25
Joined: 2005-11-28
Forum posts: 18
  Hi,

When i build my application, it shows this error:
    Error spawning 'cl.exe'.
"epoc.exe" does not contain debugging information( no symbol loaded)

      how can i solve this proplem.?

           thks

Sat, 2005-12-10 12:36
Joined: 2004-11-29
Forum posts: 1233
Re: Building solution error
It is normal, and can't be solved. Debug symbols for epoc.exe is not shipped in public SDKs.

Well teoretically it could be solved, by getting the debug symbols from some symbian employee or something, but you don't really need them for normal development.

It just says it doesn't have debug symbols for the actual emulator exe, you usually don't need those, just debug symbols for the app/dll/exe that you currently want to debug.
  • Login to reply to this topic.