Reserved Word or Not a Reserved Word?
Posted: Fri Apr 21, 2006 8:50 pm
I created a structure union in DWC where I mapped a DW.d over a DC.coord. I later found a problem with the structure not receiving a proper return from one of the API calls. As I tried to figure out what was going on, I chanced to observe that DWC\DW was being handled as a float. As I was
retyping the structure to make sure I had it exactly right, I elected to change
the DW.d to Dw.d, but the Editor immediately changed it back to DW.d, which indicated it was a keyword or constant. Only it appears that it isn't, since I cannot find a reference to it. No syntactical error, no problem with the program compiling and running, but it gives a wrong result where I try to use it in my code.
retyping the structure to make sure I had it exactly right, I elected to change
the DW.d to Dw.d, but the Editor immediately changed it back to DW.d, which indicated it was a keyword or constant. Only it appears that it isn't, since I cannot find a reference to it. No syntactical error, no problem with the program compiling and running, but it gives a wrong result where I try to use it in my code.