You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile and I noticed that we can compile in a few ways. But this could be easier.
Without the visual studio tools environment installed, the compilation does not occur, generating failures and strange warnings, would this be correct? Do you need the Visual studio environment?
What environment do you need to cleanly compile the examples? which path should be inserted?
I tried to compile the example HelloWord.
Using the visual developer prompt works.
The text was updated successfully, but these errors were encountered:
Trying to compile outside the root helloword path generates a permissions error. Would this be correct or do we need adjustments to be able to compile in any directory?
The compiler is in the path and helloworld is in another directory and the code was not compiled.
I'm trying to compile and I noticed that we can compile in a few ways. But this could be easier.
Without the visual studio tools environment installed, the compilation does not occur, generating failures and strange warnings, would this be correct? Do you need the Visual studio environment?
What environment do you need to cleanly compile the examples? which path should be inserted?
I tried to compile the example HelloWord.
Using the visual developer prompt works.
The text was updated successfully, but these errors were encountered: