VS2003 problem

Login to reply to this topic.
Tue, 2005-09-06 09:03
Joined: 2004-06-06
Forum posts: 205
Hello,
i got some problems with VS2003. i was using BX until now but my project is biger and biger and BX is so slow. I got some DLL's, libs and my App. In BX everything is working ok i can build and debug my project. also for target device everything is working ok.
Now i want to use VS2003. i have imported my project and i want to build it. I build all dlls and app.
when i start emulator i can sy my app icon in menu. Now i want to debug it. and KABOOM. i got this msg:
Code:
First-chance exception at 0x400060b6 in epoc.exe: 0xC0000005: Access violation writing location 0x00000fdc.
Unhandled exception at 0x400060b6 in epoc.exe: 0xC0000005: Access violation writing location 0x00000fdc.
Also in debuger output i can see that my DLLs ale loaded then unloaded and again loaded. i cant see any other system dlls are loaded.

I get this exception after E32Dll is called. No othet function is called. All e32dll fomr all dlls are called 2 times. after 2nd call from my app i get this exception. All e32dll just retun KErrNone.

Last msg in debug output that i can see is
Code:
AddLibrary applicationNameApp_S60[06005b92]

no other libs are added.
I have cleaned everything and rebuilded many times.

Also i got some unit test ( they are exes not app). they run ok. dlls are loaded and i can debug it.
Also i can debug examples, at least "quick-project app" from VS2003.

Does any one know what can it be?
Thanks for any help and tips.

Best regards,
Michal Laskowski


Thu, 2006-03-09 00:39
Joined: 2006-03-09
Forum posts: 1
Re: VS2003 problem
I have the same problem in my application.

I have noted that the object file sizes for the command line and the IDE output are different. I also noted that the app file output is different.

I tried copying the object files from the command line output to the IDE object file output directory and the app files is a different size than the command line app and the IDE only app.
  • Login to reply to this topic.