﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1848	falla compilación con MSVC, clock_t undefined	Jorge	Víctor de Buen Remiro	"{{{
Compiling...
oisxml.cpp
../bbasic\tol_btimer.h(37) : error C2146: syntax error : missing ';' before identifier 'created_'
../bbasic\tol_btimer.h(37) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
../bbasic\tol_btimer.h(37) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

Refiriéndose al código:
//--------------------------------------------------------------------
class TOL_API BTimer
//--------------------------------------------------------------------
{
 private:
    //! Processor time used by the program when object is created or reset.
    //! It's used as a timestamp
    clock_t created_;  // <= línea 37

Luego da otros errores quejándose también de clock_t:
../bbasic\tol_btimer.h(78) : error C2061: syntax error : identifier 'clock_t'
../bbasic\tol_btimer.h(80) : error C2061: syntax error : identifier 'clock_t'
../bbasic\tol_btimer.h(83) : error C2146: syntax error : missing ';' before identifier 'Clocks'
}}}"	defect	new	highest	Mantainance	Kernel	head	critical			
