المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : DLL basic question



C++ Programming
04-01-2009, 08:01 PM
When I export a class in a DLL, I'm not actually dealing with dllmain or those DLL_PROCESS_ATTACH , DETACH thing. I just simply export it as a class. Then how things work without implementing these?