h3r0
15-11-2002, 04:47 PM
ok i compiled it without using vc6 and made a sis file but when i installed it, there is no icon and when i browse to the .app file and try launch it, it says there is no associated program to open this file....?
|
View Full Version : helloworld h3r0 15-11-2002, 04:47 PM ok i compiled it without using vc6 and made a sis file but when i installed it, there is no icon and when i browse to the .app file and try launch it, it says there is no associated program to open this file....? Guesti 19-11-2002, 08:17 AM If you need icon for the program, then you need to build the AIF file along with the application. It will contain information about the icon you want to use. After installation the application should start tho... don't know about that problem... cant help on that one. -Alex sblider 27-11-2002, 08:48 PM hmm i have the same problem and i don't find any idea ohw its gona work :( nimo 11-12-2002, 08:51 AM Hi I had the same problem.................then I solved it in this way........ I made a .pkg file. I added only .app and .rsc file in the .pkg file. IT was like: "" ; Languages ; none - English only by default #{"Sybera_Bt_search"},(0x00BFC374),1,0,0 "F:\Symbian\6.1\Series60\Epoc32\Release\ARMI\UREL\S YBERA_BT.APP"-"!:\system\apps\SYBERA_BT\SYBERA_BT.APP" "F:\Symbian\6.1\Series60\Epoc32\Release\ARMI\UREL\S YBERA_BT.RSC"-"!:\system\apps\SYBERA_BT\SYBERA_BT.rsc" "" Then I did makesis appname.pkg then i get a .sis file............insatalled it to the 7650 with PCStuite and IrDA ...............have fun Nimo |