Page 1 of 1

missing export mfc42.dll:6880

Posted: Fri Feb 28, 2003 2:54 pm
by steve_tysinger_(Guest)
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

Posted: Fri Feb 28, 2003 6:06 pm
by kfleming
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