Results 1 to 4 of 4
  1. #1
    HaruShots's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Location
    Somewhere on earth
    Posts
    145
    Reputation
    10
    Thanks
    1,382
    My Mood
    Busy

    How to fix this code?

    How do I fix this code? RED 'undeclared identifier'? @COD3RIN

    ScreenShot


    Last edited by HaruShots; 12-08-2014 at 12:51 AM.
    Beginning of a journey is easy, but when your on the middle of the journey challenges appears.

  2. #2
    asianism's Avatar
    Join Date
    Oct 2011
    Gender
    female
    Location
    mpgh.net
    Posts
    76
    Reputation
    10
    Thanks
    792
    My Mood
    Amazed
    Solution1:

    #define RED D3DCOLOR_ARGB(255, 255, 000, 000)

    Solution2:

    Replace RED with D3DCOLOR_ARGB(255, 255, 000, 000)

  3. The Following User Says Thank You to asianism For This Useful Post:

    HaruShots (12-08-2014)

  4. #3
    HaruShots's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Location
    Somewhere on earth
    Posts
    145
    Reputation
    10
    Thanks
    1,382
    My Mood
    Busy
    Quote Originally Posted by asianism View Post
    Solution1:

    #define RED D3DCOLOR_ARGB(255, 255, 000, 000)

    Solution2:

    Replace RED with D3DCOLOR_ARGB(255, 255, 000, 000)
    Thanks Solution 1 is better
    Beginning of a journey is easy, but when your on the middle of the journey challenges appears.

  5. #4
    IWillSmackYou's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    12
    My Mood
    Stressed
    Quote Originally Posted by HaruShots View Post
    Thanks Solution 1 is better
    Remember that VS doesn't define color names but the hex! Goodluck!

Similar Threads

  1. [Request] how to fix this please give me code
    By killertime in forum WarRock Philippines Hacks
    Replies: 17
    Last Post: 10-25-2013, 06:31 AM
  2. [Help Request] How I Fix this code?
    By s3c0 in forum Visual Basic Programming
    Replies: 2
    Last Post: 03-04-2013, 11:17 AM
  3. How to use this code ??
    By yeat in forum Combat Arms EU Hack Coding/Source Code
    Replies: 4
    Last Post: 08-04-2010, 01:25 AM
  4. how to fix cf code 14_3
    By aznduck in forum CrossFire Mods & Rez Modding
    Replies: 3
    Last Post: 07-10-2010, 05:15 AM
  5. Help Please! You Must Know How To Fix This!
    By xweetok59 in forum C++/C Programming
    Replies: 4
    Last Post: 07-05-2009, 07:51 AM