hi... im trying to create a sis file for my application
i wrote the command in DOS as makesis myappname.pkg
now it processes the myappname.pkg file but, suddenly an error came as :File I/O fault.
so plz help me in dealing with this error
If you are using command line makesis, you have to specify the paths in the pkg file, paths like "$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\Test_0xEB6AAAF0.exe" dont work.
Hi vineet.jain
some day ago ,I was also struggling with this problem, I forgot to specify a file name in .pkg file
so first check .pkg file
Thanks and Regard
Praveen Kumar Sharma
make sure all the paths mentioned in ur pkg file r correct....
all .exe's, .dll's , .rsc's path should be correct...
we generally put our pkg file in sis folder...
so from sis folder....the path should point to epoc32....
paths like:
../../../
check them again
from epo32..give the path name of ur .exe and other files.
Forum posts: 1248
Check whether all file names in your .pkg are ok, I think makesis spits out those "File I/O fault"s if it simply cannot find a file.
René Brunner
Forum posts: 463
If you are using command line makesis, you have to specify the paths in the pkg file, paths like "$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\Test_0xEB6AAAF0.exe" dont work.
Forum posts: 88
Hi vineet.jain
some day ago ,I was also struggling with this problem, I forgot to specify a file name in .pkg file
so first check .pkg file
Thanks and Regard
Praveen Kumar Sharma
Forum posts: 295
Hi vineet,
I think this link will be helpfull for you.
http://discussion.forum.nokia.com/forum/showthread.php?t=124275
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and Carbide.C++
Forum posts: 14
HI VIneet,
make sure all the paths mentioned in ur pkg file r correct....
all .exe's, .dll's , .rsc's path should be correct...
we generally put our pkg file in sis folder...
so from sis folder....the path should point to epoc32....
paths like:
../../../
check them again
from epo32..give the path name of ur .exe and other files.