Falcom
Falcom
Explore posts from servers
CC#
Created by Falcom on 3/20/2024 in #help
C# Environment variable
Thanks a lot !!
13 replies
CC#
Created by Falcom on 3/20/2024 in #help
C# Environment variable
ohhh ok
13 replies
CC#
Created by Falcom on 3/20/2024 in #help
C# Environment variable
In the example there is mklink /J GameBinaries "%path%" so I have to do
<Reference Include="TaleWorlds.MountAndBlade">
<HintPath>$(%path%)\bin\myDll.dll</HintPath>
</Reference>
<Reference Include="TaleWorlds.MountAndBlade">
<HintPath>$(%path%)\bin\myDll.dll</HintPath>
</Reference>
like that ? How will visual code know where to look for dll?
13 replies
CC#
Created by Falcom on 3/20/2024 in #help
C# Environment variable
So what should I put as the second argument? And I have to do this for all dlls?
13 replies
CC#
Created by Falcom on 3/20/2024 in #help
C# Environment variable
Yes, I don't understand very well so I have to do for example mklink C:\dll\myDll.dll secondArgument
13 replies