|
-
Sep 9th, 2000, 11:27 AM
#1
Thread Starter
Hyperactive Member
Windows 95 doesn't contatin VB5 runtime dll itself, only vb40032.dll.
I have VB5Ent and VC++5Pro too. My program is in VB and I would like to run it on computers without vb5 runtimes. I also have a copy of VB4, but it crashes me before starting.
Can I compile my VB5 program (in VC or other) or forces it to use VB40032.DLL?
-
Sep 9th, 2000, 11:39 AM
#2
No, you can't force a VB5 app to use VB4 run-time library.
If you have about $200 to spend you might have a look at BitArts Fusion though.
www.bitarts.com
-
Sep 9th, 2000, 11:40 AM
#3
Monday Morning Lunatic
Any VB code compiled in any way will require the runtimes. We've had this question many times on this forum, and it just isn't possible. Tools like Fusion from BitArts allow you to "wrap-up" the DLLs into your program, but they cost money. If you want a program without runtimes, write it in a different language. Anyway, IE4+ includes MSVBVM50.DLL, so many people will already have it.
(edits post) Damn...Joacim beat me 
[Edited by parksie on 09-09-2000 at 12:53 PM]
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Sep 9th, 2000, 01:08 PM
#4
Hyperactive Member
Just ran into the some problem myself with an application that is supposed to run from CD but would not work on 95A, Had MSVBVM60.DLL(VB6) on the CD so it found that but that dll points it to the Windows/System folder for the OLEAUT32.dll which of course was not there(not the proper version at least) and would not search elsewhere for it(like where it was on my CD) you either have to install the run-time files with your application or you can get a "bootstrap" file which contains all the run-time files and that would have to be installed prior to your app. running, i only have the one for VB6 so unfortunately i can't send it to you (
VB6.0 SP4
Windows 2000
I'm thinking of a number between
-
Sep 9th, 2000, 01:11 PM
#5
_______
<?>
And depending on the controls you use you may need more than the runtime files. Sometimes it's trial and error to see what your are missing.
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Sep 9th, 2000, 01:15 PM
#6
Hyperactive Member
it's safe to say anything you add from your project|components will need either an .ocx or .dll
VB6.0 SP4
Windows 2000
I'm thinking of a number between
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
|