T O P I C R E V I E W |
jzq740176597 |
Posted - May 17 2012 : 9:19:02 PM va1903 win7 32 vs08
|
3 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - May 22 2012 : 6:19:55 PM *ah* I see.
We try to provide assistance with incomplete thus not compiling code, but unfortunately there are limitations. Hopefully you don't run into this situation every day :) Our underlining method cannot catch every type of mistake and also, there are valid underlines. e.g. you use a variable before (in time) you declare it which is valid since nobody will tell you which order you must write the code. So we won't complain, "alert" the user because there is an undefined symbol which he wants to use. It would be distracting and also unnecessary in a lot of cases. We just try to (silently) provide assistance with not (yet) compiling code as well, but unfortunately it will never be perfect. Hope it makes sense :) |
jzq740176597 |
Posted - May 21 2012 : 9:04:43 PM "Do you have an another struct / class / namespace with the same name? (OffDist) These members may come from an other instance." No,I am sure. The second construct function of OffDist class,Is mistake for there are 2 "OffDist()(double dDist,double iAlong,double iPerp)" if I remove the middle "()",Everything is OK.So May find a solution to alart user the second construct is wrong!(i.e When red line under it) |
accord |
Posted - May 18 2012 : 4:01:53 PM Do you have an another struct / class / namespace with the same name? (OffDist) These members may come from an other instance. |
|
|