News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Is it possible to create COM applications in CodeBlocks?

Started by tim777, May 19, 2007, 12:24:10 PM

Previous topic - Next topic

tim777

Hi  :)
Is it possible (and how) to create a COM (component object model) application in CodeBlocks?


TDragon

Yes, but to what extent I'm not sure. In fact it has nothing to do with Code::Blocks, but everything to do with the compiler you choose -- the default is GCC/MinGW32. This question would be better asked on the MinGW mailing lists.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Vampyre_Dark

Quote from: TDragon on May 19, 2007, 04:16:33 PM
Yes, but to what extent I'm not sure.
Full extent. If you use VS at least. You just need the proper headers and libraries.
C::B Wishlist
~BOYCOTT THE EVIL YELLOW BOXES~

tim777

Quote from: TDragon on May 19, 2007, 04:16:33 PM
Yes, but to what extent I'm not sure. In fact it has nothing to do with Code::Blocks, but everything to do with the compiler you choose -- the default is GCC/MinGW32. This question would be better asked on the MinGW mailing lists.

Thank you, TDragon!
I found info about COM support here:
http://www.mingw.org/mingwfaq.shtml#faq-comsupport