473,473 Members | 2,178 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Are both of these .dll files required?

A recent posting here discussed looking inside the .vbp project file. I
noticed the following in one of my .vbp files (VB6.0 Learning Edition)

Type=Exe

Reference=*\G{6B263850-900B-11D0-9484-00A0C91110ED}#1.0#0#..\..\..\..\..\..\
WINDOWS\System32\MSSTDFMT.DLL#Microsoft Data Formatting Object Library 6.0
(SP4)

...................split.................

Form=frmCascade.frm

Reference=*\G{00025E01-0000-0000-C000-000000000046}#4.0#0#..\..\..\..\..\..\
Program Files\Common Files\Microsoft Shared\DAO\DAO350.dll#Microsoft DAO
3.51 Object Library

-------------end----------------

I get a few messages from users that they are missing the MSSTDFMT.DLL file,
but never a message that they are missing the DAO350.DLL file. I am
assuming that the first .dll is installed with certain Microsoft products so
that would explain why most people don't have a problem with it missing.

The second .dll file seems to be required for the Checkbox component, but
the .dll must be installed with Windows and no one ever seems to be missing
that file.

My question is, can I remove these lines from the .vbp file or are they
absolutely required? If I removed them and they are required, will VB just
put them back in?

During the few months of programming on this project I experimented with
RichTextBox controls, and various other controls but after removing them
they don't seem to have left any clutter behind in the .vbp file.

Tom


Jul 17 '05 #1
2 4564
On Mon, 17 Nov 2003 05:06:48 GMT, "Kiteman \(Canada\)"
<NO************@shaw.ca> wrote:

<snip>
The second .dll file seems to be required for the Checkbox component, but
the .dll must be installed with Windows and no one ever seems to be missing
that file.

My question is, can I remove these lines from the .vbp file or are they
absolutely required? If I removed them and they are required, will VB just
put them back in?

During the few months of programming on this project I experimented with
RichTextBox controls, and various other controls but after removing them
they don't seem to have left any clutter behind in the .vbp file.


Back up your VBP file and try removing those lines

Alternatively do: Project/Components and try unchecking things

I doubt that the second DLL is needed for the Checkbox
- unless it is some strange 'data bound' Checkbox ....

If users are getting errors saying that those DLLs are not found, then
you can be sure that they are (somehow) in use
Jul 17 '05 #2
I would recommend you not manually edit the vbp file. VB writes it fresh
each time you save, based upon the current data in your project. As
indicated elsewhere, open the components and references dialogs and uncheck
those elements that are not used in your app. If you're unsure, try
unchecking ... if VB knows its in use it will let you know. If you uncheck
the components & references and can still successfully run the project with
a Run/Start with full compile, you're set. Using Run/Start with full compile
will throw up errors if you've removed a required reference, before the app
reaches the point it requires it.

--

Randy Birch
MVP Visual Basic
http://www.mvps.org/vbnet/
Please respond only to the newsgroups so all can benefit.
"Kiteman (Canada)" <NO************@shaw.ca> wrote in message
news:IHYtb.408102$pl3.363783@pd7tw3no...
: A recent posting here discussed looking inside the .vbp project file. I
: noticed the following in one of my .vbp files (VB6.0 Learning Edition)
:
: Type=Exe
:
:
Reference=*\G{6B263850-900B-11D0-9484-00A0C91110ED}#1.0#0#..\..\..\..\..\..\
: WINDOWS\System32\MSSTDFMT.DLL#Microsoft Data Formatting Object Library 6.0
: (SP4)
:
: ..................split.................
:
: Form=frmCascade.frm
:
:
Reference=*\G{00025E01-0000-0000-C000-000000000046}#4.0#0#..\..\..\..\..\..\
: Program Files\Common Files\Microsoft Shared\DAO\DAO350.dll#Microsoft DAO
: 3.51 Object Library
:
: -------------end----------------
:
:
:
: I get a few messages from users that they are missing the MSSTDFMT.DLL
file,
: but never a message that they are missing the DAO350.DLL file. I am
: assuming that the first .dll is installed with certain Microsoft products
so
: that would explain why most people don't have a problem with it missing.
:
: The second .dll file seems to be required for the Checkbox component, but
: the .dll must be installed with Windows and no one ever seems to be
missing
: that file.
:
: My question is, can I remove these lines from the .vbp file or are they
: absolutely required? If I removed them and they are required, will VB
just
: put them back in?
:
: During the few months of programming on this project I experimented with
: RichTextBox controls, and various other controls but after removing them
: they don't seem to have left any clutter behind in the .vbp file.
:
: Tom
:
:
:
:
:
:
Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Wade | last post by:
I would like to install the .Net 1.1 framework on a Web Server running W2K to be able to run ASP.NET files, but I'm not sure where to find the files I need for the .Net framework. I have ".NET...
18
by: John Smith | last post by:
Hi all What does the group think of the practise of including one header file from inside another? I have some legacy code where this has been done, and it creates a dependency on a module...
2
by: Tom Wells | last post by:
I have a little file upload page that I have been able to use to successfully upload files to the C: drive of LocalHost (my machine). I need to be able to upload to a network drive from the intranet...
10
by: Martin Ho | last post by:
I am running into one really big problem. I wrote a script in vb.net to make a copy of folders and subfolder to another destination: - in 'from.txt' I specify which folders to copy - in...
16
by: iwdu15 | last post by:
how can i open a file i saved and place the info into different text boxes?
4
by: Bob Alston | last post by:
Can anyone tell me what are the files required for Replication manager and registry entries required? I think I read that there are 7 files and 3 registry entries but no specifics. I have...
2
by: MikeJ | last post by:
Hi all.... I need to work with large text files....i know there is a lot of ways under net to work with them.... i want speed, High Percentage of correctness so i was thinking ...but not sure...
3
by: aRTx | last post by:
I have try a couple of time but does not work for me My files everytime are sortet by NAME. I want to Sort my files by Date-desc. Can anyone help me to do it? The Script <? /* ORIGJINALI
4
by: vijayarl | last post by:
Hi Everyone, i have written small code where it fetches the required files from required dir path & deleting those files before proceeding further. script goes like this: my $@file_names;...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.