Author Topic: Code::Blocks with Comeau C/C++  (Read 3985 times)

RedEagle

  • Guest
Code::Blocks with Comeau C/C++
« on: December 28, 2007, 08:06:29 pm »
I have Comeau C/C++ with a VC++ back-end. How can I set up Code::Blocks to work with it instead of any of the default compilers?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: Code::Blocks with Comeau C/C++
« Reply #1 on: December 28, 2007, 09:09:32 pm »
FYI:

I looked at the below URL and the problem is too complex for me; but, I think knowing which VC++ is being used may help someone else to answer the question.

http://www.comeaucomputing.com/4.0/docs/userman/options.html
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

RedEagle

  • Guest
Re: Code::Blocks with Comeau C/C++
« Reply #2 on: December 28, 2007, 10:09:40 pm »
It might. The back end is VC++ 8. That corresponds to the Visual C++ 2005/2008 compiler plugin default. But I think that calling Comeau is different enough that this problem might be approached as trying to use a completely different compiler when a plugin doesn't exist for it.