Re: All-TCB in dll project.
The installer will check at the time of installation what capabilites you are using and, with which certificate you have signed your application, So You can not install an application with that capabilities, I think so.
Re: All-TCB in dll project.
Only system-wide, Nokia approved DLLs would get All-TCB.
A process cannot load a DLL with less capabilities than itself, so for the DLL, build/sign it with the capabilities needed of the actual application using/needing the DLL.
Re: All-TCB in dll project.
Thumb Rule is "Calling Application must have equal or more Capability then Dlls that were called"
Re: All-TCB in dll project.
Would it be that DLL's are required to have at least equal capabilities with the calling application, and this is due the fact that they are executed in the contex of the calling process.
yucca
Re: All-TCB in dll project.
Yes true. Sorry for Wrong comment in last post Previous.