Hi all
Is there any tool or method to create .lib file by using .dso
Thanks and Regard
Praveen Kumar Sharma
Hi all
Is there any tool or method to create .lib file by using .dso
Thanks and Regard
Praveen Kumar Sharma
Men are born to succeed, not fail.
No there are none. between why you want to do that ?
Hi S. Kumar rao
Thanks for your Response
I am trying to implement Licensing Model
When I build the project i got an error that says me \Symbian\9.1\S60_3rd_MR_3\EPOC32\RELEASE\WINSCW\UDEB\MobileHotdogSisSearcher.lib' not found
How can I sort out this problem
Thanks and Regard
Praveen Kumar Sharma
Men are born to succeed, not fail.
If "MobileHotdogSisSearcher" is your code, make sure that you have compiled it for the emulator target too. If it is a 3rd-party API, it can easily happen that it does not support execution in the emulator, but you can ask the provider.
It is sure that having a .dso file (ARM binary) you can not reproduce the necessary files for emulator usage (the .lib and a .dll containing x86 code).
Hi thanks wizard_hu_
I have .dso file I have put it in lib folder of Epoc32\release\arm5\ but still i am getting the problem
Thanks and Regard
Praveen Kumar Sharma
Men are born to succeed, not fail.
If you are compiling to emulator, you should have libs in emulator. So if MobileHotdogSisSearcher is your code, make sure its compiling without errors (already indicated by wizard_hu_ )
Note what platform you are building the project for and look at relevant folders. Dont manually copy files, thats not how its done.
- Neil R.Bhasme -
Twitter: @Symbian_Neil