Results 1 to 7 of 7
  1. #1
    yarulzwwe's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    0
    My Mood
    Chatty

    Release//ARGB//HELP

    So i added these to my defines and i get all these errors
    Code:
    #define Snow D3DCOLOR_ARGB (255, 255, 250, 250 )
    #define Ghost White D3DCOLOR_ARGB (255, 248, 248, 255 )
    #define White Smoke D3DCOLOR_ARGB (255, 245, 245, 245 )
    #define Gainsboro D3DCOLOR_ARGB (255, 220, 220, 220 )
    #define Floral White D3DCOLOR_ARGB (255, 255, 250, 240 )
    #define Old Lace D3DCOLOR_ARGB (255, 253, 245, 230 )
    #define Linen D3DCOLOR_ARGB (255, 250, 240, 230 )
    #define Antique White D3DCOLOR_ARGB (255, 250, 235, 215 )
    #define Papaya Whip D3DCOLOR_ARGB (255, 255, 239, 213 )
    #define Blanched Almond D3DCOLOR_ARGB (255, 255, 235, 205 )
    #define Bisque D3DCOLOR_ARGB (255, 255, 228, 196 )
    #define Peach Puff D3DCOLOR_ARGB (255, 255, 218, 185 )
    #define Navajo White D3DCOLOR_ARGB (255, 255, 222, 173 )
    #define Moccasin D3DCOLOR_ARGB (255, 255, 228, 181 )
    #define Cornsilk D3DCOLOR_ARGB (255, 255, 248, 220 )
    #define Ivory D3DCOLOR_ARGB (255, 255, 255, 240 )
    #define Lemon Chiffon D3DCOLOR_ARGB (255, 255, 250, 205 )
    #define Seashell D3DCOLOR_ARGB (255, 255, 245, 238 )
    #define Honeydew D3DCOLOR_ARGB (255, 240, 255, 240 )
    #define Mint Cream D3DCOLOR_ARGB (255, 245, 255, 250 )
    #define Azure D3DCOLOR_ARGB (255, 240, 255, 255 )
    #define Alice Blue D3DCOLOR_ARGB (255, 240, 248, 255 )
    #define Lavender D3DCOLOR_ARGB (255, 230, 230, 250 )
    #define Lavender Blush D3DCOLOR_ARGB (255, 255, 240, 245 )
    #define Misty Rose D3DCOLOR_ARGB (255, 255, 228, 225 )
    #define White D3DCOLOR_ARGB (255, 255, 255, 255 )
    #define Black D3DCOLOR_ARGB (255, 0, 0, 0 )
    #define Dark Slate Gray D3DCOLOR_ARGB (255, 47, 79, 79 )
    #define Dim Gray D3DCOLOR_ARGB (255, 105, 105, 105 )
    #define Slate Gray D3DCOLOR_ARGB (255, 112, 128, 144 )
    #define Light Slate Gray D3DCOLOR_ARGB (255, 119, 136, 153 )
    #define Gray D3DCOLOR_ARGB (255, 192, 192, 192 )
    #define Light Gray D3DCOLOR_ARGB (255, 211, 211, 211 )
    #define Midnight Blue D3DCOLOR_ARGB (255, 25, 25, 112 )
    #define Navy D3DCOLOR_ARGB (255, 0, 0, 128 )
    #define Cornflower Blue D3DCOLOR_ARGB (255, 100, 149, 237 )
    #define Dark Slate Blue D3DCOLOR_ARGB (255, 72, 61, 139 )
    #define Slate Blue D3DCOLOR_ARGB (255, 106, 90, 205 )
    #define Medium Slate Blue D3DCOLOR_ARGB (255, 123, 104, 238 )
    #define Light Slate Blue D3DCOLOR_ARGB (255, 132, 112, 255 )
    #define Medium Blue D3DCOLOR_ARGB (255, 0, 0, 205 )
    #define Royal Blue D3DCOLOR_ARGB (255, 65, 105, 225 )
    #define Blue D3DCOLOR_ARGB (255, 0, 0, 255 )
    #define Dodger Blue D3DCOLOR_ARGB (255, 30, 144, 255 )
    #define Deep Sky Blue D3DCOLOR_ARGB (255, 0, 191, 255 )
    #define Sky Blue D3DCOLOR_ARGB (255, 135, 206, 235 )
    #define Light Sky Blue D3DCOLOR_ARGB (255, 135, 206, 250 )
    #define Steel Blue D3DCOLOR_ARGB (255, 70, 130, 180 )
    #define Light Steel Blue D3DCOLOR_ARGB (255, 176, 196, 222 )
    #define Light Blue D3DCOLOR_ARGB (255, 173, 216, 230 )
    #define Powder Blue D3DCOLOR_ARGB (255, 176, 224, 230 )
    #define Pale Turquoise D3DCOLOR_ARGB (255, 175, 238, 238 )
    #define Dark Turquoise D3DCOLOR_ARGB (255, 0, 206, 209 )
    #define Medium Turquoise D3DCOLOR_ARGB (255, 72, 209, 204 )
    #define Turquoise D3DCOLOR_ARGB (255, 64, 224, 208 )
    #define Cyan D3DCOLOR_ARGB (255, 0, 255, 255 )
    #define Light Cyan D3DCOLOR_ARGB (255, 224, 255, 255 )
    #define Cadet Blue D3DCOLOR_ARGB (255, 95, 158, 160 )
    #define Medium Aquamarine D3DCOLOR_ARGB (255, 102, 205, 170 )
    #define Aquamarine D3DCOLOR_ARGB (255, 127, 255, 212 )
    #define Dark Green D3DCOLOR_ARGB (255, 0, 100, 0 )
    #define Dark Olive Green D3DCOLOR_ARGB (255, 85, 107, 47 )
    #define Dark Sea Green D3DCOLOR_ARGB (255, 143, 188, 143 )
    #define Sea Green D3DCOLOR_ARGB (255, 46, 139, 87 )
    #define Medium Sea Green D3DCOLOR_ARGB (255, 60, 179, 113 )
    #define Light Sea Green D3DCOLOR_ARGB (255, 32, 178, 170 )
    #define Pale Green D3DCOLOR_ARGB (255, 152, 251, 152 )
    #define Spring Green D3DCOLOR_ARGB (255, 0, 255, 127 )
    #define Lawn Green D3DCOLOR_ARGB (255, 124, 252,   0 )
    #define Green D3DCOLOR_ARGB (255, 0, 255, 0 )
    #define Chartreuse D3DCOLOR_ARGB (255, 127, 255, 0 )
    #define Medium Spring Green D3DCOLOR_ARGB (255, 0, 250, 154 )
    #define Green Yellow D3DCOLOR_ARGB (255, 173, 255, 47 )
    #define Lime Green D3DCOLOR_ARGB (255, 50 205  50 )
    #define Yellow Green D3DCOLOR_ARGB (255, 154 205  50 )
    #define Forest Green D3DCOLOR_ARGB (255, 34 139  34 )
    #define Olive Drab D3DCOLOR_ARGB (255, 107 142  35 )
    #define Dark Khaki D3DCOLOR_ARGB (255, 189 183 107 )
    #define Khaki D3DCOLOR_ARGB (255, 240 230 140 )
    #define Pale Goldenrod D3DCOLOR_ARGB (255, 238 232 170 )
    #define Light Goldenrod Yellow D3DCOLOR_ARGB (255, 250 250 210 )
    #define Light Yellow D3DCOLOR_ARGB (255, 255, 255, 224 )
    #define Yellow D3DCOLOR_ARGB (255, 255, 255, 0 )
    #define Gold D3DCOLOR_ARGB (255, 255, 215, 0 )
    #define Light Goldenrod D3DCOLOR_ARGB (255, 238, 221, 130 )
    #define Goldenrod D3DCOLOR_ARGB (255, 218, 165, 32 )
    #define Dark Goldenrod D3DCOLOR_ARGB (255, 184, 134, 11 )
    #define Rosy Brown D3DCOLOR_ARGB (255, 188 143 143 )
    #define Indian Red D3DCOLOR_ARGB (255, 205  92  92 )
    #define Saddle Brown D3DCOLOR_ARGB (255, 139, 69, 19 )
    #define Sienna D3DCOLOR_ARGB (255, 160, 82, 45 )
    #define Peru D3DCOLOR_ARGB (255, 205, 133, 63 )
    #define Burlywood D3DCOLOR_ARGB (255, 222, 184, 135 )
    #define Beige D3DCOLOR_ARGB (255, 245, 245, 220 )
    #define Wheat D3DCOLOR_ARGB (255, 245, 222, 179 )
    #define Sandy Brown D3DCOLOR_ARGB (255, 244, 164,  96 )
    #define Tan D3DCOLOR_ARGB (255, 210, 180, 140 )
    #define Chocolate D3DCOLOR_ARGB (255, 210, 105, 30 )
    #define Firebrick D3DCOLOR_ARGB (255, 178, 34, 34 )
    #define Brown D3DCOLOR_ARGB (255, 165, 42, 42 )
    #define Dark Salmon D3DCOLOR_ARGB (255, 233, 150, 122 )
    #define Salmon D3DCOLOR_ARGB (255, 250, 128, 114 )
    #define Light Salmon D3DCOLOR_ARGB (255, 255, 160, 122 )
    #define Orange D3DCOLOR_ARGB (255, 255, 165, 0 )
    #define Dark Orange D3DCOLOR_ARGB (255, 255, 140, 0 )
    #define Coral D3DCOLOR_ARGB (255, 255, 127, 80 )
    #define Light Coral D3DCOLOR_ARGB (255, 240, 128, 128 )
    #define Tomato D3DCOLOR_ARGB (255, 255, 99, 71 )
    #define Orange Red D3DCOLOR_ARGB (255, 255, 69, 0 )
    #define Red D3DCOLOR_ARGB (255, 255, 0, 0 )
    #define Hot Pink D3DCOLOR_ARGB (255, 255, 105, 180 )
    #define Deep Pink D3DCOLOR_ARGB (255, 255, 20, 147 )
    #define Pink D3DCOLOR_ARGB (255, 255, 192, 203 )
    #define Light Pink D3DCOLOR_ARGB (255, 255, 182, 193 )
    #define Pale Violet Red D3DCOLOR_ARGB (255, 219, 112, 147 )
    #define Maroon D3DCOLOR_ARGB (255, 176, 48, 96 )
    #define Medium Violet Red D3DCOLOR_ARGB (255, 199, 21, 133 )
    #define Violet Red D3DCOLOR_ARGB (255, 208, 32, 144 )
    #define Magenta D3DCOLOR_ARGB (255, 255, 0, 255 )
    #define Violet D3DCOLOR_ARGB (255, 238, 130, 238 )
    #define Plum D3DCOLOR_ARGB (255, 221, 160, 221 )
    #define Orchid D3DCOLOR_ARGB (255, 218, 112, 214 )
    #define Medium Orchid D3DCOLOR_ARGB (255, 186, 85, 211 )
    #define Dark Orchid D3DCOLOR_ARGB (255, 153, 50, 204 )
    #define Dark Violet D3DCOLOR_ARGB (255, 148, 0, 211 )
    #define Blue Violet D3DCOLOR_ARGB (255, 138, 43, 226 )
    #define Purple D3DCOLOR_ARGB (255, 160, 32, 240 )
    #define Medium Purple D3DCOLOR_ARGB (255, 147, 112, 219 )
    #define Thistle D3DCOLOR_ARGB (255, 216, 191, 216 )
    Code:
    1>------ Build started: Project: NDSPUBV1, Configuration: Debug Win32 ------
    1>  cWinamp.cpp
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\cwinamp.h(9): fatal error C1083: Cannot open include file: 'License.h': No such file or directory
    1>  Menu.cpp
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(26): warning C4005: 'Lavender' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(25) : see previous definition of 'Lavender'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(28): warning C4005: 'White' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(5) : see previous definition of 'White'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(35): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(33) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(39): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(30) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(40): warning C4005: 'Slate' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(32) : see previous definition of 'Slate'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(42): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(35) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(43): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(41) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(49): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(42) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(51): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(49) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(52): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(51) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(55): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(39) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(56): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(43) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(59): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(52) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(61): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(56) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(63): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(55) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(64): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(63) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(65): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(64) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(67): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(61) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(68): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(59) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(69): warning C4005: 'Pale' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(54) : see previous definition of 'Pale'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(74): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(67) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(75): warning C4005: 'Green' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(72) : see previous definition of 'Green'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(80): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(65) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(82): warning C4005: 'Pale' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(69) : see previous definition of 'Pale'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(83): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(68) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(84): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(83) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(85): warning C4005: 'Yellow' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(77) : see previous definition of 'Yellow'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(87): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(84) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(89): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(80) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(103): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(89) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(105): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(87) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(107): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(103) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(109): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(105) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(111): warning C4005: 'Orange' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(106) : see previous definition of 'Orange'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(114): warning C4005: 'Deep' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(47) : see previous definition of 'Deep'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(116): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(109) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(117): warning C4005: 'Pale' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(82) : see previous definition of 'Pale'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(119): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(74) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(122): warning C4005: 'Violet' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(120) : see previous definition of 'Violet'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(125): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(119) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(126): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(107) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(127): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(126) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(128): warning C4005: 'Blue' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(45) : see previous definition of 'Blue'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(130): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(125) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(5): warning C4005: 'White' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(28) : see previous definition of 'White'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(25): warning C4005: 'Lavender' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(26) : see previous definition of 'Lavender'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(26): warning C4005: 'Lavender' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(25) : see previous definition of 'Lavender'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(28): warning C4005: 'White' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(5) : see previous definition of 'White'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(30): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(127) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(32): warning C4005: 'Slate' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(40) : see previous definition of 'Slate'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(33): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(116) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(35): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(33) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(39): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(30) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(40): warning C4005: 'Slate' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(32) : see previous definition of 'Slate'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(41): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(130) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(42): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(35) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(43): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(41) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(45): warning C4005: 'Blue' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(128) : see previous definition of 'Blue'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(47): warning C4005: 'Deep' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(114) : see previous definition of 'Deep'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(49): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(42) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(51): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(49) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(52): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(51) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(54): warning C4005: 'Pale' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(117) : see previous definition of 'Pale'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(55): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(39) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(56): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(43) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(59): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(52) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(61): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(56) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(63): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(55) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(64): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(63) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(65): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(64) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(67): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(61) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(68): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(59) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(69): warning C4005: 'Pale' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(54) : see previous definition of 'Pale'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(72): warning C4005: 'Green' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(75) : see previous definition of 'Green'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(74): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(67) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(75): warning C4005: 'Green' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(72) : see previous definition of 'Green'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(77): warning C4005: 'Yellow' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(85) : see previous definition of 'Yellow'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(80): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(65) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(82): warning C4005: 'Pale' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(69) : see previous definition of 'Pale'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(83): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(68) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(84): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(83) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(85): warning C4005: 'Yellow' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(77) : see previous definition of 'Yellow'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(87): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(84) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(89): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(80) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(103): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(89) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(105): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(87) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(106): warning C4005: 'Orange' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(111) : see previous definition of 'Orange'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(107): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(103) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(109): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(105) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(111): warning C4005: 'Orange' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(106) : see previous definition of 'Orange'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(114): warning C4005: 'Deep' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(47) : see previous definition of 'Deep'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(116): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(109) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(117): warning C4005: 'Pale' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(82) : see previous definition of 'Pale'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(119): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(74) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(120): warning C4005: 'Violet' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(122) : see previous definition of 'Violet'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(122): warning C4005: 'Violet' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(120) : see previous definition of 'Violet'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(125): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(119) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(126): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(107) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(127): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(126) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(128): warning C4005: 'Blue' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(45) : see previous definition of 'Blue'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(130): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(125) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\menu.cpp(129): error C2064: term does not evaluate to a function taking 1 arguments
    1>  Base.cpp
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(26): warning C4005: 'Lavender' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(25) : see previous definition of 'Lavender'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(28): warning C4005: 'White' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(5) : see previous definition of 'White'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(35): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(33) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(39): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(30) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(40): warning C4005: 'Slate' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(32) : see previous definition of 'Slate'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(42): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(35) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(43): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(41) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(49): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(42) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(51): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(49) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(52): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(51) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(55): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(39) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(56): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(43) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(59): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(52) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(61): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(56) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(63): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(55) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(64): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(63) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(65): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(64) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(67): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(61) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(68): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(59) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(69): warning C4005: 'Pale' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(54) : see previous definition of 'Pale'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(74): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(67) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(75): warning C4005: 'Green' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(72) : see previous definition of 'Green'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(80): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(65) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(82): warning C4005: 'Pale' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(69) : see previous definition of 'Pale'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(83): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(68) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(84): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(83) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(85): warning C4005: 'Yellow' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(77) : see previous definition of 'Yellow'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(87): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(84) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(89): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(80) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(103): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(89) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(105): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(87) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(107): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(103) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(109): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(105) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(111): warning C4005: 'Orange' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(106) : see previous definition of 'Orange'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(114): warning C4005: 'Deep' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(47) : see previous definition of 'Deep'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(116): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(109) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(117): warning C4005: 'Pale' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(82) : see previous definition of 'Pale'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(119): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(74) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(122): warning C4005: 'Violet' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(120) : see previous definition of 'Violet'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(125): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(119) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(126): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(107) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(127): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(126) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(128): warning C4005: 'Blue' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(45) : see previous definition of 'Blue'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(130): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(125) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\base.cpp(57): error C2065: 'Teal' : undeclared identifier
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\base.cpp(58): error C2065: 'GreenYellow' : undeclared identifier
    1>  Generating Code...
    1>  Compiling...
    1>  DirectX.cpp
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(26): warning C4005: 'Lavender' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(25) : see previous definition of 'Lavender'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(28): warning C4005: 'White' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(5) : see previous definition of 'White'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(35): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(33) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(39): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(30) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(40): warning C4005: 'Slate' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(32) : see previous definition of 'Slate'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(42): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(35) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(43): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(41) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(49): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(42) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(51): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(49) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(52): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(51) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(55): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(39) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(56): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(43) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(59): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(52) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(61): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(56) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(63): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(55) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(64): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(63) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(65): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(64) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(67): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(61) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(68): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(59) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(69): warning C4005: 'Pale' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(54) : see previous definition of 'Pale'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(74): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(67) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(75): warning C4005: 'Green' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(72) : see previous definition of 'Green'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(80): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(65) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(82): warning C4005: 'Pale' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(69) : see previous definition of 'Pale'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(83): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(68) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(84): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(83) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(85): warning C4005: 'Yellow' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(77) : see previous definition of 'Yellow'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(87): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(84) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(89): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(80) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(103): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(89) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(105): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(87) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(107): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(103) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(109): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(105) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(111): warning C4005: 'Orange' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(106) : see previous definition of 'Orange'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(114): warning C4005: 'Deep' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(47) : see previous definition of 'Deep'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(116): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(109) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(117): warning C4005: 'Pale' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(82) : see previous definition of 'Pale'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(119): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(74) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(122): warning C4005: 'Violet' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(120) : see previous definition of 'Violet'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(125): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(119) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(126): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(107) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(127): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(126) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(128): warning C4005: 'Blue' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(45) : see previous definition of 'Blue'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(130): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(125) : see previous definition of 'Medium'
    1>  Generating Code...
    1>  Compiling...
    1>  MenuFormat.cpp
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(26): warning C4005: 'Lavender' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(25) : see previous definition of 'Lavender'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(28): warning C4005: 'White' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(5) : see previous definition of 'White'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(35): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(33) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(39): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(30) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(40): warning C4005: 'Slate' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(32) : see previous definition of 'Slate'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(42): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(35) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(43): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(41) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(49): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(42) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(51): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(49) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(52): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(51) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(55): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(39) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(56): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(43) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(59): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(52) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(61): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(56) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(63): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(55) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(64): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(63) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(65): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(64) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(67): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(61) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(68): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(59) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(69): warning C4005: 'Pale' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(54) : see previous definition of 'Pale'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(74): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(67) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(75): warning C4005: 'Green' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(72) : see previous definition of 'Green'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(80): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(65) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(82): warning C4005: 'Pale' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(69) : see previous definition of 'Pale'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(83): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(68) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(84): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(83) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(85): warning C4005: 'Yellow' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(77) : see previous definition of 'Yellow'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(87): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(84) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(89): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(80) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(103): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(89) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(105): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(87) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(107): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(103) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(109): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(105) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(111): warning C4005: 'Orange' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(106) : see previous definition of 'Orange'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(114): warning C4005: 'Deep' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(47) : see previous definition of 'Deep'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(116): warning C4005: 'Light' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(109) : see previous definition of 'Light'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(117): warning C4005: 'Pale' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(82) : see previous definition of 'Pale'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(119): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(74) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(122): warning C4005: 'Violet' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(120) : see previous definition of 'Violet'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(125): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(119) : see previous definition of 'Medium'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(126): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(107) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(127): warning C4005: 'Dark' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(126) : see previous definition of 'Dark'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(128): warning C4005: 'Blue' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(45) : see previous definition of 'Blue'
    1>c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(130): warning C4005: 'Medium' : macro redefinition
    1>          c:\documents and settings\xraydoc\my documents\ndsbase\ndsbase\ndsbase\defines.h(125) : see previous definition of 'Medium'
    1>  Generating Code...
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

  2. #2
    RagedYet's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    California
    Posts
    220
    Reputation
    -3
    Thanks
    34
    My Mood
    Devilish
    try puting the names of the colors all together i mean no spaces ^^



  3. #3
    yarulzwwe's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    0
    My Mood
    Chatty
    ill try that

  4. #4
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Quote Originally Posted by RagedYet View Post
    try puting the names of the colors all together i mean no spaces ^^
    Yea thats the problem, notice how you didnt get an error for colors like "Lavender"
    Dont ban me

  5. #5
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Should have just posted them in the thread uptop, would have added them to the sticky ^^ If you fixed them /

  6. #6
    yarulzwwe's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    0
    My Mood
    Chatty
    oh nvm i fixed it
    Last edited by yarulzwwe; 08-26-2010 at 04:16 AM.

  7. #7
    RagedYet's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    California
    Posts
    220
    Reputation
    -3
    Thanks
    34
    My Mood
    Devilish
    Glad to help Ya Welcome!



Similar Threads

  1. [RELEASE] ARGB to HEX Converter :)
    By o-o in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 09-08-2010, 09:28 AM
  2. help with my best hack ever i will release if u...
    By josephjboogie3 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 11-13-2007, 04:24 AM
  3. Kingz Of Key's V2.0 Need Help With Release!
    By Redbull in forum WarRock - International Hacks
    Replies: 13
    Last Post: 08-27-2007, 10:35 AM
  4. My New Release! - Shotgun Helped Me!
    By Jeffrey1993 in forum WarRock - International Hacks
    Replies: 24
    Last Post: 08-26-2007, 08:12 PM
  5. [release]dlux colors.exe[Help me]!!!
    By Edge15 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 04-17-2007, 01:53 PM