why RegSvr32: LoadLibrary(".\Debug\MyProg.dll") failed.
why RegSvr32: LoadLibrary(".\Debug\MyProg.dll") failed.
(OP)
I have entered all the Include and Lib directories, system path also have been changed to find the Dlls, But it still refuse to register.
But if I type "regsvr32 MyProm.dll", then it succeed!
BTW: WinNT4 with sp6; VC++6, ATL programming.
Thanks in advance!
But if I type "regsvr32 MyProm.dll", then it succeed!
BTW: WinNT4 with sp6; VC++6, ATL programming.
Thanks in advance!





RE: why RegSvr32: LoadLibrary(".\Debug\MyProg.dll") failed.
RE: why RegSvr32: LoadLibrary(".\Debug\MyProg.dll") failed.
there is only one project in the top combox, and no others at the bottom list.
in addition:
I have include a doznes of 3rd-partener API as include.
If there is no such include, then register OK!
anyway,although my programme can be compiled to DLL and failed to register, it still can be registered with the menu of VC, and it is also be successfully registered in the DOS prompt as:
register c:\path\myprog.dll.
where is a way to find the why?