www.digitalmars.com         C & C++   DMDScript  

c++ - Display DM C++ version

reply Roland <rv ronetech.com> writes:
- can i display DM C++ version curently compilling ?
- is idde compiler same as command line one ?

Thanks

Roland
Nov 08 2001
parent reply Jan Knepper <jan smartsoft.cc> writes:
Roland wrote:

 - can i display DM C++ version curently compilling ?
sc <Enter> will do that for the sc.exe component. scppn <Enter> will do that for the compiler.
 - is idde compiler same as command line one ?
As far as I know yes! Except that the command line compiler resides in scppn.exe and the IDDE compiler in scppnd.dll I actually use both, i.e. IDDE and command line and the .obj files are binary the same. (Have not checked that recently though). This in comparision with Borland C++ Builder where .obj files tend to be different between command line and IDE... <g> Jan
Nov 08 2001
parent Roland <rv ronetech.com> writes:
Thanks

Roland


Jan Knepper a écrit :

 Roland wrote:

 - can i display DM C++ version curently compilling ?
sc <Enter> will do that for the sc.exe component. scppn <Enter> will do that for the compiler.
 - is idde compiler same as command line one ?
As far as I know yes! Except that the command line compiler resides in scppn.exe and the IDDE compiler in scppnd.dll I actually use both, i.e. IDDE and command line and the .obj files are binary the same. (Have not checked that recently though). This in comparision with Borland C++ Builder where .obj files tend to be different between command line and IDE... <g> Jan
Nov 09 2001