Opened 17 years ago
Closed 17 years ago
#542 closed defect (fixed)
Fixes required to build using Visual C++ 2008
Reported by: | waltweltonlair | Owned by: | waltweltonlair |
---|---|---|---|
Priority: | medium | Milestone: | 2.1 |
Component: | General | Version: | 2.0.0 |
Severity: | major | Keywords: | |
Cc: | External ID: |
Description
The current code base has a few problems building using Visual Studio 2008:
- redefinition of vsnprintf (VC++2008 includes the proper definition of vsnprintf without underscore)
- a template compile error in the release configuration with the XQilla project
Change History (2)
comment:1 by , 17 years ago
Status: | new → assigned |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in the trunk stream with submission https://trac.osgeo.org/mapguide/changeset/3146.