Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal Reports = Ouch!
Message
From
16/10/2000 19:47:40
 
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00426366
Message ID:
00430104
Views:
10
How do we "down grade" MSVCRT.DLL to match the MSVCIRT.DLL on the box?
>
>Not trivially, unfortunately. The easiest mechanism is going to be to insert code that fires as a part of the AUTOEXEC.BAT under Win9x, which fires up before the Win32 subsystem starts, to revert the copy to the old copy; alternatively, upgrade MSVCIRT.DLL to the version matching the MSVCRT.DLL you've installed. I believe that the current version of both is 6.1.8637.0, created back in December of 1999. The MSDN web site has a service that will allow you to check versioning and dependencies of various DLLs on-line through msdn.microsoft.com
>
>You can also write code to do delayed copy by updating an .INI file used by Win9x to perform the delayed copy operation; there's a whole Setup API available as a part of the Platform SDK that handles delayed copy, registration, decompression of LZH-compressed files available. Dino Espoisito covers how to use WSH for most of the necessary functionality in his "Windows Script Host Programmer's Reference" from Wrox Press.

OK, so I could just boot these older systems to a DOS prompt and just copy the older and/or newer versions to the proper folders and copy the "correct" versions. There's nothing that needs registering for these files, a simple copy will do (as long as Windows isn't running)?

If that's the case, that's not so bad. Thanks!
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform