Import Functions from DLL in TASM32/TLINK32 without DEF-file

From: Günther (gk91_at_gmx.at)
Date: 12/05/04

  • Next message: The \\\\o//annabee: "Re: New version of 'HLA Adventure' has been released! :)"
    Date: Sun, 5 Dec 2004 14:27:44 +0100
    
    

    Question about TASM32/TLINK32(ILINK32)

    How to tell the assembler/linker, that I want import a function from Win32 NTDLL.DLL?
    Without DEF files!

    DEF-file example
    IMPORTS
      NtClose=NTDLL.NtClose

    But how is this done by assembler/linker without DEF-file?
    How is KERNEL32.LIB created?
    I want to create my one lib-File with als imports I need.

    I am looking for the opposite of PUPLICDLL.

    Thanks!

    Günther


  • Next message: The \\\\o//annabee: "Re: New version of 'HLA Adventure' has been released! :)"