Hi,
Can Carbide_v 2.0.1 be used for plugin development (MMF for eg) which uses Ecom for the S60 3.0 SDK?.
I am facing problems with the same. are there any tweaks?
regards
Naveen
Hi,
Can Carbide_v 2.0.1 be used for plugin development (MMF for eg) which uses Ecom for the S60 3.0 SDK?.
I am facing problems with the same. are there any tweaks?
regards
Naveen
Hello, I seem confused by your question, but you can use Carbide.vs.2.01 for S60 3rd Edition development. This includes development of ECOM plugins as well as usage of other Symbian Frameworks.
There is even a nice PLUGIN template for a MIME type recogniser.
Note that ECOMIIC on 2nd Ed is not supported but MDL is.
i am building a plugin of TARGETTYPE ECOMIIC which works successfully using CW 3.1.
But if i use carbidevs_2.01, i get a link error. I replaced the above statement with TARGETTYPE PLUGIN, but my plugin implementation is not getting recognised/loaded.
Most likely there is some error in the .mmp and/or .rss file. See the template for the 3.0 MIME type recogniser for an example of how to set up a PLUGIN.
On S60 2nd edition at least I think you can just replace ECOMIIC with DLL. It worked for me anyway.