Click here to Skip to main content
15,887,585 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Compiler Error Pin
Thomas Daniels22-Jul-13 6:59
mentorThomas Daniels22-Jul-13 6:59 
GeneralRe: Compiler Error Pin
Richard MacCutchan22-Jul-13 21:15
mveRichard MacCutchan22-Jul-13 21:15 
GeneralRe: Compiler Error Pin
Thomas Daniels22-Jul-13 22:21
mentorThomas Daniels22-Jul-13 22:21 
GeneralRe: Compiler Error Pin
R. Giskard Reventlov23-Jul-13 5:22
R. Giskard Reventlov23-Jul-13 5:22 
GeneralRe: Compiler Error Pin
Richard MacCutchan23-Jul-13 5:29
mveRichard MacCutchan23-Jul-13 5:29 
GeneralRe: Compiler Error Pin
R. Giskard Reventlov23-Jul-13 5:43
R. Giskard Reventlov23-Jul-13 5:43 
GeneralRe: Compiler Error Pin
Richard MacCutchan23-Jul-13 5:49
mveRichard MacCutchan23-Jul-13 5:49 
GeneralRe: Compiler Error Pin
NaOHwwl22-Jul-13 7:15
NaOHwwl22-Jul-13 7:15 
Hi, all

I've locate the error at line 13770 in exprtk.hpp, which is:

Quote:
static inline std::string id(expression_generator<type>& expr_gen,
const details::operator_type o0, const details::operator_type o1)
{
return (details::build_string() << "(t" << expr_gen.to_str(o0) << "t)" << expr_gen.to_str(o1) << "t");
}


I comment the command after "<<", and the problem remains. Thus I can narrow it to
Quote:
details::build_string()


I extrememly appreciate if anyone can bring some solution.

Many thanks in advane.

Long
GeneralRe: Compiler Error Pin
Richard MacCutchan22-Jul-13 21:03
mveRichard MacCutchan22-Jul-13 21:03 
Questiond3d color translate Pin
boxfile21-Jul-13 22:18
boxfile21-Jul-13 22:18 
AnswerRe: d3d color translate Pin
boxfile21-Jul-13 22:44
boxfile21-Jul-13 22:44 
SuggestionRe: d3d color translate Pin
Richard MacCutchan22-Jul-13 2:00
mveRichard MacCutchan22-Jul-13 2:00 
QuestionMicrosoft Expression Encoder with IIS Live Smooth Streaming Issue Pin
Member 1003572121-Jul-13 21:45
Member 1003572121-Jul-13 21:45 
QuestionRe: Microsoft Expression Encoder with IIS Live Smooth Streaming Issue Pin
Richard MacCutchan21-Jul-13 23:46
mveRichard MacCutchan21-Jul-13 23:46 
QuestionConnect to local datadase Pin
Member 905807321-Jul-13 20:46
Member 905807321-Jul-13 20:46 
AnswerRe: Connect to local datadase Pin
Richard MacCutchan21-Jul-13 23:45
mveRichard MacCutchan21-Jul-13 23:45 
Question[C++] How to change the mouse position in Mouse Hook Pin
Rex Miao21-Jul-13 17:25
Rex Miao21-Jul-13 17:25 
AnswerRe: [C++] How to change the mouse position in Mouse Hook Pin
pasztorpisti21-Jul-13 21:35
pasztorpisti21-Jul-13 21:35 
GeneralRe: [C++] How to change the mouse position in Mouse Hook Pin
Rex Miao22-Jul-13 16:47
Rex Miao22-Jul-13 16:47 
GeneralRe: [C++] How to change the mouse position in Mouse Hook Pin
pasztorpisti22-Jul-13 22:42
pasztorpisti22-Jul-13 22:42 
GeneralRe: [C++] How to change the mouse position in Mouse Hook Pin
Rex Miao14-Aug-13 16:10
Rex Miao14-Aug-13 16:10 
GeneralRe: [C++] How to change the mouse position in Mouse Hook Pin
pasztorpisti14-Aug-13 19:12
pasztorpisti14-Aug-13 19:12 
GeneralRe: [C++] How to change the mouse position in Mouse Hook Pin
Rex Miao14-Aug-13 19:24
Rex Miao14-Aug-13 19:24 
AnswerRe: [C++] How to change the mouse position in Mouse Hook Pin
Stephen Hewitt23-Jul-13 8:35
Stephen Hewitt23-Jul-13 8:35 
GeneralRe: [C++] How to change the mouse position in Mouse Hook Pin
Rex Miao24-Jul-13 17:49
Rex Miao24-Jul-13 17:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.