|
-
Oct 24th, 2002, 03:33 PM
#1
Thread Starter
Hyperactive Member
DLL [Hell] - Any Help Appreciated!
How do I create a DLL, using TASM?
Last edited by Kevin_0011; Oct 25th, 2002 at 07:20 AM.
-
Oct 24th, 2002, 05:09 PM
#2
It's all about the linker options.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 24th, 2002, 05:35 PM
#3
Thread Starter
Hyperactive Member
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!
-
Oct 25th, 2002, 10:34 AM
#4
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.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|