Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about delphi-7

Read more about delphi-7

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - delphi-7

Python code to Delphi 7 conversion: endianess

I am trying to convert this code to Delphi 7. In Python it converts hex bytes to big endian: keydata=[0,0,0,0,0,0,0,0] for i in range(0,len(data),4): Keydata[i//4]=unpack(">I",data[i:i+4...
test-img

Maaz

python

delphi

delphi-7

endianness

Votes: 0

Answers: 1

Latest Answer

You're almost there, except for the actual endianess reverse. Consider doing that part on your own by exchanging each byte "manually": var keydata: Array of Byte; // Octets = 8bit per val...
test-img

AmigoJack

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved