missing export mfc42.dll:6880
-
- Posts: 13
- Joined: Tue Oct 10, 2017 12:44 pm
missing export mfc42.dll:6880
I have an application which launches the R&R report engine. It is a visual foxpro application. I am launching R&R with the following code:____DECLARE ShellExecute IN shell32.dll Integer, String, String, String, String, Integer__ShellExecute( 0, "open", ^rrwrun.exe^ , "control /B", "", 1)_____This has been working great for sometime. However, now I have one win98 client who is receiving an error:____"The RRWRUN.EXE file is linked to missing export mfc42.dll:6880. "____Any ideas?______
=> RE: missing export mfc42.dll:6880
It is probably the version of MFC42.DLL that is causing the problem.__You should send them the one that it on your machine (and liked by R&R).____Kathleen__R&R Support