How create a dll using class library template in visual c++ 2005?
I want to create a dll that will contain only global function. And this function will be exposed. I dont want to use class for exposing this functions.
And also, i want to use the power of metadata here.
Any help will be greatly appreciated.
Thanks in advance.=)

