Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Is libcomctrl32.a part of the MingW library in C::B 10.05?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Is libcomctrl32.a part of the MingW library in C::B 10.05? (Read 3904 times)
Morbane
Single posting newcomer
Posts: 3
Is libcomctrl32.a part of the MingW library in C::B 10.05?
«
on:
October 18, 2010, 02:57:08 pm »
I am hoping to link that library to a project. Could someone explain how it is done and if it is possible? (and how to find it if it exists?)
Thanks.
Logged
Morbane
Single posting newcomer
Posts: 3
Re: Is libcomctrl32.a part of the MingW library in C::B 10.05?
«
Reply #1 on:
October 18, 2010, 03:56:38 pm »
I found the file and linked it to my project. I now need a "libcomctrl32.o" version of the file. How is that done in C::B??
Logged
Folco
Regular
Posts: 343
Re: Is libcomctrl32.a part of the MingW library in C::B 10.05?
«
Reply #2 on:
October 18, 2010, 03:59:32 pm »
Loot at Project -> Build Options -> Linker settings.
Here you must set against which lib your program is linked.
Logged
Kernel Extremist - PedroM power ©
Morbane
Single posting newcomer
Posts: 3
Re: Is libcomctrl32.a part of the MingW library in C::B 10.05?
«
Reply #3 on:
October 18, 2010, 04:31:02 pm »
Thanks Folco! That did the trick.
I was trying to directly add the file to my project.
Cheers
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Is libcomctrl32.a part of the MingW library in C::B 10.05?