Jump to content

ricrd

Member
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by ricrd

  1. 2 hours ago, TMP4 said:

    Just to be clear, I owe you literally nothing for using my free server file.

    2023.06.10: - In Userinterface/Userinterface.rc I changed #include "afxres.h" to #include <Windows.h> since the launcher
                  does not use MFC, so you no longer required to install C++ MFC while installing Visual Studio.
                - Disabled precompiled headers in all project to be able to build them in latest Visual Studio. You can do it by 
                  right click on a project and select properties, then in Configuration -> C/C++ -> Precompiled Headers select 
                  "Not using Precompiled Headers" for Precompiled Header. You have to do this for each project in the solution.
                - Added StdAfx.h to EterBase\Poly, it just includes the ../StdAfx.h.

    In Mega.nz. Tested on a freshly installed Windows 11 and Visual Studio 2022.

    I was having the same issue, but now it seems to be solved, thank you so much! ❤️

    • Good 1
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.