|
-
Feb 6th, 2001, 11:27 AM
#1
Thread Starter
New Member
Have been using VB for a while now, mostly Active X DLL with Intranets.
Come accoss a problem that can be solved pretty easily by an ActiveX EXE being downloaded onto the Intranet Users machines.
Question: -
Does the user need the VB runtime environment in order to run the ActiveX?
VB Runtime is about the size of my Johnson and the machines go DLL/re-boot crazy before I can use my cool code!
Help would be appreciated ....
-
Feb 6th, 2001, 05:15 PM
#2
Hyperactive Member
I asume that you are NOT talking about the IDE, but about the run time library....
It depends on if your ActiveX component references any VB runtime environment library.
If not, then, no. You don't need the run time library.
You only need to register your ActiveX EXE component on the user's machine. Just run it, it will register itself.
With a DLL, use "regsvr32.exe" to register your component.
-
Feb 6th, 2001, 08:20 PM
#3
Guru
ALL VB apps (EXE, DLL, AX EXE, etc.) require the VB runtimes
-
Feb 7th, 2001, 01:41 AM
#4
Hyperactive Member
-
Feb 7th, 2001, 03:24 AM
#5
Thread Starter
New Member
So - Basically
What you guys are saying is, if I want to write an ActiveX EXE for an Intranet environment, if I use VB its going to be humungai!
Cheers - I am reaching for my "Learn C++ in 21 days" book now so I can write my tight little prog!
-
Feb 7th, 2001, 01:51 PM
#6
Black Cat
If you can guarantee that your users already have the VB runtime installed, then it shouldn't be a problem. FYI, one of the later service packs for Win NT 4 adds msvbvm50.dll and msvbvm60.dll to the computer.
Josh
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Feb 7th, 2001, 05:56 PM
#7
Hyperactive Member
The way I see it... MSVBVM60.DLL is not that big. It's only a matter of copying. What's the reboot fuzz?
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
|