missing export mfc42.dll:6880
Posted: Fri Feb 28, 2003 2:54 pm
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?______