how to make sis file in carbide.c++?
Printable View
how to make sis file in carbide.c++?
Check Express online help, section "PKG/SIS Files, working with".
If you create a project from one of the templates, the templates create a package file and then the build for a phone target (ARMI, THUMB or GCCE) will automatically create a sis-file as part of the build.
[QUOTE=mitts]Check Express online help, section "PKG/SIS Files, working with".
If you create a project from one of the templates, the templates create a package file and then the build for a phone target (ARMI, THUMB or GCCE) will automatically create a sis-file as part of the build.[/QUOTE]
Does it work also with UIQ 3 SDK? It seems to me that PKG file is not created.
[QUOTE=martinjakl]Does it work also with UIQ 3 SDK? It seems to me that PKG file is not created.[/QUOTE]
There were no UIQ3 phones available to us to test with, so the PKG file was not added. Though you should be able to create one and add it to the project.
Cheers,
Tim
Just right click on the .pkg file in your projects explorer then select "Build PKG File" and your done.
ciao
You can also build sis file with cmd prompt:
cd to your workspace directory:
then type c:\...\group\>makesis yourfile.pkg
[QUOTE=beowu1f;343421]Just right click on the .pkg file in your projects explorer then select "Build PKG File" and your done.
ciao[/QUOTE]
Thanks for the info!!