Click to See Complete Forum and Search --> : Help with output window message...


Luc B.
June 9th, 1999, 12:38 PM
I was wondering what is the cause of the following messages in the output window ???

LDR: Automatic DLL Relocation in VerifLoginEss.exe
LDR: Dll ESSNET.dll base 10000000 relocated due to collision with c:\essbase\bin\ESSAPIN.dll

Is this kind of message an indication of a buggy application ???

Thanx for your help :)

John Holifield
June 9th, 1999, 02:12 PM
This isn't a bug. Its a result of using the same base address for two or more .dll(s) that you are using. The only side effect is that it takes your application a bit longer to start, since windows has to relocate the .dll.

Under most circumstances, just ignore this.

Luc B.
June 9th, 1999, 03:43 PM
Thanx :)