Thread: text color

  1. #16
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    uh, wheres the project name?
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  2. #17
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Instead, just click on Project in the menu bar, and do steps 2-6

  3. #18
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    the project tab thingy is greyed out
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  4. #19
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Let me guess....you didn't create a project?

  5. #20
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    hhm, ill recreate it, im using a .cpp file copied form a floppy disk that was on my other computer. so there is no project made. ill make a project and copy the code. all 800 somthing lines... ( thank god for copy and paste )
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  6. #21
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    thanks for all your help!
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  7. #22
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Thank god for copy and paste
    Amen to that (now if we could use those for the 100x sentences

    No prob with the help

  8. #23
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    ****. it says it cant find the file conio.o on the linker thing. i gave it the correct address and EVERYTHING. thsi is the error under the lnker tab

    g++: C:\My: No such file or directory
    g++: Documents\Daniels: No such file or directory
    g++: Stuff\dev: No such file or directory
    g++: c++: No such file or directory
    g++: 4\Lib\conio.o: No such file or directory
    g++: file path prefix `C:\MYDOCU~1\DANIEL~1\DEVC__~1\BIN\' never used
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  9. #24
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    the header file ais at C:\My Documents\Daniels Stuff\dev c++ 4\Lib\conio.o
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  10. #25
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Originally posted by Klinerr1
    the header file ais at C:\My Documents\Daniels Stuff\dev c++ 4\Lib\conio.o
    That's why...it has to be in the root (C: or whatever) directory.

  11. #26
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    you mean right under c like c:\conio.o ?!?!?! i think its that the directories have spaces
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  12. #27
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    no no no....I ment this: C:\Dev-C++\ where C: is the root directory, and Dev-C++ is where Dev-C++ is located at...so to link to the conio.o file, you'd put this: C:\Dev-C++\Lib\conio.o

  13. #28
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    i did! the program is in

    C:\My Documents\Daniels Stuff\dev c++ 4\

    i reinstaled it and put it in the defualt directory. its becuas ei put in spaces, now! it works!
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  14. #29
    Seven years? civix's Avatar
    Join Date
    Jul 2002
    Posts
    605
    ....He could have just renamed the folders without spaces instead of reinstalling...
    .

  15. #30
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    i tried that but it skrewed other **** up, cant xplain. reinstalign wa easier
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. GUI Text Color Problem
    By justlivelife15 in forum Windows Programming
    Replies: 3
    Last Post: 06-25-2007, 05:47 AM
  2. Change text color in C
    By IndioDoido in forum C Programming
    Replies: 9
    Last Post: 04-15-2007, 05:54 AM
  3. Critique my lighting model.
    By psychopath in forum Game Programming
    Replies: 4
    Last Post: 08-12-2006, 06:23 PM
  4. Color text from windows.h?
    By Saintdog in forum C++ Programming
    Replies: 10
    Last Post: 12-03-2004, 09:20 AM
  5. Ok, Structs, I need help I am not familiar with them
    By incognito in forum C++ Programming
    Replies: 7
    Last Post: 06-29-2002, 09:45 PM