Why do I get error of exceeding maximum Windows program size when I compile matlab code to exe file?

In MATLAB Compiler, when I compile MATLAB code into exe file, the exported file is xxx.zip rather than xxx.exe
And in the log, I find the following message in red:
Creating installer zip archive due to contents exceeding maximum Windows program size
What does it mean?

 Accepted Answer

https://www.mathworks.com/help/compiler/release-notes.html?searchHighlight=2gb&s_tid=doc_srchtitle
This is a new feature in R2019a on Windows OS. The message in red is not error, but warning. This is the expected results and xxx.zip works fine.

More Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products

Release

R2019b

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!