2
votes
2answers
228 views
Problem with converting enumerations in C++\CLI
I have an assembly, written in C++\CLI, which uses some of enumerations, provided by .Net. It has such kind of properties:
property System::ServiceProcess::ServiceControllerStatu …
