se1:MFC and CPP 7.0 Libraries

From SeriousEngine.com

Jump to: navigation, search

rogers video canda nuclear warning video pamela anderson video playboy jenna haze movie clips lgv licences trocacelric When you compile the Serious Sam SDK under Visual Studio .NET it will link it to the new C++ and MFC libraries. This is a problem since the only way you would have those would be via an installer or something else along those lines.

The problems that come up from missing the 7.0 versions C++ libraries with Serious Sam are missing dll msvci70.dll, msvcp70.dll, and msvcr70.dll. Those problems can be corrected by giving your other team members (assuming your the coder and using VS .NET) the above dlls. Those dlls are located in windows\system32. Also don't forget to include those files in your installer.

Another problem is with Serious Editor with the 7.0 versions of MFC and C++ libraries. One problem is with can't find EntitiesMP.dll (assuming that MP is your mod EXT). This can be fixed the same way that the missing dll problem with Serious Sam. Another problem that will happen after that is missing modular. This is because of missing the 7.0 version MFC dlls. To fix this give your other team members (assuming your the coder and using VS .NET) the MFC 7.0 dlls (listed below). Those dlls are located in windows\system32. Also don't forget to include those files in your installer.

MFC 7.0 Libraries

  • mfc70.dll
  • mfc70chs.dll
  • mfc70cht.dll
  • mfc70d.dll
  • mfc70deu.dll
  • mfc70enu.dll
  • mfc70esp.dll
  • mfc70fra.dll
  • mfc70ita.dll
  • mfc70jpn.dll
  • mfc70kor.dll
  • mfc70u.dll
  • mfc70ud.dll

This is the complete package of MFC 7.0 libraries. They may not all be needed but including them all will ensure that no one is left out.

Personal tools