Opened 16 years ago

Closed 16 years ago

#211 closed defect (duplicate)

Compilation error on windows Microsoft Visual C++ 7.1

Reported by: asherman Owned by: mloskot
Priority: critical Milestone:
Component: Build/Install Version:
Severity: Significant Keywords:
Cc:

Description

To compile the version 3.0.2 properly it's needed to add " io\CLocalizer.obj \" string into the "source\Makefile.vc" file and change the "source\io\CLocalizer.cpp" file. Just to remove "std::" before "setlocale" function calls, because the "setlocale" function isn't a part of std in the version of MS VC compiler. But it will not influence other systems, because there is "using namespace std;" declaration on the top of the file.

Change History (2)

comment:1 by mloskot, 16 years ago

Status: newassigned

comment:2 by mloskot, 16 years ago

Resolution: duplicate
Status: assignedclosed

This issue has been already fixed (see ticket #206).

Note: See TracTickets for help on using tickets.