Author Topic: Pasting function not working!  (Read 5505 times)

Offline noob

  • Single posting newcomer
  • *
  • Posts: 4
Pasting function not working!
« 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

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Pasting function not working!
« Reply #1 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
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.

Offline noob

  • Single posting newcomer
  • *
  • Posts: 4
Re: Pasting function not working!
« Reply #2 on: January 13, 2009, 03:08:55 am »
huh, what is nightly build version. What is that. I never heard of it before.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Pasting function not working!
« Reply #3 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
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.

Offline noob

  • Single posting newcomer
  • *
  • Posts: 4
Re: Pasting function not working!
« Reply #4 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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Pasting function not working!
« Reply #5 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.
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.

Offline noob

  • Single posting newcomer
  • *
  • Posts: 4
Re: Pasting function not working!
« Reply #6 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

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Pasting function not working!
« Reply #7 on: January 13, 2009, 02:08:48 pm »
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.