My problem is that how can i refer the .exe file as i couldn't able to get from the path specified.For that matter all the .exe's are under tge directory \epoc32\release\wins\udeb
I have done copying the file to the location you have specified,but it is not working. I have one doubt regarding this,when we click on the .exe file we get the emulator window and the required output without giving any TARGETPATH in .mmp file.But when i changed the TARGETPATH as specified by you and to go that directory and click the .exe file,it is giving an error.I have changed the .exe path in my application to this new one but couldn't able to get the required output.
If you cannot even launch your .exe from Windows explorer, it means something wrong with your program. May be you can check first with a simple Hello World program and see what happens.
I was trying the basic helloworld program and the same problem exists i.e, the .exe file is not executing and showing the error "THE APPLICATION FAILED TO INITIALIZE PROPERLY". But i'm able to execute the .exe file from the default location without setting the TARGETPATH i.e, \epoc32\release\wins\udeb
Please suggest me a solution to the above problem.