Click here to Skip to main content
15,905,323 members

Comments by EmpireWorld (Top 16 by date)

EmpireWorld 24-Jul-17 9:28am View    
I meant the #define defines the directive anyway, when it is inside a #if is statement or not.
EmpireWorld 24-Jul-17 9:15am View    
The line FILE_IO = !SAMSUNG_TC && !WEBGL; does not works.
EmpireWorld 24-Jul-17 9:13am View    
FILE_IO isn't defined, i want to define it in my own code.

Let me try the #define inside #if.
EmpireWorld 24-Jul-17 8:59am View    
Can i assign boolean value to #define?

Can i use #define inside of #if?
EmpireWorld 22-Jul-17 8:00am View    
Thanks, but i need to do it myself, could you explain how JSON.net achieved it?