Hi!
I have Visual C++ 6.0 EE, and I am really bored, and I want to know how to make a DLL


I know that you have to select "Dll" from the project menu...

but are there any special functions I have to write at the top(like WinMain, in a windows app?)...

I once tried to make a DLL, and when I tried it in VB it said "no dll entry point"

all I had was a function that called MessageBox()




Thanks,
Dennis

PS: I have looked in MSDN and I cannot find any good examples.