プロジェクト

全般

プロフィール

バグ #3276

コンポーネントのヘッダのusing ディレクティブの場所がVC2013でエラーになる

n-ando8年以上前に追加. 約7年前に更新.

ステータス:
終了
優先度:
通常
担当者:
対象バージョン:
-
開始日:
2015/08/05
期日:
進捗率:

100%

予定工数:

説明

コンポーネントのヘッダの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

履歴

#1 ga約8年前に更新

  • ステータス新規 から 解決 に変更

修正させて頂きました r539

#2 ga約8年前に更新

  • 担当者ga にセット
  • 進捗率0 から 100 に変更

#3 n-ando約7年前に更新

  • ステータス解決 から 終了 に変更

他の形式にエクスポート: Atom PDF