M
Mikael
Is it possible to detect the targeted platform at
compilation time?
I have some code that should be executed on the device
only (ARMV4) not in the emulator (x86).
I've been looking for a conditional compilation statement
("#if...") to use, but have not found one.
Regards,
Mikael
compilation time?
I have some code that should be executed on the device
only (ARMV4) not in the emulator (x86).
I've been looking for a conditional compilation statement
("#if...") to use, but have not found one.
Regards,
Mikael