VS2003 problem
| Tue, 2005-09-06 09:03 | |
|
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. 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. Unhandled exception at 0x400060b6 in epoc.exe: 0xC0000005: Access violation writing location 0x00000fdc. 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, |
|






Forum posts: 1
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.