View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0000117 | OMNeT++ | IDE / simulation launcher | public | 2009-12-08 17:05 | 2011-05-25 12:40 |
|
Reporter | tjroamer | |
Assigned To | rhornig | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | duplicate | |
Platform | | OS | | OS Version | |
Product Version | 4.0 | |
Target Version | | Fixed in Version | | |
|
Summary | 0000117: VC Express 9.0 launch error |
Description | I was using VC to compile the OMNEST model. I found that the cl.exe can't be detected by the perl script, then I saw the following line in the perl script opp_msvcver.pl:
if ($logo =~ /Microsoft.*32-bit.*Version ([0-9]+)\./) {
I changed it to:
if ($logo =~ /Microsoft.*Version ([0-9]+)\./) {
then it worked. The problem was that the logo information does not contain 32-bit string, so the version can't be recognized.
Thanks.
Kai |
Tags | No tags attached. |
|
Attached Files | |
|