Pleora/Eclipse集成c ++ [英] Pleora / Eclipse Integration c++

查看:182
本文介绍了Pleora/Eclipse集成c ++的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好!我正在将我的项目从Visual Studio 2005迁移到Eclipse CDT,我知道这不是蚀论坛,但是我需要进行项目的环境设置并且我没有取得任何进展.
我无法告诉您的是,我正在使用Pleora SDK(ebus),它具有文档,但是没有特别的项目可以告诉您如何设置此问题.我必须设置Eclipse CDT或QCreator,在QCreator中,我已经在.pro文件中包含了相应的.h文件,但是当我仅包含所需的.h文件时,我在编译器中就会遇到问题.这是我用来测试lib正确集成的行:
//QCreator编译器
#include< pvbuffer.h>

这是编译器的输出:
../../../程序文件(x86)/Pleora Technologies Inc/eBUS SDK/Includes/PvBuffer.h:98:错误:为不推荐使用"属性指定的参数数量错误

好吧,我希望有人能给出提示!

Hi everyone!, i am migrating my project from visual studio 2005 to Eclipse CDT, I know that this is not a eclipse''s forum, but i need to make the enviroment setup of the project and i not making any progress.
What i cant tell you is that i am using Pleora SDK (ebus), it has it documentation but it has not particular item that tells how to setup this issues. Eclipse CDT or QCreator is what i have to settup, in QCreator i have include in the .pro file the corresponding .h files , but i when i just include the .h file that i need i just get problems in the compiler. this is the line that i use to test the correct integration of the lib:
//QCreator Compiler
#include <pvbuffer.h>

this it the output of the compiler:
../../../Program Files (x86)/Pleora Technologies Inc/eBUS SDK/Includes/PvBuffer.h:98: error: wrong number of arguments specified for ''deprecated'' attribute

well i hope that someone can give a hint!

推荐答案

Eclipse CDT使用MinGW GNU C ++编译器,而eBUS SDK可能不支持此功能. />
使用eclipse IDE进行C ++开发–入门指南 [ ^ ]

您可能需要制作新的导入库并自己编辑标头.

如何使用MinGW为DLL创建DLL导入库 [
Eclipse CDT uses the MinGW GNU C++ compiler, and the eBUS SDK probably doesn''t support this.

C++ Development using eclipse IDE– Starters guide[^]

You will proably need to make new import libraries and edit the headers yourself.

HOWTO Create an Import Library for a DLL using MinGW[^]

Best regards
Espen Harlinn


这篇关于Pleora/Eclipse集成c ++的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆