Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Installing Msvcr70.dll
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00752061
Message ID:
00752081
Views:
19
Never Mind, i found my answer, it turns out the msvcrt70.dll can be renamed. After renaming it, i can freely copy the new file so it will be used the next time VFP Starts. Here's my code
Declare Integer CopyFile In Win32Api String, String, Integer
Declare Integer MoveFile In Win32Api String, String

=MoveFile( lcFile, lcFile + ".OLD" )
=CopyFile( lcNewFile, lcFile, 0 )
>I have a VFP 7 exe installing an upgrade to VFP8, i install and register everything fine, but when it comes to msvcr70.dll i can't replace the file because it is in use by my VFP 7 update program. The msvcr70.dll is in the \winnt\system32 directory.
>
>How can i replace this file in a VFP Exe ?
>
>Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform