SoftingIndustrial / OPC-Classic-SDK

Softing OPC Classic SDK
https://industrial.softing.com/de/produkte/opc-ua-und-opc-classic-sdks.html
MIT License
55 stars 24 forks source link

I can't compile AEBrowse_VS2017 #16

Open ComptonAlvaro opened 1 year ago

ComptonAlvaro commented 1 year ago

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.

ro0ter commented 1 year ago

Captain here:

  1. Please make sure next time you state the technology you use. It would save us both some time (.NET).
  2. Please make sure the relative paths to the Toolkit Core binaries are valid.
  3. 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