class libraries
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, in our company we have a solution with a lot of (dynamic)ibraries which we wont use in all of our projects. Now to use the unmanaged libraries is not a big problem. here we can use autolink to link agains the right library (debug mode and so on..). How I can solve the problem to make a reference to the right mixed library (the designer should also work!)? Best regards Hansjörg