Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Error Message
Cannot perform runtime initialization required by object loaded during edit: module
Edit and Continue tried to load a previously unreferenced object file that has a global or file scope variable requiring run-time initialization. This might occur, for example, if you add #include <stdio.h>
and a printf statement to a program that did not use stdio.h.