You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another option if I don't feel the desire to do argument parsing in C++ is to: Change the C++ project to a library project, extern the functions needed in C++, create a C# console application and P/Invoke the necessary managed calls.
The text was updated successfully, but these errors were encountered:
I think this will be nice, but should probably be looked into after #7 is done.
Also we don't really need this for the argument parsing, a basic implementation was completed in #8, but this would be nice
if we wanted to call this code from C# (WPF/UWP/Blazor)
Another option if I don't feel the desire to do argument parsing in C++ is to: Change the C++ project to a library project, extern the functions needed in C++, create a C# console application and P/Invoke the necessary managed calls.
The text was updated successfully, but these errors were encountered: