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

From: Betov (betov_at_free.fr)
Date: 12/05/04


Date: 05 Dec 2004 14:58:45 GMT


"Günther" <gk91@gmx.at> écrivait
news:41b30cb0$0$11352$3b214f66@aconews.univie.ac.at:

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

Question against question (just curious,
no debate, at all).

Why are you using TASM, instead of one of
the actual Assemblers ?

Betov.

< http://rosasm.org/ >