User forums > Nightly builds

The 12 January 2010 build (6080) is out.

<< < (2/10) > >>

Loaden:

--- Quote from: nanyu on January 13, 2010, 07:32:20 am ---#include <iostream>
#include <string>

using namespace std;

int main(int argc, char **argv)
{   
    string s;
   
    s.    //<----cc while svn6023 work good,  but svn6080 didn't work.
   
    return 0;
}
---------------------------


--- End quote ---
The soon to solve this problem:http://forums.codeblocks.org/index.php/topic,11800.msg80076.html#msg80076

ollydbg:

--- Quote from: nanyu on January 13, 2010, 07:32:20 am ---#include <iostream>
#include <string>

using namespace std;

int main(int argc, char **argv)
{   
    string s;
   
    s.    //<----cc while svn6023 work good,  but svn6080 didn't work.
   
    return 0;
}
---------------------------


--- End quote ---
I have a patch to solve this problem. you can test it. :D
see
Re: vector<int> is OK, but string or wstring no-work. and the following posts.

nanyu:
but It seem to say that bug have been fix with this nightly builder :....


--- Quote from: killerbot on January 12, 2010, 07:14:38 pm ---

* CC: fixed bug with wrong file being returned reported here: http://forums.codeblocks.org/index.php/topic,11800.msg80076.html#msg80076

--- End quote ---

Loaden:

--- Quote from: nanyu on January 13, 2010, 07:55:27 am ---but It seem to say that bug have been fix with this nightly builders :....


--- Quote from: killerbot on January 12, 2010, 07:14:38 pm ---

* CC: fixed bug with wrong file being returned reported here: http://forums.codeblocks.org/index.php/topic,11800.msg80076.html#msg80076

--- End quote ---

--- End quote ---
In fact, only a step away from success. :D

nanyu:

--- Quote from: Loaden on January 13, 2010, 08:20:27 am ---In fact, only a step away from success. :D

--- End quote ---

I have added the "_GLIBCXX_END_NESTED_NAMESPACE" to default.conf file. but cc do not work for the situation:


--- Code: ---string s;
s.

--- End code ---

BUT when I do it under svn6023, cc do everything ok (without I add "_GLIBCXX_END_NESTED_NAMESPACE" to conf file):

string s;
s. //<-- here can show the codecomplite hint windows.

vector<string> vs;
vs.pu  //<-- here can show "push_back"...




Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version