Open ComptonAlvaro opened 1 year ago
Captain here:
The post build step is legit (unless modified): <PostBuildEvent>copy "..\..\..\..\..\..\..\..\bin\OTBu.dll" copy "..\..\..\..\..\..\..\..\bin\OTBux64.dll"</PostBuildEvent>
Also, the error you pasted striped some quite important slashes... But it seems git isn't forgiving with the ones failing to escape backslashes or XML tags..
**flies away
Hello:
I am trying to compile the project AEBrowse_VS2017 to can see if it can connect to my OPC client, but I get an error that can't be copy a dll.
This is the error.
Severity Code Description Project File Line Suppression State Error The command "copy "................\bin\OTBu.dll" copy "................\bin\OTBux64.dll"" exited with code 1. AEBrowse_VS2017
How could I compile the project?
Thanks so much.