News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

[LINUX] Multiple Versions of Libraries / Auto Code Completion

Started by Sepultura, July 06, 2015, 03:07:20 PM

Previous topic - Next topic

Sepultura

Dear Community,

since I am a Dual OS User, I am developing Software for both plattforms, but I have a huge Problem.

Sometimes there is no current Windows Built for a Library (like gtkmm), so I must use older Libraries for Programmes which shall be released for both Plattforms. Code::Blocks has a similar function like Visual C++ IntelliSense. But there is a big disadvantage. Unlike Visual Studio Code::Blocks has no .props File which can be used to set up Libraries. If I want to compile a Programme with gtkmm2 I have to use command at compiling. But the Problem is I will loose Auto-Code-Completion on Code::Blocks if I install gtkmm2 and gtkmm3 :( . Even if I use non-official releases of gtkmm3 under Windows I can still keep the old gtkmm2 without loosing IntelliSense in Visual Studio 2013. Because IntelliSense will get Information what libraries will be used by the .props files.

Thanks for Help

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

BlueHazzard

if i understand it correctly his problem is that the autocomplete plugin uses the wrong headers for complementation