hi... iam new in carbide c++. sorry my english bad.
i have create my first project and build. i want to ask, why i dont find file *.sis in folder sis after build that project?
hi... iam new in carbide c++. sorry my english bad.
i have create my first project and build. i want to ask, why i dont find file *.sis in folder sis after build that project?
Sis files are created only if your project's configuration tells the tool that one is needed. For projects created with Carbide.c++ the build configuration includes SIS file generation for device builds (GCCE UREL and GCCCE UDEB) but not for the emulator (you don't need a sis in the emulator).
If you project is imported into Carbide.c++ (e.g. an SDK example) then you have to edit project's build configuration yourself and instruct the tool to build a SIS file from the specified *.pkg. Search Carbide.c++'s help for "build configuration" (or this forum) and you will find the needed details.
-- Lucian
Make sure that:
1) You build your application successfully. There shouldn't be any error in the building phase.
2) Your .pkg file is there in the SIS builder configuration. See the images in this article which will give you some idea: How to sign a .Sis file with Self-Sign Certificate
You may also like to see this video: Getting Started with Carbide.c++ Express Screencast
All the best.
Nokia Developer Wiki Moderation team
thanks for answering kiran and lucian.
now the problem solved. thanks very much
best regards
chotib
See it more visually: http://wiki.forum.nokia.com/index.ph...gn_Certificate
EDIT: I didn't noticed that I have already replied in this thread. I have descending thread view.![]()
Nokia Developer Wiki Moderation team