Results 1 to 4 of 4

Thread: DLL [Hell] - Any Help Appreciated!

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2002
    Location
    Toronto, Ontario
    Posts
    280

    Unhappy 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.

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2002
    Location
    Toronto, Ontario
    Posts
    280
    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!

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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
  •  



Click Here to Expand Forum to Full Width