Author Topic: trouble using imgui  (Read 3212 times)

Offline codinglexernewbie

  • Multiple posting newcomer
  • *
  • Posts: 12
trouble using imgui
« on: April 10, 2022, 12:45:47 am »
I'm trying to install imgui onto my project, but I keep getting errors like this ( how am I  doing it wrong?) :

Offline codinglexernewbie

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: trouble using imgui
« Reply #1 on: April 10, 2022, 12:49:20 am »
is the way I am downloading libraries wrong?

Offline AndrewCot

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 678
Re: trouble using imgui
« Reply #2 on: April 10, 2022, 02:17:52 am »
Have a read of this:http://forums.codeblocks.org/index.php/topic,9996.0.html

Offline codinglexernewbie

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: trouble using imgui
« Reply #3 on: April 10, 2022, 06:28:48 am »
@AndrewCot so which forums would be appropriate for this?

Offline AndrewCot

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 678
Re: trouble using imgui
« Reply #4 on: April 10, 2022, 08:47:38 am »
Did you read the page and follow the info on the page?

Offline tigerbeard

  • Almost regular
  • **
  • Posts: 186
Re: trouble using imgui
« Reply #5 on: April 10, 2022, 11:04:18 am »
is the way I am downloading libraries wrong?
I think you did not set the search paths correctly in the build options.

Offline jordi

  • Multiple posting newcomer
  • *
  • Posts: 22
Re: trouble using imgui
« Reply #6 on: April 11, 2022, 09:53:22 pm »
In this case, where the imgui headers have been added to the project, changing
#include <imgui.h>
by
#include "imgui.h"
could work (I mean avoid the imgui.h error)

Online stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Online stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: trouble using imgui
« Reply #8 on: April 11, 2022, 11:37:13 pm »
If the problem is that your compiler does not support the imgui library; Then you need to ask on a website supporting either the imgui library or your compiler! The [Code::Blocks] website does not support any compiler! Including the compiler that was shipped with Code::Blocks on some windows installers. It also does not support the either imgui library or most other libraries.

Edit: How to continue if you still think your problem might be valid on this website. Post a build log!
https://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

Tim S.
« Last Edit: April 12, 2022, 12:44:39 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org