![]() |
Re: C++ DLL / Konvertierung der Header-Datei nach Delphi
Code:
"unsigned char" ist eine vorzeichenbehaftete, ein Byte große, ganze Zahl.
prInt8 = Char;
-128..127 Bei Delphi ist das ein smallint. :)
Delphi-Quellcode:
prInt8 = Smallint;
Code:
Dies ist ein Pointer auf eine Variable.
prUInt8 * pbData;
Delphi-Quellcode:
prUInt8 = Byte;
prPUInt8 = ^prUInt8; ... pbData : prPUInt8; |
Re: C++ DLL / Konvertierung der Header-Datei nach Delphi
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:42 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz