|
-
Nov 25th, 2000, 11:41 AM
#1
Thread Starter
Frenzied Member
I am just wondering if the scrrun.dll file (FileSystemObject) comes with the standard Win98 instalation or it should be included with the my app.
-
Nov 27th, 2000, 03:41 AM
#2
Lively Member
Yes, it's comes but you have to use same version what comes Win98. If you using VB code different version in scrrun.dll, you got error when you run program with client machine.
-Dj4
-
Nov 27th, 2000, 08:11 AM
#3
Addicted Member
My company uses the scrrun.dll quite a lot. We found that is does not ship with the various operating systems, but with IE 5 and up, which is usually shipped with the operating system. We ship it as well just in case, because we have found the occasional client machine that missed this file for some or other reason.
We have not had any problems with Win98 using a different version though.
Hope this helps.
Shrog
-
Nov 27th, 2000, 09:38 AM
#4
Lively Member
I just have an additional question to add onto this one....if you are using object scripting do you also have to include scrobj.dll in addition to scrrun.dll?
Just wondering
-
Nov 27th, 2000, 10:47 AM
#5
Addicted Member
The two DLL's are totally unrelated. If you have a reference to scrrun.dll in your program, and you are using its properties, methods or events, you must include it.
If you have a reference to scrobj.dll in your program, and you are using it's properties, methods and events, you must include it.
This goes for any DLL you use in your program.
Shrog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|