www.digitalmars.com         C & C++   DMDScript  

c++.beta - Beta

reply gf <mz_y2k yahoo..com> writes:
Walter, 

the beta releases are good to use with the IDDE?

/gf
Mar 13 2003
parent reply "Javier Gutiérrez" <nikkho NOSPAM hotmail.com> writes:
    I have tested with some of them, and no problems in the integration with
the IDDE.

"gf" <mz_y2k yahoo..com> escribió en el mensaje
news:Xns933D7F99E940Emzy2kyahoocom 63.105.9.61...
 Walter,

 the beta releases are good to use with the IDDE?

 /gf
Mar 13 2003
parent reply Richard Grant <fractal clark.net> writes:
In article <b4pv5o$hj9$1 digitaldaemon.com>, Javier Gutiérrez says...
    I have tested with some of them, and no problems in the integration with
the IDDE.
Since IDDE is using a dll version of compiler that is frozen at the current release level, you need to use the exe version of the compiler for beta versions. After you install the beta compiler, the easiest way to do this is to open a console window, change to the project directory and do: smake -f [projectname].mak or smake -all -f [projectname].mak The former compiles and links for changed files, and the latter does a rebuild. Richard
Mar 13 2003
parent reply gf <mz_y2k yahoo...com> writes:
Richard Grant <fractal clark.net> wrote in
news:b4qon3$16dk$1 digitaldaemon.com: 

 In article <b4pv5o$hj9$1 digitaldaemon.com>, Javier Gutiérrez says...
    I have tested with some of them, and no problems in the
    integration with 
the IDDE.
Since IDDE is using a dll version of compiler that is frozen at the current release level, you need to use the exe version of the compiler for beta versions. After you install the beta compiler, the easiest way to do this is to open a console window, change to the project directory and do: smake -f [projectname].mak or smake -all -f [projectname].mak The former compiles and links for changed files, and the latter does a rebuild. Richard
Why doesn't Walter provide a beta dll version of the compiler? Sometimes the corrections justify running a beta build. /gf
Mar 15 2003
parent reply Christof Meerwald <cmeerw web.de> writes:
On Sat, 15 Mar 2003 10:08:37 +0000 (UTC), gf wrote:
 Why doesn't Walter provide a beta dll version of the compiler? Sometimes 
 the corrections justify running a beta build.
Wouldn't it be even better to only have a dll version of the compiler which is used by the IDDE and by the console frontend (dmc.exe/sc.exe)? bye, Christof -- http://cmeerw.org JID: cmeerw jabber.at mailto cmeerw at web.de ...and what have you contributed to the Net?
Mar 19 2003
next sibling parent reply "Walter" <walter digitalmars.com> writes:
"Christof Meerwald" <cmeerw web.de> wrote in message
news:b5abt4$30r9$2 digitaldaemon.com...
 On Sat, 15 Mar 2003 10:08:37 +0000 (UTC), gf wrote:
 Why doesn't Walter provide a beta dll version of the compiler? Sometimes
 the corrections justify running a beta build.
Wouldn't it be even better to only have a dll version of the compiler
which
 is used by the IDDE and by the console frontend (dmc.exe/sc.exe)?
Yes, it would be, but the dll interface to the IDDE grew so complicated it wasn't worthwhile.
Mar 19 2003
parent Richard Grant <fractal clark.net> writes:
In article <b5ad9v$1dd$1 digitaldaemon.com>, Walter says...
"Christof Meerwald" <cmeerw web.de> wrote in message
news:b5abt4$30r9$2 digitaldaemon.com...
 On Sat, 15 Mar 2003 10:08:37 +0000 (UTC), gf wrote:
 Why doesn't Walter provide a beta dll version of the compiler? Sometimes
 the corrections justify running a beta build.
Wouldn't it be even better to only have a dll version of the compiler
which
 is used by the IDDE and by the console frontend (dmc.exe/sc.exe)?
Having a release and a beta works better for me, since I have developments and deployments to maintain. A dll only version would mean I would need a c:\dm-beta, or do something in the make file. As it is, I don't install the dll distributed in the beta. Richard
Mar 19 2003
prev sibling parent gf <mz_y2k yahoo...com> writes:
Christof Meerwald <cmeerw web.de> wrote in
news:b5abt4$30r9$2 digitaldaemon.com: 

 On Sat, 15 Mar 2003 10:08:37 +0000 (UTC), gf wrote:
 Why doesn't Walter provide a beta dll version of the compiler?
 Sometimes the corrections justify running a beta build.
Wouldn't it be even better to only have a dll version of the compiler which is used by the IDDE and by the console frontend (dmc.exe/sc.exe)? bye, Christof
Hell, yes! Excelent idea! /gf
Mar 23 2003