Import Functions from DLL in TASM32/TLINK32 without DEF-file
From: Günther (gk91_at_gmx.at)
Date: 12/05/04
- Previous message: KiLVaiDeN: "Re: RosAsm and Spasm have an illegal origin"
- Next in thread: Betov: "Re: Import Functions from DLL in TASM32/TLINK32 without DEF-file"
- Reply: Betov: "Re: Import Functions from DLL in TASM32/TLINK32 without DEF-file"
- Maybe reply: Günther: "Re: Import Functions from DLL in TASM32/TLINK32 without DEF-file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: KiLVaiDeN: "Re: RosAsm and Spasm have an illegal origin"
- Next in thread: Betov: "Re: Import Functions from DLL in TASM32/TLINK32 without DEF-file"
- Reply: Betov: "Re: Import Functions from DLL in TASM32/TLINK32 without DEF-file"
- Maybe reply: Günther: "Re: Import Functions from DLL in TASM32/TLINK32 without DEF-file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]