Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Sepultura on July 06, 2015, 03:07:20 pm

Title: [LINUX] Multiple Versions of Libraries / Auto Code Completion
Post by: Sepultura on July 06, 2015, 03:07:20 pm
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
Title: Re: [LINUX] Multiple Versions of Libraries / Auto Code Completion
Post by: oBFusCATed on July 07, 2015, 12:28:03 am
And the problem you're having is?
Title: Re: [LINUX] Multiple Versions of Libraries / Auto Code Completion
Post by: BlueHazzard on July 07, 2015, 02:44:29 pm
if i understand it correctly his problem is that the autocomplete plugin uses the wrong headers for complementation