News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Pasting function not working!

Started by noob, January 13, 2009, 01:53:35 AM

Previous topic - Next topic

noob

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

ollydbg

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
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

noob

huh, what is nightly build version. What is that. I never heard of it before.

ollydbg

Quote from: noob on January 13, 2009, 03:08:55 AM
huh, what is nightly build version. What is that. I never heard of it before.
See here:
http://forums.next.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
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

noob

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.

ollydbg

Enable your compiler log output.
Logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
And paste here.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

noob

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

ollydbg

No, please see my previous post carefully.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.