Hello,
Tim Roberts a écrit :
> On Fri, 10 Mar 2006 09:29:07 +0100, le dahut <[EMAIL PROTECTED]> wrote:
>
>> I was thinking about win32api.RegSaveKey or _winreg.SaveKey but on XP it
>> must be preceded by a privilege modification and they don't save regular
>> .reg files but internal reg format
I'm accessing LabVIEW through the ActiveX interface and I'm
having a problem with reading a UInt32 array.
The code used is:
inParams = ["Numeric", "Numeric 2", "Numeric 3", "Array"]inValues =
[9,8,7, ()]
retval = viReference.Call(inParams, inValues)
where "Array" is output and the rest is input
I have a visual basic com object I am trying to use, so
far unsuccessfully. I am happily VB ignorant but will do my best to
describe the problem.
>>> import
win32com.client>>> biff = win32com.client.Dispatch("OBName.Main")>>>
biff.LoggedIn0>>> biff.TelLogin("Login", "Password", -1,
App)
On Tue, 14 Mar 2006 10:58:39 +0100, le dahut <[EMAIL PROTECTED]> wrote:
> Tim Roberts a ?crit :
>
>>>
>>> If you're going to do it from Python, then you don't have to worry about
>>> using the standard regedit format. There are a couple of registry class
>>> wrappers for Python that turn a regis
> From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
> Behalf Of Ola Rylow
> I'm accessing LabVIEW through the ActiveX interface and I'm having a
problem with reading a UInt32 array.
Support for VT_UI4 safe-arrays was added in pywin32 build 207, so you should
try that. Note however that build 208