which of my required system files shipped with a new XP install

G

Guest

I am packaging an ActiveX control which has many dependencies on the XP
system files. I need to know which of them I do not have to package into my
control since they are already included in the standard XP installation.

My most requried files are:
1, c:\windows\system32\msvbvm60.dll (VB runtime)
2, c:\windows\system32\stdole2.tlb (OLE automation)
3, c:\windows\system32\comdlg32.ocx (common dialog control 6.0)
4, c:\windows\system32\Msvcrt.dll (c-runtime library)

And my control also depends on some others files which I guess either not
required to be packaged with it or already included in the default XP
installation (not sure if I am right):
1, c:\program files\microsoft visual studio\VB98\VBA6.DLL (Visual Basic for
Application)
2, c:\program files\microsoft visual studio\VB98\VB6.OLB (Visual Basic
objects and procedures)
3, c:\windows\system32\shdocvw.dll (Internet controls)
4, c:\windows\system32\scrrun.dll (scripting runtime)
5, c:\windows\system32\MSINET.ocx (Internet transfer control)
6, c:\windows\system32\MSCOMCTL.ocx (MS common control)
 
O

Owkmann

Try the "microsoft.public.dotnet.framework.windowsforms.controls" newsgroup
with this question.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top