Page 1 of 1

Hekkus problem..

PostPosted: Nov 17, 2008 @ 9:46pm
by RapchikProgrammer

PostPosted: Nov 18, 2008 @ 10:10am
by edge
Hi,

Can you tell me where you're placing the DLL file? It should be in the sys/bin path, like the executable. The other errors are related to the Symbian security system, it isn't possible to manually copy the DLL.

PostPosted: Nov 18, 2008 @ 11:19am
by RapchikProgrammer
Hey thanks for the reply..

i am placing it in sys/bin where the executables are.. and what do you mean i cant manually copy the dll?

PostPosted: Nov 18, 2008 @ 1:34pm
by edge
Hi,

It means that the DLL can only be copied to the device through the .sis installer. Manually copying it to for example the SD card, will not register the DLL with your application, giving the security error message.

Can you show me the contents of your symbianpkg.ini file?

PostPosted: Nov 18, 2008 @ 5:55pm
by RapchikProgrammer

PostPosted: Nov 19, 2008 @ 10:03am
by edge

PostPosted: Nov 19, 2008 @ 8:35pm
by RapchikProgrammer

PostPosted: Nov 20, 2008 @ 10:37am
by edge

PostPosted: Nov 21, 2008 @ 8:35am
by RapchikProgrammer
I found the installation issue.. i was including the symbian-armi dll file and that couldnt be installed.. i just used the symbian v9-gcce dll file and it installed without a problem.. but now the problem is when i open the app nothing happens, as if i havent opened the app.. same happened when i installed the premade binaries of the code you gave me in your previous post..

PostPosted: Nov 21, 2008 @ 11:59am
by edge