| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
|---|---|---|---|---|---|---|---|---|---|
| 0003932 | Spring engine | General | public | 2013-08-12 13:50 | 2013-08-27 01:56 | ||||
| Reporter | abma | ||||||||
| Assigned To | abma | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | resolved | Resolution | fixed | ||||||
| Product Version | 94.1.1+git | ||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0003932: msvc compile error: 'strtof': identifier not found | ||||||||
| Description | 8>..\..\Game\UI\SelectionKeyHandler.cpp(198): error C3861: 'strtof': identifier not found | ||||||||
| Additional Information | http://springrts.com/phpbb/viewtopic.php?f=12&t=30787&p=546130#p546130 | ||||||||
| Tags | No tags attached. | ||||||||
| Checked infolog.txt for Errors | |||||||||
| Attached Files |
| ||||||||
Notes |
|
|
abma (administrator) 2013-08-12 16:36 |
https://github.com/spring/spring/blob/develop/rts/Game/UI/SelectionKeyHandler.cpp#L192 (no clue why line is different...) |
|
Kloot (developer) 2013-08-26 01:17 |
std::strtof is in C99 which M$ doesn't bother to support. Either std::strtod should be used or MSVC should be ignored entirely. |
|
abma (administrator) 2013-08-27 01:56 |
if its few work i prefer fixing compile errors like these... the more working compilers, the better! (but not at all costs) |
Issue History |
|||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2013-08-12 13:50 | abma | New Issue | |
| 2013-08-12 16:36 | abma | Note Added: 0011300 | |
| 2013-08-26 01:17 | Kloot | Note Added: 0011405 | |
| 2013-08-27 01:43 | abma | Changeset attached | => spring develop 4bd0e3d5 |
| 2013-08-27 01:43 | abma | Assigned To | => abma |
| 2013-08-27 01:43 | abma | Status | new => resolved |
| 2013-08-27 01:43 | abma | Resolution | open => fixed |
| 2013-08-27 01:56 | abma | Note Added: 0011430 | |


