Thread overview
Display DM C++ version
Nov 08, 2001
Roland
Nov 08, 2001
Jan Knepper
Nov 09, 2001
Roland
November 08, 2001
- can i display DM C++ version curently compilling ?
- is idde compiler same as command line one ?

Thanks

Roland


November 08, 2001
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


November 09, 2001
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