Hello,
I'm working on PPC port of my Symbian game,I haven't got a PPC device yet, so I have to use the emulator which is shipped with PocketPC 2002 SDK.
My currently biggest problem is that I don't know where to put my files so that I can see them in the emulator.
I have several data files which I want to load. My file structure is as follow:
C:\WindowsCE Tools\MyGame\X86Dbg\Data\DataFile1.dat
...
C:\WindowsCE Tools\MyGame\X86Dbg\Data\DataFileN.dat
C:\WindowsCE Tools\MyGame\X86Dbg\MyGame.exe
I use GetModuleFileName() function, but the returned path is "Windows\Start Menu\MyGame.exe" instead of "C:\WindowsCE Tools\MyGame\X86Dbg\MyGame.exe".
The path "Windows\Start Menu\MyGame.exe" doesn't really exist on my HDD.
Please advice,