all DLLs and EXEs in Symbian goes to sys\bin folder, right?
does system DLLs (build-in DLLs) in there too?
can i replace while install my own app?
thank you!
all DLLs and EXEs in Symbian goes to sys\bin folder, right? does system DLLs
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are worried that you write over some system DLL by mistake then the recommended approach is to add you application’s UID to the name of the DLL and EXE files, i.e. Calendar_20005ab12.EXE.
Otherwise there is quite a big chance to have conflict with some existing app, especially if you want to write your version of some popular application.