Hilfe bei typedef
-
Hallo Problem: src:
typedef int8 s8;
typedef int16 s16;
typedef int32 s32;
typedef int64 s64;
typedef unsigned __int8 u8;
typedef unsigned __int16 u16;
typedef unsigned __int32 u32;
typedef unsigned __int64 u64;Error:
k:/devkitPro/libogc/include/revolution/types.h:157: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int8'
vllt habt ihr ne Lösung danke im vo rraus
-
1. meinst du vermutlich __int8
und 2. Was hat das mit der VCL zu tun?mfg
xXx