148 |
|
|
149 |
#if 1 |
#if 1 |
150 |
/* removing the following line causes a crash on Windows 7 */ |
/* removing the following line causes a crash on Windows 7 */ |
151 |
ERROR_REPORTER_HERE(ASC_PROG_NOTE,"Starting tree...\n"); |
//ERROR_REPORTER_HERE(ASC_PROG_NOTE,"Starting tree...\n"); |
152 |
error_reporter_tree_t *tree1 = error_reporter_tree_start(0); |
error_reporter_tree_t *tree1 = error_reporter_tree_start(0); |
153 |
/* ERROR_REPORTER_HERE(ASC_PROG_NOTE,"Started tree\n"); */ |
/* ERROR_REPORTER_HERE(ASC_PROG_NOTE,"Started tree\n"); */ |
154 |
#endif |
#endif |
168 |
stringstream ss; |
stringstream ss; |
169 |
ss << "Error(s) during instantiation of type '" << getName() << "'"; |
ss << "Error(s) during instantiation of type '" << getName() << "'"; |
170 |
throw runtime_error(ss.str()); |
throw runtime_error(ss.str()); |
171 |
}else{ |
}/*else{ |
172 |
ERROR_REPORTER_HERE(ASC_USER_NOTE,"Instantiated %s",SCP(getInternalType()->name)); |
ERROR_REPORTER_HERE(ASC_USER_NOTE,"Instantiated %s",SCP(getInternalType()->name)); |
173 |
} |
}*/ |
174 |
#endif |
#endif |
175 |
|
|
176 |
#if 1 |
#if 1 |