Code::Blocks Forums

User forums => Help => Topic started by: noob on January 13, 2009, 01:53:35 am

Title: Pasting function not working!
Post by: noob on January 13, 2009, 01:53:35 am
OS: Windows XP SP3
Code::Blocks: 8.02-MinGWsetup
Problem:

I have been using codeblocks for about a year now and it is the best IDE that i ever used. This has been bugging me for about two days now, but i don't know when it started. Basically the pasting function doesn't work. I can not paste from other programs(WordPad, NotePad, IE, Adobe Reader) and can not paste from inside of Codeblocks. When i highlight sections of code from any program and click copy, then i go to Codeblocks and i click edit/paste(doesn't work), right-click/edit/paste(doesn't work) and click the paste button at the top which also doesn't work.

Please, Please Help Me! Reply ASAP!!!
Thanks,
noob
Title: Re: Pasting function not working!
Post by: ollydbg on January 13, 2009, 02:42:56 am
I can't test this 8.02 version for you, because I use nightly build version which has many bug fixed. Would you try nightly build version?
 :D
Title: Re: Pasting function not working!
Post by: noob on January 13, 2009, 03:08:55 am
huh, what is nightly build version. What is that. I never heard of it before.
Title: Re: Pasting function not working!
Post by: ollydbg on January 13, 2009, 03:17:01 am
huh, what is nightly build version. What is that. I never heard of it before.
See here:
http://forums.codeblocks.org/index.php?board=20.0
Generally, nightly build version is the latest version build every night.

Also see here:
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Windows
Title: Re: Pasting function not working!
Post by: noob on January 13, 2009, 04:12:47 am
Great, now one problem solved and another problem. Code::Blocks recongnizes my MinGW compiler in C:/MinGW but it won't build and of my projects. It just says process terminated in teh Build Log.
Title: Re: Pasting function not working!
Post by: ollydbg on January 13, 2009, 04:15:38 am
Enable your compiler log output.
Logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
And paste here.
Title: Re: Pasting function not working!
Post by: noob on January 13, 2009, 05:42:02 am
do i go to:
Settings<>Compiler and debigger settings<>Global compiler Settings<>TAB Other Settings<>Enable save build log to HTML file<> Enable always output the full command line in generated HTML file
Title: Re: Pasting function not working!
Post by: ollydbg on January 13, 2009, 02:08:48 pm
No, please see my previous post carefully.