Project

General

Profile

バグ #3276

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

Added by n-ando over 8 years ago. Updated almost 7 years ago.

Status:
終了
Priority:
通常
Assignee:
Target version:
-
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

#1 Updated by ga almost 8 years ago

  • Status changed from 新規 to 解決

修正させて頂きました r539

#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 終了

Also available in: Atom PDF