Qt-interest Archive, October 2006
Qt with VTK error-MSVCP80.dll not found
Message 1 in thread
Hi Clint, I reinstalled VTK with the vtkgui support and qvtk 'ON'. When I
tried examples(ImageViewer and Events) from the directory
..VTK/Examples/GUI/Qt, I get the following pop up error.
This application has failed to start because MSVCP80.dll was not found.
Re-installing the application may fix this problem.
The examples compile and build fine, but when I run them, I get the above
error.
Can anyone please tell me what is going wrong here? I am working with Qt
4.1.4 and VTK 5.0.2 on windows XP platform.
Thanks,
Ashish
On 10/10/06, Clinton Stimpson <clinton@xxxxxxxxxxxx> wrote:
>
>
> If you want to build VTK with support for Qt, you need to install Qt
> first. VTK doesn't come with Qt, but instead, it comes with the
> QVTKWidget, a Qt QWidget with a VTK rendering area.
>
> If you put your Qt4.1.4/bin directory in your PATH, so that your desired
> qmake is found correctly, then CMake should find and setup all the Qt
> stuff for you correctly when you configure VTK with Qt.
> If not, you can help it along by adjusting the CMake variables that
> start with QT_
>
> Clint
>
> Ashish Singh wrote:
> > Thanks Clint. Is there any order in which the installation should go?
> > I had these options turned on, but I installed Qt only a few days
> > back, while I had VTK for months now. In other words, should I already
> > have Qt installed when building VTK?
> > Also what are the Qt settings that you are saying, should be correct?
> >
> > Thanks,
> > Ashish
> >
> > On 10/10/06, *clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>*
> > <clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>> wrote:
> >
> > On Tuesday 10 October 2006 5:05 pm, Ashish Singh wrote:
> > > Hi,
> > >
> > > I want to use Qt to make a UI for my VTK application on windows
> > platform. I
> > > have VTK 5.0 and Qt 4.1.4 installed and running on my system,
> > but don't
> > > know how to use them together. Has anyone used Qt with VTK? Do I
> > have to do
> > > any special configuration for that? How does the cmakelist file
> > change? Can
> > > anyone plz. guide me?
> > >
> > > Thanks,
> > > Ashish
> >
> > When configuring VTK, turn on VTK_USE_GUISUPPORT. Then turn on
> > VTK_USE_QVTK.
> > Make sure the Qt settings are correct.
> > Then build.
> > There are a few examples included in VTK/Examples/GUI/Qt.
> >
> > Clint
> >
> >
>
>
Message 2 in thread
You're not building/installing something right.
It looks like you got a build of either VTK or Qt from somewhere else that
doesn't match the compiler you have.
Clint
On Wednesday 11 October 2006 1:50 pm, Ashish Singh wrote:
> Hi Clint, I reinstalled VTK with the vtkgui support and qvtk 'ON'. When I
> tried examples(ImageViewer and Events) from the directory
> ..VTK/Examples/GUI/Qt, I get the following pop up error.
>
> This application has failed to start because MSVCP80.dll was not found.
> Re-installing the application may fix this problem.
>
> The examples compile and build fine, but when I run them, I get the above
> error.
> Can anyone please tell me what is going wrong here? I am working with Qt
> 4.1.4 and VTK 5.0.2 on windows XP platform.
>
> Thanks,
> Ashish
>
> On 10/10/06, Clinton Stimpson <clinton@xxxxxxxxxxxx> wrote:
> > If you want to build VTK with support for Qt, you need to install Qt
> > first. VTK doesn't come with Qt, but instead, it comes with the
> > QVTKWidget, a Qt QWidget with a VTK rendering area.
> >
> > If you put your Qt4.1.4/bin directory in your PATH, so that your desired
> > qmake is found correctly, then CMake should find and setup all the Qt
> > stuff for you correctly when you configure VTK with Qt.
> > If not, you can help it along by adjusting the CMake variables that
> > start with QT_
> >
> > Clint
> >
> > Ashish Singh wrote:
> > > Thanks Clint. Is there any order in which the installation should go?
> > > I had these options turned on, but I installed Qt only a few days
> > > back, while I had VTK for months now. In other words, should I already
> > > have Qt installed when building VTK?
> > > Also what are the Qt settings that you are saying, should be correct?
> > >
> > > Thanks,
> > > Ashish
> > >
> > > On 10/10/06, *clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>*
> > > <clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>> wrote:
> > >
> > > On Tuesday 10 October 2006 5:05 pm, Ashish Singh wrote:
> > > > Hi,
> > > >
> > > > I want to use Qt to make a UI for my VTK application on windows
> > >
> > > platform. I
> > >
> > > > have VTK 5.0 and Qt 4.1.4 installed and running on my system,
> > >
> > > but don't
> > >
> > > > know how to use them together. Has anyone used Qt with VTK? Do I
> > >
> > > have to do
> > >
> > > > any special configuration for that? How does the cmakelist file
> > >
> > > change? Can
> > >
> > > > anyone plz. guide me?
> > > >
> > > > Thanks,
> > > > Ashish
> > >
> > > When configuring VTK, turn on VTK_USE_GUISUPPORT. Then turn on
> > > VTK_USE_QVTK.
> > > Make sure the Qt settings are correct.
> > > Then build.
> > > There are a few examples included in VTK/Examples/GUI/Qt.
> > >
> > > Clint
--
[ signature omitted ]
Message 3 in thread
Hi Clint, I don't know what is going wrong. Both VTK and Qt work for me
separately. I can even integrate my Qt with MSVC2005. But I cannot integrate
both of them together. I downloaded the latest version of VTK(5.0.2) today
and compiled it. And I have the previous to the current version of Qt (i.e.
4.1.4) which I installed last week.
When I rebulit VTK today, I only turned on the VTKGUISUPPORT and QVTK to
'ON' in cmake. I checked for the correct paths for Qt and built it. Was
there anything else needed to be done? After that tested the VTK examples,
they run fine. But when I test the GUI example, they compile and build but
the executable doesnt run...:-(
Thanks,
Ashish
On 10/11/06, clinton@xxxxxxxxxxxx <clinton@xxxxxxxxxxxx> wrote:
>
>
> You're not building/installing something right.
> It looks like you got a build of either VTK or Qt from somewhere else that
> doesn't match the compiler you have.
>
> Clint
>
> On Wednesday 11 October 2006 1:50 pm, Ashish Singh wrote:
> > Hi Clint, I reinstalled VTK with the vtkgui support and qvtk 'ON'. When
> I
> > tried examples(ImageViewer and Events) from the directory
> > ..VTK/Examples/GUI/Qt, I get the following pop up error.
> >
> > This application has failed to start because MSVCP80.dll was not found.
> > Re-installing the application may fix this problem.
> >
> > The examples compile and build fine, but when I run them, I get the
> above
> > error.
> > Can anyone please tell me what is going wrong here? I am working with Qt
> > 4.1.4 and VTK 5.0.2 on windows XP platform.
> >
> > Thanks,
> > Ashish
> >
> > On 10/10/06, Clinton Stimpson <clinton@xxxxxxxxxxxx> wrote:
> > > If you want to build VTK with support for Qt, you need to install Qt
> > > first. VTK doesn't come with Qt, but instead, it comes with the
> > > QVTKWidget, a Qt QWidget with a VTK rendering area.
> > >
> > > If you put your Qt4.1.4/bin directory in your PATH, so that your
> desired
> > > qmake is found correctly, then CMake should find and setup all the Qt
> > > stuff for you correctly when you configure VTK with Qt.
> > > If not, you can help it along by adjusting the CMake variables that
> > > start with QT_
> > >
> > > Clint
> > >
> > > Ashish Singh wrote:
> > > > Thanks Clint. Is there any order in which the installation should
> go?
> > > > I had these options turned on, but I installed Qt only a few days
> > > > back, while I had VTK for months now. In other words, should I
> already
> > > > have Qt installed when building VTK?
> > > > Also what are the Qt settings that you are saying, should be
> correct?
> > > >
> > > > Thanks,
> > > > Ashish
> > > >
> > > > On 10/10/06, *clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>*
> > > > <clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>> wrote:
> > > >
> > > > On Tuesday 10 October 2006 5:05 pm, Ashish Singh wrote:
> > > > > Hi,
> > > > >
> > > > > I want to use Qt to make a UI for my VTK application on
> windows
> > > >
> > > > platform. I
> > > >
> > > > > have VTK 5.0 and Qt 4.1.4 installed and running on my system,
> > > >
> > > > but don't
> > > >
> > > > > know how to use them together. Has anyone used Qt with VTK? Do
> I
> > > >
> > > > have to do
> > > >
> > > > > any special configuration for that? How does the cmakelist
> file
> > > >
> > > > change? Can
> > > >
> > > > > anyone plz. guide me?
> > > > >
> > > > > Thanks,
> > > > > Ashish
> > > >
> > > > When configuring VTK, turn on VTK_USE_GUISUPPORT. Then turn on
> > > > VTK_USE_QVTK.
> > > > Make sure the Qt settings are correct.
> > > > Then build.
> > > > There are a few examples included in VTK/Examples/GUI/Qt.
> > > >
> > > > Clint
>
Message 4 in thread
Which DLL/EXE fails to find MSVCP80.DLL?
(A dependency output would have been nice)
It sounds like a problem with manifests, which was introduced (and more
or less required in Visual Studio 2005)
For more info on manifest files you can start off here:
http://msdn2.microsoft.com/en-us/library/ms235342.aspx
--
[ signature omitted ]
Message 5 in thread
Thanks for replying Jan. Can you please tell me how to get that dependency
output you were talking about?
Thanks,
Ashish
On 10/12/06, Jan-Arve Sæther <jasaethe@xxxxxxxxxxxxx> wrote:
>
> Which DLL/EXE fails to find MSVCP80.DLL?
> (A dependency output would have been nice)
>
> It sounds like a problem with manifests, which was introduced (and more
> or less required in Visual Studio 2005)
>
> For more info on manifest files you can start off here:
> http://msdn2.microsoft.com/en-us/library/ms235342.aspx
>
> --
> Jan- Arve Sæther - jasaethe [at] trolltech [dot] com
> Trolltech AS - Sandakerveien 116 - PO Box 4332 Nydalen - 0402 Oslo,
> Norway
>
> Ashish Singh wrote:
> > Hi Clint, I reinstalled VTK with the vtkgui support and qvtk 'ON'. When
> > I tried examples(ImageViewer and Events) from the directory
> > ..VTK/Examples/GUI/Qt, I get the following pop up error.
> >
> > This application has failed to start because MSVCP80.dll was not found.
> > Re-installing the application may fix this problem.
> >
> > The examples compile and build fine, but when I run them, I get the
> > above error.
> > Can anyone please tell me what is going wrong here? I am working with Qt
> > 4.1.4 and VTK 5.0.2 on windows XP platform.
> >
> > Thanks,
> > Ashish
> >
> > On 10/10/06, *Clinton Stimpson* <clinton@xxxxxxxxxxxx
> > <mailto:clinton@xxxxxxxxxxxx>> wrote:
> >
> >
> > If you want to build VTK with support for Qt, you need to install Qt
> > first. VTK doesn't come with Qt, but instead, it comes with the
> > QVTKWidget, a Qt QWidget with a VTK rendering area.
> >
> > If you put your Qt4.1.4/bin directory in your PATH, so that your
> desired
> > qmake is found correctly, then CMake should find and setup all the
> Qt
> > stuff for you correctly when you configure VTK with Qt.
> > If not, you can help it along by adjusting the CMake variables that
> > start with QT_
> >
> > Clint
> >
> > Ashish Singh wrote:
> > > Thanks Clint. Is there any order in which the installation should
> > go?
> > > I had these options turned on, but I installed Qt only a few days
> > > back, while I had VTK for months now. In other words, should I
> > already
> > > have Qt installed when building VTK?
> > > Also what are the Qt settings that you are saying, should be
> > correct?
> > >
> > > Thanks,
> > > Ashish
> > >
> > > On 10/10/06, *clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>
> > <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>>*
> > > < clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>
> > <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>>> wrote:
> > >
> > > On Tuesday 10 October 2006 5:05 pm, Ashish Singh wrote:
> > > > Hi,
> > > >
> > > > I want to use Qt to make a UI for my VTK application on
> windows
> > > platform. I
> > > > have VTK 5.0 and Qt 4.1.4 installed and running on my
> system,
> > > but don't
> > > > know how to use them together. Has anyone used Qt with VTK?
> > Do I
> > > have to do
> > > > any special configuration for that? How does the cmakelist
> file
> > > change? Can
> > > > anyone plz. guide me?
> > > >
> > > > Thanks,
> > > > Ashish
> > >
> > > When configuring VTK, turn on VTK_USE_GUISUPPORT. Then turn
> on
> > > VTK_USE_QVTK.
> > > Make sure the Qt settings are correct.
> > > Then build.
> > > There are a few examples included in VTK/Examples/GUI/Qt.
> > >
> > > Clint
> > >
> > >
> >
> >
>
>
> --
> Jan- Arve Sæther - jasaethe [at] trolltech [dot] com
> Trolltech AS - Sandakerveien 116 - PO Box 4332 Nydalen - 0402 Oslo,
> Norway
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
Message 6 in thread
Sure.
If you have VS2005, type 'depends' <executable to examine> on the
command line.
You can also download it from http://www.dependencywalker.com/
Jan-Arve
Ashish Singh wrote:
> Thanks for replying Jan. Can you please tell me how to get that
> dependency output you were talking about?
>
> Thanks,
> Ashish
>
> On 10/12/06, *Jan-Arve Sæther * <jasaethe@xxxxxxxxxxxxx
> <mailto:jasaethe@xxxxxxxxxxxxx>> wrote:
>
> Which DLL/EXE fails to find MSVCP80.DLL?
> (A dependency output would have been nice)
>
> It sounds like a problem with manifests, which was introduced (and more
> or less required in Visual Studio 2005)
>
> For more info on manifest files you can start off here:
> http://msdn2.microsoft.com/en-us/library/ms235342.aspx
>
> --
> Jan- Arve Sæther - jasaethe [at] trolltech [dot] com
> Trolltech AS - Sandakerveien 116 - PO Box 4332 Nydalen - 0402 Oslo,
> Norway
>
> Ashish Singh wrote:
> > Hi Clint, I reinstalled VTK with the vtkgui support and qvtk
> 'ON'. When
> > I tried examples(ImageViewer and Events) from the directory
> > ..VTK/Examples/GUI/Qt, I get the following pop up error.
> >
> > This application has failed to start because MSVCP80.dll was not
> found.
> > Re-installing the application may fix this problem.
> >
> > The examples compile and build fine, but when I run them, I get the
> > above error.
> > Can anyone please tell me what is going wrong here? I am working
> with Qt
> > 4.1.4 and VTK 5.0.2 on windows XP platform.
> >
> > Thanks,
> > Ashish
> >
> > On 10/10/06, *Clinton Stimpson* < clinton@xxxxxxxxxxxx
> <mailto:clinton@xxxxxxxxxxxx>
> > <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>>> wrote:
> >
> >
> > If you want to build VTK with support for Qt, you need to
> install Qt
> > first. VTK doesn't come with Qt, but instead, it comes with the
> > QVTKWidget, a Qt QWidget with a VTK rendering area.
> >
> > If you put your Qt4.1.4/bin directory in your PATH, so that
> your desired
> > qmake is found correctly, then CMake should find and setup
> all the Qt
> > stuff for you correctly when you configure VTK with Qt.
> > If not, you can help it along by adjusting the CMake
> variables that
> > start with QT_
> >
> > Clint
> >
> > Ashish Singh wrote:
> > > Thanks Clint. Is there any order in which the installation
> should
> > go?
> > > I had these options turned on, but I installed Qt only a
> few days
> > > back, while I had VTK for months now. In other words, should I
> > already
> > > have Qt installed when building VTK?
> > > Also what are the Qt settings that you are saying, should be
> > correct?
> > >
> > > Thanks,
> > > Ashish
> > >
> > > On 10/10/06, *clinton@xxxxxxxxxxxx
> <mailto:clinton@xxxxxxxxxxxx> <mailto: clinton@xxxxxxxxxxxx
> <mailto:clinton@xxxxxxxxxxxx>>
> > <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>
> <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>>>*
> > > < clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>
> <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>>
> > <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>
> <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>>>> wrote:
> > >
> > > On Tuesday 10 October 2006 5:05 pm, Ashish Singh wrote:
> > > > Hi,
> > > >
> > > > I want to use Qt to make a UI for my VTK application
> on windows
> > > platform. I
> > > > have VTK 5.0 and Qt 4.1.4 installed and running on
> my system,
> > > but don't
> > > > know how to use them together. Has anyone used Qt
> with VTK?
> > Do I
> > > have to do
> > > > any special configuration for that? How does the
> cmakelist file
> > > change? Can
> > > > anyone plz. guide me?
> > > >
> > > > Thanks,
> > > > Ashish
> > >
> > > When configuring VTK, turn on
> VTK_USE_GUISUPPORT. Then turn on
> > > VTK_USE_QVTK.
> > > Make sure the Qt settings are correct.
> > > Then build.
> > > There are a few examples included in VTK/Examples/GUI/Qt.
> > >
> > > Clint
> > >
> > >
> >
> >
>
>
> --
> Jan- Arve Sæther - jasaethe [at] trolltech [dot] com
> Trolltech AS - Sandakerveien 116 - PO Box 4332 Nydalen - 0402 Oslo,
> Norway
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
> <mailto:qt-interest-request@xxxxxxxxxxxxx> with "unsubscribe" in the
> subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
--
[ signature omitted ]
Message 7 in thread
ok Jan, I got the dependency output. It says that it can't find 3
modules-MSVCR80.DLL, DEVMGR.DLL and MSJAVA.DLL.
I searched my system for these files and found that msvcr80.dll and
devmgr.dll are already there.
Now how do I get past this error and get Qt and VTK working together?
Thanks,
Ashish
On 10/13/06, Jan-Arve Sæther <jasaethe@xxxxxxxxxxxxx> wrote:
>
> Sure.
> If you have VS2005, type 'depends' <executable to examine> on the
> command line.
>
> You can also download it from http://www.dependencywalker.com/
>
> Jan-Arve
>
> Ashish Singh wrote:
> > Thanks for replying Jan. Can you please tell me how to get that
> > dependency output you were talking about?
> >
> > Thanks,
> > Ashish
> >
> > On 10/12/06, *Jan-Arve Sæther * <jasaethe@xxxxxxxxxxxxx
> > <mailto:jasaethe@xxxxxxxxxxxxx>> wrote:
> >
> > Which DLL/EXE fails to find MSVCP80.DLL?
> > (A dependency output would have been nice)
> >
> > It sounds like a problem with manifests, which was introduced (and
> more
> > or less required in Visual Studio 2005)
> >
> > For more info on manifest files you can start off here:
> > http://msdn2.microsoft.com/en-us/library/ms235342.aspx
> >
> > --
> > Jan- Arve Sæther - jasaethe [at] trolltech [dot] com
> > Trolltech AS - Sandakerveien 116 - PO Box 4332 Nydalen - 0402 Oslo,
> > Norway
> >
> > Ashish Singh wrote:
> > > Hi Clint, I reinstalled VTK with the vtkgui support and qvtk
> > 'ON'. When
> > > I tried examples(ImageViewer and Events) from the directory
> > > ..VTK/Examples/GUI/Qt, I get the following pop up error.
> > >
> > > This application has failed to start because MSVCP80.dll was not
> > found.
> > > Re-installing the application may fix this problem.
> > >
> > > The examples compile and build fine, but when I run them, I get
> the
> > > above error.
> > > Can anyone please tell me what is going wrong here? I am working
> > with Qt
> > > 4.1.4 and VTK 5.0.2 on windows XP platform.
> > >
> > > Thanks,
> > > Ashish
> > >
> > > On 10/10/06, *Clinton Stimpson* < clinton@xxxxxxxxxxxx
> > <mailto:clinton@xxxxxxxxxxxx>
> > > <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>>>
> wrote:
> > >
> > >
> > > If you want to build VTK with support for Qt, you need to
> > install Qt
> > > first. VTK doesn't come with Qt, but instead, it comes with
> the
> > > QVTKWidget, a Qt QWidget with a VTK rendering area.
> > >
> > > If you put your Qt4.1.4/bin directory in your PATH, so that
> > your desired
> > > qmake is found correctly, then CMake should find and setup
> > all the Qt
> > > stuff for you correctly when you configure VTK with Qt.
> > > If not, you can help it along by adjusting the CMake
> > variables that
> > > start with QT_
> > >
> > > Clint
> > >
> > > Ashish Singh wrote:
> > > > Thanks Clint. Is there any order in which the installation
> > should
> > > go?
> > > > I had these options turned on, but I installed Qt only a
> > few days
> > > > back, while I had VTK for months now. In other words,
> should I
> > > already
> > > > have Qt installed when building VTK?
> > > > Also what are the Qt settings that you are saying, should
> be
> > > correct?
> > > >
> > > > Thanks,
> > > > Ashish
> > > >
> > > > On 10/10/06, *clinton@xxxxxxxxxxxx
> > <mailto:clinton@xxxxxxxxxxxx> <mailto: clinton@xxxxxxxxxxxx
> > <mailto:clinton@xxxxxxxxxxxx>>
> > > <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>
> > <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>>>*
> > > > < clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>
> > <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>>
> > > <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>
> > <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>>>> wrote:
> > > >
> > > > On Tuesday 10 October 2006 5:05 pm, Ashish Singh
> wrote:
> > > > > Hi,
> > > > >
> > > > > I want to use Qt to make a UI for my VTK application
> > on windows
> > > > platform. I
> > > > > have VTK 5.0 and Qt 4.1.4 installed and running on
> > my system,
> > > > but don't
> > > > > know how to use them together. Has anyone used Qt
> > with VTK?
> > > Do I
> > > > have to do
> > > > > any special configuration for that? How does the
> > cmakelist file
> > > > change? Can
> > > > > anyone plz. guide me?
> > > > >
> > > > > Thanks,
> > > > > Ashish
> > > >
> > > > When configuring VTK, turn on
> > VTK_USE_GUISUPPORT. Then turn on
> > > > VTK_USE_QVTK.
> > > > Make sure the Qt settings are correct.
> > > > Then build.
> > > > There are a few examples included in
> VTK/Examples/GUI/Qt.
> > > >
> > > > Clint
> > > >
> > > >
> > >
> > >
> >
> >
> > --
> > Jan- Arve Sæther - jasaethe [at] trolltech [dot] com
> > Trolltech AS - Sandakerveien 116 - PO Box 4332 Nydalen - 0402 Oslo,
> > Norway
> >
> > --
> > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
> > <mailto:qt-interest-request@xxxxxxxxxxxxx> with "unsubscribe" in the
> > subject or the body.
> > List archive and information:
> http://lists.trolltech.com/qt-interest/
> >
> >
>
>
> --
> Jan- Arve Sæther,
> Trolltech ASA
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
Message 8 in thread
Here's my dependency out file Jan.
-Ashish
On 10/13/06, Ashish Singh <mrasingh@xxxxxxxxx> wrote:
>
> ok Jan, I got the dependency output. It says that it can't find 3
> modules-MSVCR80.DLL, DEVMGR.DLL and MSJAVA.DLL.
> I searched my system for these files and found that msvcr80.dll and
> devmgr.dll are already there.
> Now how do I get past this error and get Qt and VTK working together?
>
> Thanks,
> Ashish
>
> On 10/13/06, Jan-Arve Sæther <jasaethe@xxxxxxxxxxxxx> wrote:
> >
> > Sure.
> > If you have VS2005, type 'depends' <executable to examine> on the
> > command line.
> >
> > You can also download it from http://www.dependencywalker.com/
> >
> > Jan-Arve
> >
> > Ashish Singh wrote:
> > > Thanks for replying Jan. Can you please tell me how to get that
> > > dependency output you were talking about?
> > >
> > > Thanks,
> > > Ashish
> > >
> > > On 10/12/06, *Jan-Arve Sæther * < jasaethe@xxxxxxxxxxxxx
> > > <mailto:jasaethe@xxxxxxxxxxxxx>> wrote:
> > >
> > > Which DLL/EXE fails to find MSVCP80.DLL ?
> > > (A dependency output would have been nice)
> > >
> > > It sounds like a problem with manifests, which was introduced (and
> > more
> > > or less required in Visual Studio 2005)
> > >
> > > For more info on manifest files you can start off here:
> > > http://msdn2.microsoft.com/en-us/library/ms235342.aspx
> > >
> > > --
> > > Jan- Arve Sæther - jasaethe [at] trolltech [dot] com
> > > Trolltech AS - Sandakerveien 116 - PO Box 4332 Nydalen - 0402
> > Oslo,
> > > Norway
> > >
> > > Ashish Singh wrote:
> > > > Hi Clint, I reinstalled VTK with the vtkgui support and qvtk
> > > 'ON'. When
> > > > I tried examples(ImageViewer and Events) from the directory
> > > > ..VTK/Examples/GUI/Qt, I get the following pop up error.
> > > >
> > > > This application has failed to start because MSVCP80.dll was
> > not
> > > found.
> > > > Re-installing the application may fix this problem.
> > > >
> > > > The examples compile and build fine, but when I run them, I get
> > the
> > > > above error.
> > > > Can anyone please tell me what is going wrong here? I am
> > working
> > > with Qt
> > > > 4.1.4 and VTK 5.0.2 on windows XP platform.
> > > >
> > > > Thanks,
> > > > Ashish
> > > >
> > > > On 10/10/06, *Clinton Stimpson* < clinton@xxxxxxxxxxxx
> > > <mailto:clinton@xxxxxxxxxxxx >
> > > > <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>>>
> > wrote:
> > > >
> > > >
> > > > If you want to build VTK with support for Qt, you need to
> > > install Qt
> > > > first. VTK doesn't come with Qt, but instead, it comes
> > with the
> > > > QVTKWidget, a Qt QWidget with a VTK rendering area.
> > > >
> > > > If you put your Qt4.1.4/bin directory in your PATH, so that
> > > your desired
> > > > qmake is found correctly, then CMake should find and setup
> > > all the Qt
> > > > stuff for you correctly when you configure VTK with Qt.
> > > > If not, you can help it along by adjusting the CMake
> > > variables that
> > > > start with QT_
> > > >
> > > > Clint
> > > >
> > > > Ashish Singh wrote:
> > > > > Thanks Clint. Is there any order in which the
> > installation
> > > should
> > > > go?
> > > > > I had these options turned on, but I installed Qt only a
> > > few days
> > > > > back, while I had VTK for months now. In other words,
> > should I
> > > > already
> > > > > have Qt installed when building VTK?
> > > > > Also what are the Qt settings that you are saying,
> > should be
> > > > correct?
> > > > >
> > > > > Thanks,
> > > > > Ashish
> > > > >
> > > > > On 10/10/06, *clinton@xxxxxxxxxxxx
> > > <mailto: clinton@xxxxxxxxxxxx> <mailto: clinton@xxxxxxxxxxxx
> > > <mailto:clinton@xxxxxxxxxxxx>>
> > > > <mailto: clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>
> > > <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>>>*
> > > > > < clinton@xxxxxxxxxxxx <mailto: clinton@xxxxxxxxxxxx>
> > > <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>>
> > > > <mailto: clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>
> > > <mailto:clinton@xxxxxxxxxxxx <mailto:clinton@xxxxxxxxxxxx>>>>
> > wrote:
> > > > >
> > > > > On Tuesday 10 October 2006 5:05 pm, Ashish Singh
> > wrote:
> > > > > > Hi,
> > > > > >
> > > > > > I want to use Qt to make a UI for my VTK
> > application
> > > on windows
> > > > > platform. I
> > > > > > have VTK 5.0 and Qt 4.1.4 installed and running on
> > > my system,
> > > > > but don't
> > > > > > know how to use them together. Has anyone used Qt
> > > with VTK?
> > > > Do I
> > > > > have to do
> > > > > > any special configuration for that? How does the
> > > cmakelist file
> > > > > change? Can
> > > > > > anyone plz. guide me?
> > > > > >
> > > > > > Thanks,
> > > > > > Ashish
> > > > >
> > > > > When configuring VTK, turn on
> > > VTK_USE_GUISUPPORT. Then turn on
> > > > > VTK_USE_QVTK.
> > > > > Make sure the Qt settings are correct.
> > > > > Then build.
> > > > > There are a few examples included in
> > VTK/Examples/GUI/Qt.
> > > > >
> > > > > Clint
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Jan- Arve Sæther - jasaethe [at] trolltech [dot] com
> > > Trolltech AS - Sandakerveien 116 - PO Box 4332 Nydalen - 0402
> > Oslo,
> > > Norway
> > >
> > > --
> > > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
> > > <mailto:qt-interest-request@xxxxxxxxxxxxx> with "unsubscribe" in
> > the
> > > subject or the body.
> > > List archive and information:
> > http://lists.trolltech.com/qt-interest/
> > >
> > >
> >
> >
> > --
> > Jan- Arve Sæther,
> > Trolltech ASA
> >
> > --
> > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> > "unsubscribe" in the subject or the body.
> > List archive and information: http://lists.trolltech.com/qt-interest/
> >
> >
>
*****************************| System Information |*****************************
*****************************| System Information |*****************************
Dependency Walker: 2.1.3790 (32-bit)
Operating System: Microsoft Windows NT/2000/XP based Professional (64-bit)
OS Version: 5.02.3790 Service Pack 1
Processor: EM64T Family 15 Model 6 Stepping 4, GenuineIntel, ~3724MHz
Number of Processors: 4, Mask: 0x0000000F
Computer Name: SINGH
User Name: Administrator
Local Date: Friday, October 13, 2006
Local Time: 9:57:41 AM Central Daylight Time (GMT-05:00)
OS Language: 0x0409: English (United States)
Memory Load: 38%
Physical Memory Total: 2,145,370,112 (2046 MB)
Physical Memory Used: 815,595,520
Physical Memory Free: 1,329,774,592
Page File Memory Total: 4,155,396,096
Page File Memory Used: 557,961,216
Page File Memory Free: 3,597,434,880
Virtual Memory Total: 2,147,352,576
Virtual Memory Used: 76,632,064
Virtual Memory Free: 2,070,720,512
Page Size: 0x00001000 (4,096)
Allocation Granularity: 0x00010000 (65,536)
Min. App. Address: 0x00010000 (65,536)
Max. App. Address: 0x7FFEFFFF (2,147,418,111)
********************************| Search Order |********************************
* *
* Legend: F File E Error (path not valid) *
* *
********************************************************************************
Side-by-Side Components (Windows XP only)
[F ] c:\windows\winsxs\x86_microsoft.vc80.debugcrt_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\MSVCP80D.DLL
[F ] c:\windows\winsxs\x86_microsoft.vc80.debugcrt_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\MSVCR80D.DLL
[F ] c:\windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.3790.2778_x-ww_497c098c\COMCTL32.DLL
[F ] c:\windows\winsxs\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.3790.1830_x-ww_24c40c58\GDIPLUS.DLL
[F ] c:\windows\winsxs\x86_microsoft.windows.winhttp_6595b64144ccf1df_5.1.3790.1830_x-ww_74150efb\WINHTTP.DLL
The system's "KnownDLLs" list
[F ] c:\windows\system32\NTDLL.DLL
[F ] c:\windows\syswow64\ADVAPI32.DLL
[F ] c:\windows\syswow64\COMCTL32.DLL
[F ] c:\windows\syswow64\COMDLG32.DLL
[F ] c:\windows\syswow64\CRYPT32.DLL
[F ] c:\windows\syswow64\CRYPTUI.DLL
[F ] c:\windows\syswow64\GDI32.DLL
[F ] c:\windows\syswow64\IMAGEHLP.DLL
[F ] c:\windows\syswow64\KERNEL32.DLL
[F ] c:\windows\syswow64\LZ32.DLL
[F ] c:\windows\syswow64\MPR.DLL
[F ] c:\windows\syswow64\MSASN1.DLL
[F ] c:\windows\syswow64\MSVCRT.DLL
[F ] c:\windows\syswow64\NETAPI32.DLL
[F ] c:\windows\syswow64\NTDLL.DLL
[F ] c:\windows\syswow64\OLE32.DLL
[F ] c:\windows\syswow64\OLEAUT32.DLL
[F ] c:\windows\syswow64\OLECLI32.DLL
[F ] c:\windows\syswow64\OLECNV32.DLL
[F ] c:\windows\syswow64\OLESVR32.DLL
[F ] c:\windows\syswow64\RPCRT4.DLL
[F ] c:\windows\syswow64\SHDOCVW.DLL
[F ] c:\windows\syswow64\SHELL32.DLL
[F ] c:\windows\syswow64\SHLWAPI.DLL
[F ] c:\windows\syswow64\URL.DLL
[F ] c:\windows\syswow64\URLMON.DLL
[F ] c:\windows\syswow64\USER32.DLL
[F ] c:\windows\syswow64\VERSION.DLL
[F ] c:\windows\syswow64\WININET.DLL
[F ] c:\windows\syswow64\WINTRUST.DLL
[F ] c:\windows\syswow64\WLDAP32.DLL
The application directory
[ ] D:\ashishdocs\programming\qvtktutorials\imageviewer\debug\
The 32-bit system directory
[ ] C:\WINDOWS\system32\
The 16-bit system directory (Windows NT/2000/XP only)
[ ] C:\WINDOWS\system\
The system's root OS directory
[ ] C:\WINDOWS\
The application's registered "App Paths" directories
The system's "PATH" environment variable directories
[ ] C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE\
[ ] C:\Program Files (x86)\Microsoft Visual Studio 8\VC\BIN\
[ ] C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\Tools\
[ ] C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\Tools\bin\
[ ] C:\Program Files (x86)\Microsoft Visual Studio 8\VC\PlatformSDK\bin\
[ ] C:\Program Files (x86)\Microsoft Visual Studio 8\SDK\v2.0\bin\
[ ] C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\
[ ] C:\Program Files (x86)\Microsoft Visual Studio 8\VC\VCPackages\
[ ] C:\Qt\4.1.4\qt-win-opensource-src-4.1.4\bin\
[ ] C:\Qt\4.1.4\qt-win-opensource-src-4.1.4\bin\
[ ] C:\kitware\Tcl\bin\
[ ] c:\vtk-5.0.2\VTKBINARIES\bin\debug\
[ ] c:\program files (x86)\cmake 2.4\bin\
[ ] C:\WINDOWS\system32\
[ ] C:\WINDOWS\
[ ] C:\WINDOWS\system32\wbem\
[ ] c:\program files (x86)\common files\adobe\agl\
[ ] c:\program files (x86)\microsoft sql server\90\tools\binn\
[ ] C:\Program Files (x86)\MATLAB\R2006a\bin\win32\
[ ] C:\Program Files (x86)\SSH Communications Security\SSH Secure Shell\
***************************| Module Dependency Tree |***************************
* *
* Legend: F Forwarded Module ? Missing Module 6 64-bit Module *
* D Delay Load Module ! Invalid Module *
* * Dynamic Module E Import/Export Mismatch or Load Failure *
* ^ Duplicate Module *
* *
********************************************************************************
[ ] QTIMAGEVIEWER.EXE
[ ] QTCORE4.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] USER32.DLL
[ ] OLE32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] USER32.DLL
[D^ ] SHELL32.DLL
[D^ ] MPR.DLL
[D^ ] CRYPT32.DLL
[D^ ] MSI.DLL
[D ] CLBCATQ.DLL
[ ^ ] ADVAPI32.DLL
[ ] COMRES.DLL
[ ^ ] KERNEL32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] OLEAUT32.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] USER32.DLL
[ ^ ] VERSION.DLL
[D^ ] OLE32.DLL
[D^ ] IMAGEHLP.DLL
[ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] NTDLL.DLL
[ ] RPCRT4.DLL
[ ^ ] ADVAPI32.DLL
[F^ ] NTDLL.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] NTDLL.DLL
[D ] WINTRUST.DLL
[ ^ ] ADVAPI32.DLL
[ ] CRYPT32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSASN1.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] USER32.DLL
[D ] VERSION.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ] IMAGEHLP.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[D ] DBGHELP.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] VERSION.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ] MSASN1.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] USER32.DLL
[ ] MSVCRT.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] NTDLL.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] USER32.DLL
[D^ ] WINSTA.DLL
[D^ ] USER32.DLL
[D ] SECUR32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] NTDLL.DLL
[D^ ] NETAPI32.DLL
[D^ ] NTDSAPI.DLL
[ ] WS2_32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ] WS2HELP.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[D^ ] USER32.DLL
[D^ ] USER32.DLL
[ ] MSVCP80.DLL
[ ? ] MSVCR80.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ? ] MSVCR80.DLL
[ ] QTGUI4.DLL
[ ^ ] GDI32.DLL
[ ^ ] COMDLG32.DLL
[ ^ ] OLEAUT32.DLL
[ ^ ] IMM32.DLL
[ ^ ] WINMM.DLL
[ ^ ] WINSPOOL.DRV
[ ^ ] OLE32.DLL
[ ^ ] USER32.DLL
[ ^ ] SHELL32.DLL
[ ^ ] QTCORE4.DLL
[ ^ ] MSVCP80.DLL
[ ? ] MSVCR80.DLL
[ ^ ] KERNEL32.DLL
[ ] OPENGL32.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] GDI32.DLL
[ ] GLU32.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] OPENGL32.DLL
[ ^ ] KERNEL32.DLL
[ ^ ] USER32.DLL
[ ] DDRAW.DLL
[ ^ ] ADVAPI32.DLL
[ ] DCIMAN32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] NTDLL.DLL
[ ^ ] GDI32.DLL
[ ^ ] USER32.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] USER32.DLL
[ ^ ] USER32.DLL
[ ] MSVCP80D.DLL
[ ^ ] MSVCR80D.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ] MSVCR80D.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ] KERNEL32.DLL
[ ] NTDLL.DLL
[F^ ] NTDLL.DLL
[ ] USER32.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] NTDLL.DLL
[D^ ] ADVAPI32.DLL
[D ] MSIMG32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] GDI32.DLL
[D ] POWRPROF.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[D ] WINSTA.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ] NETAPI32.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[D^ ] SECUR32.DLL
[D ] NTDSAPI.DLL
[ ^ ] DNSAPI.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NETAPI32.DLL
[ ^ ] NTDLL.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] SECUR32.DLL
[ ^ ] USER32.DLL
[ ^ ] WLDAP32.DLL
[ ^ ] WS2_32.DLL
[D ] W32TOPL.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[D ] NETRAP.DLL
[ ^ ] KERNEL32.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[D ] SAMLIB.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] RPCRT4.DLL
[D^ ] NTDSAPI.DLL
[D^ ] WS2_32.DLL
[D ] WLDAP32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[D ] DNSAPI.DLL
[ ^ ] ADVAPI32.DLL
[F^ ] NTDLL.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] WS2_32.DLL
[D ] IPHLPAPI.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ] PSAPI.DLL
[ ^ ] NTDLL.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[D^ ] IMAGEHLP.DLL
[ ^ ] USER32.DLL
[ ^ ] WS2_32.DLL
[D ] DHCPCSVC.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] DNSAPI.DLL
[ ^ ] IPHLPAPI.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] SECUR32.DLL
[ ^ ] USER32.DLL
[ ^ ] WS2_32.DLL
[D ] MPRAPI.DLL
[ ] ACTIVEDS.DLL
[ ] ADSLDPC.DLL
[ ^ ] ADVAPI32.DLL
[ ] CREDUI.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] USER32.DLL
[ ] SHELL32.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] GDI32.DLL
[ ^ ] USER32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] ADVAPI32.DLL
[ ] SHLWAPI.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] GDI32.DLL
[ ^ ] USER32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[D^ ] VERSION.DLL
[D^ ] WINMM.DLL
[D ] COMDLG32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] COMCTL32.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] SHELL32.DLL
[ ^ ] SHLWAPI.DLL
[F^ ] KERNEL32.DLL
[ ^ ] USER32.DLL
[D^ ] OLE32.DLL
[D^ ] VERSION.DLL
[D^ ] IMM32.DLL
[D^ ] MPR.DLL
[D^ ] WINSPOOL.DRV
[D^ ] UXTHEME.DLL
[D^ ] MPR.DLL
[D^ ] SHELL32.DLL
[D^ ] OLE32.DLL
[D^ ] APPHELP.DLL
[D ] MLANG.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] OLE32.DLL
[ ^ ] USER32.DLL
[ ^ ] VERSION.DLL
[D ] COMCTL32.DLL
[ ^ ] NTDLL.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] USER32.DLL
[D^ ] CRYPT32.DLL
[D^ ] WINTRUST.DLL
[D^ ] OLEAUT32.DLL
[D^ ] MSI.DLL
[D^ ] SETUPAPI.DLL
[D^ ] USERENV.DLL
[D^ ] URLMON.DLL
[F^ ] GDI32.DLL
[F^ ] USER32.DLL
[F^ ] KERNEL32.DLL
[ ^ ] RPCRT4.DLL
[D ] WINMM.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] NTDLL.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] USER32.DLL
[D ] MSI.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] USER32.DLL
[D? ] DEVMGR.DLL
[D ] URLMON.DLL
[ ^ ] OLE32.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] SHLWAPI.DLL
[F^ ] KERNEL32.DLL
[F^ ] USER32.DLL
[F^ ] ADVAPI32.DLL
[ ^ ] USER32.DLL
[ ^ ] GDI32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] VERSION.DLL
[D^ ] WININET.DLL
[D^ ] SHELL32.DLL
[D^ ] MPR.DLL
[D ] WININET.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] SHLWAPI.DLL
[F^ ] KERNEL32.DLL
[F^ ] USER32.DLL
[F^ ] ADVAPI32.DLL
[ ^ ] CRYPT32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] USER32.DLL
[ ^ ] OLEAUT32.DLL
[D^ ] OLE32.DLL
[D ] TAPI32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] RTUTILS.DLL
[ ^ ] SHLWAPI.DLL
[ ^ ] USER32.DLL
[ ^ ] WINMM.DLL
[D^ ] VERSION.DLL
[D^ ] GDI32.DLL
[D^ ] SECUR32.DLL
[D ] WINSPOOL.DRV
[ ^ ] ADVAPI32.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] USER32.DLL
[D^ ] OLE32.DLL
[D^ ] OLEAUT32.DLL
[D^ ] ACTIVEDS.DLL
[D^ ] NETAPI32.DLL
[D^ ] NTDSAPI.DLL
[D^ ] DNSAPI.DLL
[D ] USERENV.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] USER32.DLL
[D ] AUTHZ.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] RPCRT4.DLL
[D^ ] SAMLIB.DLL
[D^ ] WLDAP32.DLL
[D^ ] NETAPI32.DLL
[D^ ] SECUR32.DLL
[D^ ] DNSAPI.DLL
[D^ ] NETAPI32.DLL
[D^ ] NTDSAPI.DLL
[D^ ] SECUR32.DLL
[D^ ] OLE32.DLL
[D^ ] OLEAUT32.DLL
[D^ ] WINSTA.DLL
[D ] NTLANMAN.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NETAPI32.DLL
[ ^ ] NETUI0.DLL
[ ^ ] NETUI1.DLL
[ ^ ] NTDLL.DLL
[D^ ] USER32.DLL
[D^ ] CREDUI.DLL
[D^ ] OLE32.DLL
[D^ ] OLEAUT32.DLL
[D ] OLEACC.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ] MSVCP60.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] USER32.DLL
[ ^ ] GDI32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] OLE32.DLL
[ ^ ] OLEAUT32.DLL
[ ^ ] RPCRT4.DLL
[D^ ] VERSION.DLL
[D ] MPR.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] NTDLL.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] USER32.DLL
[D ] MPRUI.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MPR.DLL
[ ^ ] MSVCRT.DLL
[ ] NETUI0.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] ADVAPI32.DLL
[ ] NETUI2.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] NETUI0.DLL
[ ] NETUI1.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] NETUI0.DLL
[ ^ ] NETAPI32.DLL
[ ^ ] SAMLIB.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] USER32.DLL
[ ^ ] GDI32.DLL
[ ^ ] COMDLG32.DLL
[ ^ ] SAMLIB.DLL
[ ^ ] USER32.DLL
[ ^ ] GDI32.DLL
[D ] NETPLWIZ.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] USER32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] GDI32.DLL
[ ^ ] SHELL32.DLL
[ ^ ] SHLWAPI.DLL
[F^ ] KERNEL32.DLL
[ ^ ] NETAPI32.DLL
[ ^ ] OLE32.DLL
[ ^ ] OLEAUT32.DLL
[ ^ ] MPR.DLL
[ ^ ] NTDSAPI.DLL
[ ^ ] SECUR32.DLL
[ ^ ] URLMON.DLL
[D^ ] WININET.DLL
[D^ ] ACTIVEDS.DLL
[D ] RASDLG.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MPRAPI.DLL
[ ^ ] OLE32.DLL
[ ^ ] RASAPI32.DLL
[ ] RASMAN.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NETAPI32.DLL
[ ^ ] NTDLL.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] USER32.DLL
[ ^ ] WS2_32.DLL
[ ^ ] TAPI32.DLL
[ ^ ] USER32.DLL
[ ^ ] WS2_32.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] CRYPT32.DLL
[D^ ] MPR.DLL
[D^ ] NETAPI32.DLL
[D^ ] SETUPAPI.DLL
[D^ ] SHELL32.DLL
[D^ ] WINSCARD.DLL
[D^ ] RASAPI32.DLL
[D^ ] CREDUI.DLL
[D^ ] CREDUI.DLL
[D^ ] CREDUI.DLL
[D^ ] NETAPI32.DLL
[D ] CSCDLL.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] USER32.DLL
[D^ ] MPR.DLL
[D^ ] NTLANMAN.DLL
[D ] UXTHEME.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] USER32.DLL
[D^ ] CREDUI.DLL
[D^ ] RASAPI32.DLL
[D ] MSGINA.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NETAPI32.DLL
[ ^ ] NTDLL.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] USER32.DLL
[ ^ ] USERENV.DLL
[ ^ ] WINSTA.DLL
[D^ ] SECUR32.DLL
[D^ ] MSIMG32.DLL
[D^ ] CRYPT32.DLL
[D^ ] SHELL32.DLL
[D^ ] SHLWAPI.DLL
[D^ ] COMCTL32.DLL
[D ] SHSVCS.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] USER32.DLL
[ ^ ] SHLWAPI.DLL
[D^ ] WINSTA.DLL
[D^ ] UXTHEME.DLL
[D^ ] OLE32.DLL
[D^ ] SETUPAPI.DLL
[D^ ] COMCTL32.DLL
[D^ ] NETAPI32.DLL
[D^ ] USERENV.DLL
[D^ ] SETUPAPI.DLL
[D^ ] RASAPI32.DLL
[D^ ] AUTHZ.DLL
[D^ ] RASDLG.DLL
[D ] ODBC32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] COMCTL32.DLL
[ ^ ] COMDLG32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] SHELL32.DLL
[ ^ ] USER32.DLL
[D^ ] POWRPROF.DLL
[D ] SHDOCVW.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] SHLWAPI.DLL
[F^ ] KERNEL32.DLL
[F^ ] USER32.DLL
[F^ ] GDI32.DLL
[F^ ] ADVAPI32.DLL
[ ^ ] GDI32.DLL
[ ^ ] USER32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] CRYPT32.DLL
[ ^ ] CRYPTUI.DLL
[D^ ] OLE32.DLL
[D^ ] SHELL32.DLL
[D^ ] BROWSEUI.DLL
[D^ ] OLEAUT32.DLL
[D^ ] WININET.DLL
[D^ ] URLMON.DLL
[D ] MSRATING.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] USER32.DLL
[ ^ ] GDI32.DLL
[ ^ ] ADVAPI32.DLL
[ ] WSOCK32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] WS2_32.DLL
[F^ ] WS2_32.DLL
[ ^ ] SHLWAPI.DLL
[F^ ] KERNEL32.DLL
[F^ ] USER32.DLL
[D ] MSHTML.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] USER32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] OLE32.DLL
[ ^ ] SHLWAPI.DLL
[F^ ] USER32.DLL
[F^ ] GDI32.DLL
[F^ ] KERNEL32.DLL
[F^ ] ADVAPI32.DLL
[ ^ ] SHDOCVW.DLL
[ ] MSLS31.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] KERNEL32.DLL
[ ^ ] PSAPI.DLL
[D^ ] COMCTL32.DLL
[D^ ] COMDLG32.DLL
[D ] HLINK.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] USER32.DLL
[ ^ ] OLE32.DLL
[ ^ ] SHELL32.DLL
[D ] IMGUTIL.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] OLE32.DLL
[ ^ ] OLEAUT32.DLL
[ ^ ] USER32.DLL
[D^ ] MPR.DLL
[D? ] MSJAVA.DLL
[D^ ] MSRATING.DLL
[D^ ] OLEAUT32.DLL
[D^ ] SHELL32.DLL
[D^ ] UXTHEME.DLL
[D^ ] URLMON.DLL
[D ] USP10.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] USER32.DLL
[ ^ ] GDI32.DLL
[ ^ ] ADVAPI32.DLL
[D^ ] WININET.DLL
[D^ ] MLANG.DLL
[D ] INETCOMM.DLL
[ ] MSOERT2.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] OLE32.DLL
[ ^ ] USER32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] GDI32.DLL
[ ^ ] SHLWAPI.DLL
[ ^ ] OLEAUT32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] OLE32.DLL
[ ^ ] USER32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] GDI32.DLL
[ ^ ] SHELL32.DLL
[ ^ ] SHLWAPI.DLL
[F^ ] ADVAPI32.DLL
[F^ ] KERNEL32.DLL
[F^ ] USER32.DLL
[F^ ] GDI32.DLL
[ ^ ] OLEAUT32.DLL
[D ] ADVPACK.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] USER32.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] OLE32.DLL
[ ^ ] VERSION.DLL
[D ] BROWSEUI.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] SHLWAPI.DLL
[F^ ] ADVAPI32.DLL
[F^ ] KERNEL32.DLL
[F^ ] USER32.DLL
[F^ ] GDI32.DLL
[ ^ ] GDI32.DLL
[ ^ ] USER32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] OLE32.DLL
[D^ ] SHDOCVW.DLL
[D^ ] OLEAUT32.DLL
[D^ ] MPR.DLL
[D^ ] SHELL32.DLL
[D^ ] WININET.DLL
[D^ ] UXTHEME.DLL
[D^ ] URLMON.DLL
[D^ ] IMM32.DLL
[D ] EFSADU.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ] MFC42U.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] USER32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] GDI32.DLL
[ ^ ] OLE32.DLL
[ ^ ] OLEAUT32.DLL
[ ^ ] WININET.DLL
[ ^ ] WSOCK32.DLL
[F^ ] WS2_32.DLL
[ ^ ] ODBC32.DLL
[D ] OLEDLG.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] USER32.DLL
[ ^ ] GDI32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] OLE32.DLL
[D^ ] COMDLG32.DLL
[D^ ] COMCTL32.DLL
[D^ ] SHELL32.DLL
[D^ ] URLMON.DLL
[D^ ] WINSPOOL.DRV
[ ^ ] MSVCRT.DLL
[ ^ ] USER32.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] CRYPTUI.DLL
[ ^ ] CRYPT32.DLL
[D ] LINKINFO.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] USER32.DLL
[D^ ] MPR.DLL
[D^ ] MSIMG32.DLL
[D ] DUSER.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] USER32.DLL
[ ^ ] GDI32.DLL
[D^ ] COMCTL32.DLL
[D^ ] IMAGEHLP.DLL
[D^ ] MSIMG32.DLL
[D^ ] GDIPLUS.DLL
[D ] PRINTUI.DLL
[ ^ ] ACTIVEDS.DLL
[F^ ] ADSLDPC.DLL
[ ^ ] ADVAPI32.DLL
[ ] CFGMGR32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] SETUPAPI.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MPR.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] OLE32.DLL
[ ^ ] OLEAUT32.DLL
[ ^ ] SETUPAPI.DLL
[ ^ ] SHELL32.DLL
[ ^ ] SHLWAPI.DLL
[ ^ ] USER32.DLL
[ ^ ] VERSION.DLL
[ ^ ] WINMM.DLL
[ ^ ] WINSPOOL.DRV
[D ] CDFVIEW.DLL
[ ^ ] ADVAPI32.DLL
[ ^ ] COMCTL32.DLL
[ ^ ] GDI32.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] OLEAUT32.DLL
[ ^ ] SHELL32.DLL
[ ^ ] SHLWAPI.DLL
[F^ ] USER32.DLL
[F^ ] KERNEL32.DLL
[F^ ] GDI32.DLL
[F^ ] ADVAPI32.DLL
[ ^ ] USER32.DLL
[D^ ] URLMON.DLL
[D^ ] WININET.DLL
[D^ ] OLE32.DLL
[D^ ] SETUPAPI.DLL
[D ] APPHELP.DLL
[ ^ ] KERNEL32.DLL
[F^ ] NTDLL.DLL
[ ^ ] NTDLL.DLL
[D^ ] SHLWAPI.DLL
[D^ ] USER32.DLL
[D^ ] VERSION.DLL
[D ] QUERY.DLL
[ ^ ] MSVCRT.DLL
[ ^ ] NTDLL.DLL
[ ^ ] USER32.DLL
[ ^ ] RPCRT4.DLL
[ ^ ] OLEAUT32.DLL
[ ^ ] SHELL32.DLL
[ ^ ] CRYPT32.DLL
[ ^ ] SHLWAPI.DLL