Re: Problem while debugging
Take a look at Tools, Options, Directories, Executable Files. Perhaps E:\WINNT\system32\ is added there.
Re: Problem while debugging
I checked this option, but no E:\ was included in this option. I only have C:\ for all the inclueds in this option
Re: Problem while debugging
You may have a registry entry which is telling another loaded object where to try and load the DLL from.
Re: Problem while debugging
Verify also if somehow:
- 'E:\WINNT\system32\RPCLTC1.DLL' is added at Project Settings\Link\Object/library modules, or
- #pragma comment(lib,"E:\\WINNT\\system32\\RPCLTC1.DLL") is written somewhere in source code.
Re: Problem while debugging
The only thing in the link tab of the setting is mnbname.lib ntwdbLib.Lib and paths are specified.
Also i checked the code for any #pragma the only thing i could fine is #pragma once written in many pages and #pragma code_page(1252) written in the resource file. Since the code has not be written by been so i don't have much idea on what the second pragma statement does.
I searched in the code and no where is E:\WINNT\ written .......