Under Visual Studio 2019, I would like to create a user control in C++/CLI. I didn't succed to compil a dll.
What I did :
I tried to change : Menu Project -> Properties -> General -> configuration type -> dynamic library (.dll) but it does nothing better
Thanks for your help
Found the solution : At start, when creating a new project, choose : "CLR Class Library" as type of project next You can do : Right click on "header files" -> add -> new element" -> "-> CLR -> user control CLR". It compile and create a dll that contain a user control that can be imported in a windows form