Using native OPC API under Windows XP
-
martes, 01 de marzo de 2011 19:22
Is there any way I can use the Native Open Packaging API's under windows XP? MusicBundle example (from Windows 7 SDK) returns "class not registered". What is the dll I need to register? I couldn't find any information.
I have C# application ( using "System.IO.Packaging" ) that works. But I also need native access to the custom file I have...
Thanks.
Orhun Birsoy
Todas las respuestas
-
martes, 01 de marzo de 2011 22:23
Hi Orhun, the Open Specifications group does not support the Windows 7 SDK samples. Please try posting your question in a more relevant forum such as the .NET Base Class Library forum since the Packaging class resides in the System.IO namespace. You might also find the following MSDN documentation helpful.
Differences between the Native and Managed APIs
http://msdn.microsoft.com/en-us/library/ee453681(VS.85).aspx
Josh Curry (jcurry) | Escalation Engineer | US-CSS DSC Protocols Team -
miércoles, 09 de marzo de 2011 3:42
Hi Orhun,
OpcServices.dll (located in Windows 7 \Windows\System32\) contains the Win7 native-code OPC API's. The native-code OPC APIs were not designed or tested to run down-level - it's doubtful that this DLL will work on Windows XP.
Jack Davis
- Propuesto como respuesta Jack Davis [MSFT]Microsoft Employee miércoles, 09 de marzo de 2011 3:45
- Marcado como respuesta Jack Davis - MSFTOwner viernes, 08 de abril de 2011 6:40

