News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Load class

Started by kunlamp, May 11, 2010, 04:45:04 PM

Previous topic - Next topic

kunlamp

Hi , I just create a project Test,  and create  a class TData, But after i close Code ::blocks  ,and run the code::blocks again.

I can't include the class TData . I don't not why ,The TData class does exist in the project Test. Why the compiler  say's  it can't find the TData??

can  anyone help me . Thanks in advance.

ollydbg

OS? version? codeblocks version???

What is the exact steps to reproduce this bug???
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.

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

kunlamp

I did not select the right project.
  when i open it again ,it work's.

kunlamp

would you give me some document so i can know how to debug in codeblocks,  I did't use codeblocks before,and don't know to debug .

I add beakpoint but it did not stop at where i set BP, So i'm a little confused.

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]