C compiler needed

R

Riya

My MFC application generates a C program. I need to incorporate a C
compiler into it which can compile this code and indicate the lines of
errors.
Can someone suggest me a good OpenSource C Compiler which I could use?
I am using Visual Studio .Net to develop my application

Thanks in advance.
 
B

Ben Pope

Riya said:
My MFC application generates a C program. I need to incorporate a C
compiler into it which can compile this code and indicate the lines of
errors.
Can someone suggest me a good OpenSource C Compiler which I could use?
I am using Visual Studio .Net to develop my application

GCC (i.e., GNU C Compiler, not the entire Compiler Collection)

That may or may not suit your licensing requirements (It's GPL)

Is there any reason you want the source code? You can get Microsoft's
compiler free, redistributing it might be a slightly different issue.

Anyway, all very OT.

Ben Pope
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top