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

static link UI executable #74

Open
peter1591 opened this issue Sep 5, 2017 · 2 comments
Open

static link UI executable #74

peter1591 opened this issue Sep 5, 2017 · 2 comments

Comments

@peter1591
Copy link
Owner

Three different parts in our UI:

  1. Simulation engine and AI engine are compiled in native C++ code
  2. They are statically linked in a managed C++/CLI dll
  3. The UI part compile as another executable

When running our UI (i.e., 3 above), we also need the C++/CLI dll (i.e., 2 above)

ILMerge (https://github.com/Microsoft/ILMerge) can be used to merge them into one final executable.

@wonderkid27
Copy link

What do you mean? What file do we merge?

@peter1591
Copy link
Owner Author

The .dll build from the CppCLI project. Now this is done automatically by the dependency rules in the VS project files.

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