cancel
Showing results for 
Search instead for 
Did you mean: 

Struct in Flash

greg_t
Associate II
Posted on October 26, 2010 at 19:42

Struct in Flash

11 REPLIES 11
smart2
Associate II
Posted on May 17, 2011 at 14:12

Hello damh

Just to extend my knowledge..can you give some more explanation ..

Whats wrong with IAR specific pragma commands?

Posted on May 17, 2011 at 14:12

Whats wrong with IAR specific pragma commands?

Like any language extensions they aren't very portable, casts work practically everywhere. The IAR extensions aren't going to work on RealView, Keil, GHS, Rowley, Atollic, GCC, etc.

The same reason I'd avoid nameless unions/structures, and incrementing void * pointers. The code will be difficult to work with, and maintain, 5,10,15 or 20 years from now.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..