tkouba / OPCdotNET

OPC Data Access .NET Client Library
MIT License
19 stars 9 forks source link

Support for x64 #2

Closed jsandv closed 1 year ago

jsandv commented 2 years ago

`

x86

` What about X64?

tkouba commented 2 years ago

COM/DCOM must bitness be same as host process. Most OPC DA servers has x86, so you need to be x86 process.

tkouba commented 1 year ago

x64 is not planned. Maybe sometime in the future.

duduyoyo commented 4 months ago

This solution supports x64 in C#, and most importantly there is no 3rd SDK or library required. Cheers!