Skip to content
Snippets Groups Projects
Commit c734a74d authored by Benedict Gaster's avatar Benedict Gaster
Browse files

Added windows DLLs in windows/runtime

parent 5b13d41b
Branches
No related tags found
No related merge requests found
......@@ -40,4 +40,10 @@ You can input the Visual Studio command line in Powershell with the command:
```
Import-BatchEnvironment 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat'
```
To run an example you need to put the DLLs on the path, for example with Powershell:
```
$env:Path += ";C:\Users\cuberoo\dev\programming-cpp\assignment_2020\windows\runtime\"
```
\ No newline at end of file
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment