OPC-Classic-SDK
OPC-Classic-SDK copied to clipboard
I can't compile AEBrowse_VS2017
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.
Captain here:
- Please make sure next time you state the technology you use. It would save us both some time (.NET).
- Please make sure the relative paths to the Toolkit Core binaries are valid.
- Have you compiled the Toolkit Core (OTB)? This is a c++ project. Please batch build it, you need several flavors of the TK Core library.
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