Page 1 of 1

Using Hekkus for Symbian 9.1

PostPosted: Jan 25, 2007 @ 7:22am
by patrickwai
Hi Edge,

I want to use Hekkus for both Symbian 6.1 and Symbian 9.1. According to the Edge Web, I have copied the files in C:\projects\Hekkus\lib\symbian-armi and C:\projects\Hekkus\dll\symbian-armi to C:\Symbian\6.1\Series60\Epoc32\Release\armi\urel. I would like to ask the directory for 9.1 and what files should be included?

Thanks~

PostPosted: Jan 25, 2007 @ 9:07am
by edge
Hi Patrick,

The Symbian 9 hss.dll should be installed on the device in the !:\sys\bin folder (the same folder where your application exe is installed)

Please note that using the DLL is for development purposes only. This is because the DLL can only exist on one shared location on the Symbian device, and your game would be unplayable if another game installs a newer version of the DLL in the same path.

To obtain the Hekkus static library you need to make a donation to the author at www.shlzero.com

PostPosted: Jan 25, 2007 @ 10:58am
by patrickwai
The problem is solved, thank you~