De todos modos Vista la declaracion de los datos en el archivo:
https://git.savannah.gnu.org/cgit/libred...lude/dwg.h
podemos traducir los tipos de datos de
C en
Gambas:
unsigned char ->
Byte
signed char ->
Byte (si se trata de un miembro de una Estructura)
signed char ->
Byte (si se trata de una singula simple variable)
signed char ->
Short (
si se trata de una singula simple variable
y si nos interesa almacenar valores negativos)
unsigned short int ->
Short
uint16_t ->
Short
int ->
Integer
int32_t ->
Integer
uint32_t ->
Integer
unsigned int ->
Integer
long ->
Long
unsigned long ->
Long
uint64_t ->
Long
double ->
Float
unsigned char* ->
Pointer
char* ->
Pointer
Ad adiuvandum:
https://gambaswiki.org/wiki/doc/extern
Última modificación: 03-11-2020, 21:25 por vuott.
« Los horizontes perdidos nunca regresan. » (F. Battiato, 1983)
« Las ondas nunca regresan. » (Genesis: Ripples, 1976)
« Vita non suavis esse potest, nec Mors amara. » (...vuott)