Click here to Skip to main content
15,885,782 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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!
Posted
Updated 26-Aug-12 2:52am
v3

1 solution

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
 
Share this answer
 
v2
Comments
Volynsky Alex 26-Aug-12 11:32am    
Excellent links Espen!
Espen Harlinn 27-Aug-12 4:06am    
Thank you :-D
Volynsky Alex 27-Aug-12 9:22am    
You are welcome :)
Ricardo_arg 27-Nov-12 19:06pm    
hi, thx for the hint, i have discovered that in windows enviroment pleora compiles only with msvc compilers, setting the headers and the includes variables in the compiler option of the IDE that choose to compile.
Thx every one for the answer!!!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900