Latests articles in Dll

Using a factory class as an DLL gateway

in

This tutorial demonstrates how to create a flexible DLL that hides the actual implementation behind a factory class acting as a gateway between client and the DLL.

Dll Freeze

in

Symbian application development best practice suggests keeping the main engine and gui part separately. And the easiest way to do this is by developing a static DLL instead of a ECOM plug. While doing so every symbian developers do come across this question. Why do we need to freeze the DLL? We have enough resource in sdk and on the internet, but nowhere I was able to get why do we have to do it.


Syndicate content