Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^4: How to use 'unsigned char' C data type with Win32::API (&255)

by sam_bakki (Pilgrim)
on Mar 13, 2012 at 09:41 UTC ( [id://959279]=note: print w/replies, xml ) Need Help??


in reply to Re^3: How to use 'unsigned char' C data type with Win32::API (&255)
in thread Solved: How to use 'unsigned char' C data type with Win32::API

Hi tye

I suppose to get like below C code's API call.

# C Code # printf ("\n \n DEV: %d , %c , %x ", i2cGetDeviceAddress(),i2cGetDevi +ceAddress(),i2cGetDeviceAddress()); # # Output: DEV: 70 , F , 46

I used following code get rid of un initialized bytes

$ret = unpack ('C',pack ('i*',$ret)); #This gives 152 but this is not +i want :(

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://959279]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-18 02:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found