Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: tim777 on May 19, 2007, 12:24:10 pm

Title: Is it possible to create COM applications in CodeBlocks?
Post by: tim777 on May 19, 2007, 12:24:10 pm
Hi  :)
Is it possible (and how) to create a COM (component object model) application in CodeBlocks?

Title: Re: Is it possible to create COM applications in CodeBlocks?
Post by: 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.
Title: Re: Is it possible to create COM applications in CodeBlocks?
Post by: Vampyre_Dark on May 19, 2007, 09:44:57 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.
Title: Re: Is it possible to create COM applications in CodeBlocks?
Post by: tim777 on May 19, 2007, 09:50:54 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