clib Build error: 'The command line is too long.'
Afficher commentaires plus anciens
When I use the following commands to build my C++ Interface in MATLAB
clibgen.generateLibraryDefinition( hppFiles, ..."SupportingSourceFiles", sources, ..."IncludePath", includePath);defineDllWrapper;build(defineDllWrapper)
I get the following error.
"Building interface file 'DllWrapperInterface.dll'.Error using clibgen.internal.buildHelper (line 62)Build failed with error:'The command line is too long."
Why am I getting this error and how can I fix it?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Standalone Applications dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!