Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building issue (ms compiler) #59

Closed
RomanSteinberg opened this issue May 7, 2017 · 1 comment
Closed

Building issue (ms compiler) #59

RomanSteinberg opened this issue May 7, 2017 · 1 comment

Comments

@RomanSteinberg
Copy link

RomanSteinberg commented May 7, 2017

I've tried to build checker for doubles using Visual C++ 19.0 (MS VS 2015) and it fails to compile:

_file: не является членом "_iobuf"	check	testlib.h	431	

The piece of code which generates this error is

#ifndef __BORLANDC__
	_setmode(_fileno(file), O_BINARY);
#else
	setmode(fileno(file), O_BINARY);
#endif

I think if testlib.h is supposed to be compiled using borland compiler, it can allow to use ms compiler also.

@MikeMirzayanov
Copy link
Owner

Please, re-open it if it fails to be compiled now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants