I'd like to second this. Supporting VC++ and BC++ shouldn't
be too difficult, because in both cases you're just shelling out
to a different executable (which is already possible). It's just
a matter of getting all the "hidden" compiler switches (as set
in the options) right. There's a bare-bones VC++ compiler in
the .NET Framework SDK (free download from MS) which
shows most of the switches. You could probably support C#
that way too.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
But hey, arent Borland and MS compilers property of Borland
and MS? :) Can we just add them to this project with no risk
of further legal complications?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
they could easily goto the MSDN and many other sites with
plenty of skelton code for adding MS VC++ compiling support
so we dont have to go and edit tons of code and then compile
it but lately it seems they arent intrested in listening to us.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=660285
I'd like to second this. Supporting VC++ and BC++ shouldn't
be too difficult, because in both cases you're just shelling out
to a different executable (which is already possible). It's just
a matter of getting all the "hidden" compiler switches (as set
in the options) right. There's a bare-bones VC++ compiler in
the .NET Framework SDK (free download from MS) which
shows most of the switches. You could probably support C#
that way too.
Logged In: YES
user_id=664721
yeah more MS C++ support!
Logged In: NO
But hey, arent Borland and MS compilers property of Borland
and MS? :) Can we just add them to this project with no risk
of further legal complications?
Logged In: NO
they could easily goto the MSDN and many other sites with
plenty of skelton code for adding MS VC++ compiling support
so we dont have to go and edit tons of code and then compile
it but lately it seems they arent intrested in listening to us.