Hello,
i want pack wav file into my sis file? then it will be installed to
\system\apps\TPAnswr
how to do that and what is the steps
i need help pls
also am using BC++ builderx 1.5
BR
Wael
Hello,
i want pack wav file into my sis file? then it will be installed to
\system\apps\TPAnswr
how to do that and what is the steps
i need help pls
also am using BC++ builderx 1.5
BR
Wael
hi,
place ur wav file in same folder ,where ur pkg file is lying..
and in ur pkg file add this line..
"mywav.wav" -"!:\system\apps\myfolder\mywav.wav"
bye
N
Try not to write on extremely old threads.
If you're using S60 3rd Edition or later it would be a really bad idea to put data files in sub-directories of the \system folder because you won't be able to access them.
Use your application's private directory instead. You can access from within the application using the same path but you'd have to use a utility function to find out which drive the application has been installed to (to replace the ! symbol). Search the forum for discussions on CompleteWithAppPath.
Sorcery