Read-only archive of the All About Symbian forum (2001–2013) · About this archive

emulator not showing apps on screen

2 replies · 1,765 views · Started 03 November 2004

hi

i am new to symbian. i have installed series 60 and built the helloworld example.... i didnot get any folders on emulator screen.....its just displaying
'series 60' on screen.....i am using VC6 on windows XP

built as follows :

navigated to D:\Symbian\6.1\Series60\Series60Ex\helloworld\group through command prompt

typed bldmake bldfiles
typed abld build wins udeb
typed epoc

emulator showing 'Series 60' on screen....

plz help me what could be the reason....?

thanx in advance

As you seem to have installed the SDK to the D-drive instead of the default, edit the file D:\Symbian\6.1\Series60\Epoc32\Data\epoc.ini

Locate the line that probably looks like:
_EPOC_DRIVE_D \epoc32\winsb\d

Change it to:
_EPOC_DRIVE_D d:\Symbian\6.1\Series60\Epoc32\winsb\d

Does it work now?