I am building a Win32 DLL using "empty" project from Visual Study Project wizard. Hence the wizard has not generated any files for me.
I have written a class ( in .cpp and .h files). Now to specify the entry point fo rmy DLL, i need to add DllMain method...where should i put that ?