| 1985zhoujingyu@163.com 2008-03-28, 10:23 pm |
| On 3=D4=C229=C8=D5, =C9=CF=CE=E73=CA=B128=B7=D6, Jeff Hobbs <jeff.ho...@gmai=
l.com> wrote:
> What does the Dependency Checker (comes with MSVC) tell you that these
> DLLs require? A proper Tcl extension DLL using stubs does *not*
> require tcl8x.dll in the dll dependency list.
>
> Jeff- =D2=FE=B2=D8=B1=BB=D2=FD=D3=C3=CE=C4=D7=
D6 -
>
> - =CF=D4=CA=BE=D2=FD=D3=C3=B5=C4=CE=C4=D7=
D6 -
Hi,
I wrap the program again, and include the DLLs. DLLs are copied to
current directory when the .EXE executed. Some DLLs are dependent,
they are loaded by other DLLs. And DLLs cannot be found if they are
just wrapped in .EXE.
However the problem still exists. And I find that the error is caused
by a function. The function is packed in DLL. It has no return, and
just prints some information when invoked.
The "Dependency Checker" tells me nothing. The program beaks down, and
MSVC does not give me any suggestion.
Regards,
zhoujingyu
|