How do I create a DLL, using TASM?
Printable View
How do I create a DLL, using TASM?
It's all about the linker options.
Yes, I know. But I think that I need some special subs. From what I've been able to find, "DLLs have a special entry point 'DllMain'"? What does this mean, and is there any other modifications in the DLL file that make it different from a normal EXE?
Also, I'm writing this DLL for [intended] use with VB6, any advice is welcome!
You don't need to write the DllMain function, if you don't a version that does nothing is supplied for you.
For VB6 tips see your other thread.