From: henry wang on
Hi,

I used mcc to generate a .exe file by mcc -m displayhello, where displayhello.m is a m file containing one line, disp('hello').

The .exe file gets generated fine, but whenever I run this .exe file, I always get a popup saying "Runtime Error! R6034 An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information."

thanks,
henry