Anonymous | Login | 2021-03-07 12:58 UTC | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0000207 | OMNeT++ | simulation kernel | public | 2010-09-28 11:24 | 2010-09-28 11:24 | ||||||||
Reporter | rhornig | ||||||||||||
Assigned To | |||||||||||||
Priority | low | Severity | minor | Reproducibility | have not tried | ||||||||
Status | new | Resolution | open | ||||||||||
Platform | OS | OS Version | |||||||||||
Product Version | 4.1 | ||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0000207: Issue on windows with default values using hex notation | ||||||||||||
Description | we found a minor issue in the Windows version of OMNEST 4.1. In NED files using HEX constants for default values, e.g. int PANid = default(0xDEAD); produces the error message “Cannot convert unit 'xDEAD' to none”. In OMNeT++ 4.1 in Linux it works. A workaround is a leading ‘0’, e.g. int PANid = default(0x0DEAD); So, it’s not really an urgent problem. | ||||||||||||
Tags | No tags attached. | ||||||||||||
Attached Files | |||||||||||||
![]() |
|||
Date Modified | Username | Field | Change |
2010-09-28 11:24 | rhornig | New Issue |
Copyright © 2000 - 2021 MantisBT Team |