Is there any resources that how to create windows application, especially for how to design the dll to wrap up the api calls or the similar?
It seems that people don't compile the entire project into a single exe for release and what is the best practice to architect the windows application component based on MVC pattern?
Is the dll used for share the common api between different application (.exe file) ?
Is there any resources or any good book on this topic?
I appreciate if anyone can shed some light on.