-
Hello folks,
Having trouble with installing a program I built in Windows NT. I am trying to install it on a Windows 98 machine, but I am getting an error as it begins with this file - MSVBVM.DLL. What can I do? It installs and runs fine on other NT and W2K machines. I am a rookie at VB, and a friend told me that some of the .dlls will cause problems on different platforms.
dave
-
haven't worked with NT much, what version VB do you have? that will make a difference on which MSVBVM.dll it is looking for
-
msvbvm50.dll
I did not put the complete name of the .dll in the first post - it is msvbvm50.dll.
-
Version
-
Welcome to DLL hell!
You need to install proper version of MDAC components on your Win98 machine. More than likely, an administrator will need to do this. If your user does not have admin priveleges he may not be able to register MSVBVM.DLL on his machine. MSDN has mulitiple articles on registering MDAC and other dll's. They are well worth reading if you plan to us multiple platforms.