开发者

how to use namespace system in c++ builder xe?

开发者 https://www.devze.com 2023-04-03 07:24 出处:网络
i mistakenly unistalled visual studio from my system and now i am stuck with c++ builder xe, i have a code that uses members of namespace System, like String type etc. i ha开发者_如何学Cve tried to us

i mistakenly unistalled visual studio from my system and now i am stuck with c++ builder xe, i have a code that uses members of namespace System, like String type etc. i ha开发者_如何学Cve tried to use the namespace by statement

using namespace System;

and

using namespace system;

but neither works. it gives no errors with the namespace but doesnot recogonize its members and declares String as an undefined symbol. i would like to know how can i use this namespace in my c++ builder xe?? thanks


Why don't you just re-install Visual Studio from your install CD's?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号