The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: ToutEnMasm on May 27, 2006, 12:42:04 PM

Title: ml 7.1 of MICROSOFT KERNEL-MODE DRIVER
Post by: ToutEnMasm on May 27, 2006, 12:42:04 PM
Hello,
I have dowloaded the MICROSOFT KERNEL-MODE DRIVER  and extract ml.exe 7.1 of it.
it works well,but when I link,i have an error that say.
      untel.obj is corrupted ,recompile it !????

Is there a protection to stop free use ?
                           ToutEnMasm
Title: Re: ml 7.1 of MICROSOFT KERNEL-MODE DRIVER
Post by: hutch-- on May 27, 2006, 01:13:48 PM
The linker may be set to a default for drivers, have you tried out different settings like alignment and similar ?

A linker I had no problems with was the version from the free VC2005. It also had the correct default alignment.
Title: Re: ml 7.1 of MICROSOFT KERNEL-MODE DRIVER
Post by: ToutEnMasm on May 27, 2006, 04:31:15 PM

I try to use the linker of the MICROSOFT KERNEL-MODE DRIVER  and it work.
You speak of drivers used by link ?
Can you enlighten me with your knowledge ?
                                   Thanks for answer,ToutenMasm