バグ #3276
コンポーネントのヘッダのusing ディレクティブの場所がVC2013でエラーになる
Start date:
08/05/2015
Due date:
% Done:
100%
Estimated time:
Description
コンポーネントのヘッダのusing ディレクティブの場所がVC2013でエラーになる。
// Service Consumer stub headers // <rtc-template block="port_stub_h"> // </rtc-template> using namespace RTC; #include <rtm/Manager.h> #include <rtm/DataFlowComponentBase.h> #include <rtm/CorbaPort.h> #include <rtm/DataInPort.h> #include <rtm/DataOutPort.h>
は
// Service Consumer stub headers // <rtc-template block="port_stub_h"> // </rtc-template> #include <rtm/Manager.h> #include <rtm/DataFlowComponentBase.h> #include <rtm/CorbaPort.h> #include <rtm/DataInPort.h> #include <rtm/DataOutPort.h> using namespace RTC;
でなくてはならない。
https://msdn.microsoft.com/ja-jp/library/t57wswcs(v=vs.120).aspx
History
#2 Updated by ga almost 8 years ago
- Assignee set to ga
- % Done changed from 0 to 100
#3 Updated by n-ando almost 7 years ago
- Status changed from 解決 to 終了