typedef enum {
MY_NUM = 0,
MY_NUM1 = 1,
MY_NUM2 = 2
} NUMS;
Any clue ? Your help is very much appreciated.
Thanks
Pacs
That said, my guess is that you are reusing one of the symbols MY_NUM, MYNUM1, MY_NUM2 or NUMS for two different things.
Gregg
--------------------
--
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm