Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can not open it with Visual Studio(2019)! #110

Open
ErikWang07 opened this issue Feb 12, 2021 · 1 comment
Open

I can not open it with Visual Studio(2019)! #110

ErikWang07 opened this issue Feb 12, 2021 · 1 comment

Comments

@ErikWang07
Copy link

HELP!!

And how to run the program?

@OmniBlade
Copy link

It doesn't make a program, it makes a .dll file that you can use with the remaster in place of the shipped game logic dll files. See https://ppmforums.com/topic-51231/info-modding-faq/ for details on modding the remasters. MSVC 2019 doesn't correctly build the code with the solution as provided here though, you need to add soem defines to even get it to build and the resulting dll files will crash the remaster unless you install the 2017 compiler and compile with that.

https://github.com/TheAssemblyArmada/Vanilla-Conquer has better support for MSVC 2019 by using CMake to generate the solutions, the code there isn't exactly the same as in this repo though, its been updated, asm replaced with C++ code and its been restructured a bit to allow building standalone binaries that can play the original game content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants