Help with output window message...
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 :)
Re: Help with output window message...
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.
Re: Help with output window message...