how to use my code generation C/C++ to my windows form project in visual studio?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have generated my ANN function using codegen to C/C++ with lib format or dll. but I'm having trouble combining it with the existing windows form project in visual studio. Is there a tutorial on how to use the results of the code generation file lib or dll to Windows Form Visual Studio?
1 comentario
Infinite_king
el 12 de En. de 2024
https://learn.microsoft.com/en-us/cpp/build/walkthrough-creating-and-using-a-dynamic-link-library-cpp?view=msvc-170
Respuestas (1)
Infinite_king
el 12 de En. de 2024
Hi asep kurniawan,
Checkout the following tutorial, https://www.mathworks.com/help/coder/ug/use-a-c-dynamic-library-in-microsoft-visual-studio-project.html
0 comentarios
Ver también
Categorías
Más información sobre MATLAB Coder en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!