Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: ArbolOne on February 01, 2013, 07:03:26 pm

Title: #pragma comment(lib, "winmm.lib")
Post by: ArbolOne on February 01, 2013, 07:03:26 pm
I am using C:B 12.11, but I have noticed that the icon bar for some of the features are missing, i.e. Run, Compile, Debug icons are no longer there.

How can I bring those Icons back?
Title: Re: #pragma comment(lib, "winmm.lib")
Post by: oBFusCATed on February 01, 2013, 07:08:52 pm
Try to use View->Toolbars?

And please next time don't start useless polls.
Title: Re: #pragma comment(lib, "winmm.lib")
Post by: ArbolOne on February 01, 2013, 07:12:33 pm
Thanks for your reply.
I tried as you suggested, but the only icon-bar that actually display is the 'Main', the other ones do not.
What else can I do? Is there a updated version of CB for windows?
Title: Re: #pragma comment(lib, "winmm.lib")
Post by: ArbolOne on February 01, 2013, 07:14:45 pm
Oh, by the way, how do I add winmm.lib in C:B?
Title: Re: #pragma comment(lib, "winmm.lib")
Post by: oBFusCATed on February 01, 2013, 07:15:16 pm
Just reinstall and make sure you install all plugins, you need compiler, debugger as minimum.

In other words, your installation is broken. Also you can check if the plugins are installed but not loaded. See Plugin->Manage...
Title: Re: #pragma comment(lib, "winmm.lib")
Post by: oBFusCATed on February 01, 2013, 07:16:16 pm
Oh, by the way, how do I add winmm.lib in C:B?
Read the manual, the faq on the wiki and other pages. This is discussed a lot and there is no need to be answered in every second topic.
Title: Re: #pragma comment(lib, "winmm.lib")
Post by: Jenna on February 01, 2013, 07:18:46 pm
Can you check the toolbars in the menu ?
Or are the entries completely missing ?
At least the debugger toolbar can not be completely disabled, just hidden (in 12.11) or your system is totally messed up.

If you have moved the outside the visible area you also might be unable to get them back with enabling them in the menu.

In this case you can delete the current perspective in the "View -> Perspectives" menu.
Title: Re: #pragma comment(lib, "winmm.lib")
Post by: ArbolOne on February 01, 2013, 07:47:20 pm
The "View -> Perspectives -> Debugging" solve the problem.

Thanks kids!! ;)