Hi,

>From a COM object (written in c++) I receive a struct:
unsigned shord (2 bytes)
BYTE (6 bytes)
BYTE (512 bytes)

I can use the first two in python, but when I try to acces the last on with 
python( i.e. test = struct.longbyte), Python stops doing anything and when I 
debug the code in boa constructor i get the message "The debugger process 
stopped prematurely."

I asked the guy who made the COM object to change the last varibale of the 
struc to a string, but now the message shown is " The VARIANT type is not 
supported for SAFEARRAYS"

Does anyone knows what's wrong?

Kind regards, 


Gijs

--
This message has been scanned for viruses and
dangerous content by Network Sentry, and is
believed to be clean.
http://www.networksentry.co.za

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to