[Python.NET] TypeError: No method matches given arguments for SetContext: ()

2022-07-14 Thread Steven Manross
I got my initial code working on the C DLL and it's creating snapshot sets as I want. I am now having a problem with a function to query ALL the snapshots. This value can be sent to SetContext() In [39]: alphavsslib.VssSnapshotContext.All Out[39]: 4294967295 4294967295 = 0x A sample of

[Python.NET] Re: TypeError: No method matches given arguments for SetContext: ()

2022-07-14 Thread Ron Harding via PythonNet
what about a wrapper like you do in c# platoform invoke? “The desire that guides me in all I do is the desire to harness the forces of nature to the service of mankind. ”Nikola Tesla“Radio Power Will Revolutionize the World” (Modern Mechanix & Inventions, July, 1934) On Thursday, July 14, 2

[Python.NET] Re: TypeError: No method matches given arguments for SetContext: ()

2022-07-14 Thread Steven Manross
Are you suggesting I write C code to wrap the SetContext call with something? That’s somewhat out of my league and don’t really know how to build C or C# code (or possibly wrap it into the existing DLL code). Python, Perl, VBScript, JavaScript, bash, batch and a few others are in my wheelhouse