User forums > Using Code::Blocks
Is it possible to create COM applications in CodeBlocks?
(1/1)
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.
Vampyre_Dark:
--- Quote from: TDragon on May 19, 2007, 04:16:33 pm ---Yes, but to what extent I'm not sure.
--- End quote ---
Full extent. If you use VS at least. You just need the proper headers and libraries.
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.
--- End quote ---
Thank you, TDragon!
I found info about COM support here:
http://www.mingw.org/mingwfaq.shtml#faq-comsupport
Navigation
[0] Message Index
Go to full version