Author Topic: #pragma comment(lib, "winmm.lib")  (Read 12779 times)

Offline ArbolOne

  • Multiple posting newcomer
  • *
  • Posts: 13
#pragma comment(lib, "winmm.lib")
« 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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: #pragma comment(lib, "winmm.lib")
« Reply #1 on: February 01, 2013, 07:08:52 pm »
Try to use View->Toolbars?

And please next time don't start useless polls.
(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!]

Offline ArbolOne

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: #pragma comment(lib, "winmm.lib")
« Reply #2 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?

Offline ArbolOne

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: #pragma comment(lib, "winmm.lib")
« Reply #3 on: February 01, 2013, 07:14:45 pm »
Oh, by the way, how do I add winmm.lib in C:B?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: #pragma comment(lib, "winmm.lib")
« Reply #4 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...
(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!]

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: #pragma comment(lib, "winmm.lib")
« Reply #5 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.
(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!]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: #pragma comment(lib, "winmm.lib")
« Reply #6 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.

Offline ArbolOne

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: #pragma comment(lib, "winmm.lib")
« Reply #7 on: February 01, 2013, 07:47:20 pm »
The "View -> Perspectives -> Debugging" solve the problem.

Thanks kids!! ;)