Smart way to handle out of folder pathing?
이전 댓글 표시
Hello, thanks for reading this,
I have a question about executable compiling, specifically when it deals with programs that reference functions, etc in other folders.
In the source code, I have no problems with pathing. My problem comes when I compile the code into a standalone exe, and suddenly references to function folders causes the exe to exhibit multiple errors.
What is a smart way to deal with pathing? When I run the standalone exe's on other computers, I can use the command line to output errors, and 99/100 problems that pop up have to do with pathing errors. What I've done in the meantime was remove all instances of pathing in my code, and brought every function, picture, etc into one folder. That made the exe work perfectly, but its a bit of a organizational nightmare.
Thanks for the advice!
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Get Started with MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!