siva_ak
03-03-2005, 11:43 AM
Hi All,
I have very simple DLL written using "C" it does not contain any device specific data/code that are hard coded inside the code. Now, I wanted to re-use this piece of code in Symbain OS without doing major changes. I have seen the samples that are coming along with the SDK. Since I am new to Symbian OS world, this is not clear to me.
(1) What are all the steps that I need to follow to use this in the Symbian OS application ?
(2) Is the exisitng DLL needs to modify only with respect to entry point and must define the standard DLL entry (i.e using E32Dll() function)?
(3) or Do i need to consider someother procedures to achieve this ?
(4) What are all the changes that i have to do it in the *.mpp files ?
Any documents or useful links or suggestions or input ?
Thanks in Advance,
AKS
I have very simple DLL written using "C" it does not contain any device specific data/code that are hard coded inside the code. Now, I wanted to re-use this piece of code in Symbain OS without doing major changes. I have seen the samples that are coming along with the SDK. Since I am new to Symbian OS world, this is not clear to me.
(1) What are all the steps that I need to follow to use this in the Symbian OS application ?
(2) Is the exisitng DLL needs to modify only with respect to entry point and must define the standard DLL entry (i.e using E32Dll() function)?
(3) or Do i need to consider someother procedures to achieve this ?
(4) What are all the changes that i have to do it in the *.mpp files ?
Any documents or useful links or suggestions or input ?
Thanks in Advance,
AKS