c++.beta - Beta
- gf (3/3) Mar 13 2003 Walter,
- Javier Gutiérrez (4/7) Mar 13 2003 I have tested with some of them, and no problems in the integration ...
- Richard Grant (10/12) Mar 13 2003 Since IDDE is using a dll version of compiler that is frozen at the curr...
- gf (5/27) Mar 15 2003 Why doesn't Walter provide a beta dll version of the compiler? Sometimes...
- Christof Meerwald (8/10) Mar 19 2003 Wouldn't it be even better to only have a dll version of the compiler wh...
- Walter (5/10) Mar 19 2003 which
- Richard Grant (6/15) Mar 19 2003 Having a release and a beta works better for me, since I have developmen...
- gf (4/14) Mar 23 2003 Hell, yes! Excelent idea!
Walter, the beta releases are good to use with the IDDE? /gf
Mar 13 2003
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
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
Richard Grant <fractal clark.net> wrote in news:b4qon3$16dk$1 digitaldaemon.com:In article <b4pv5o$hj9$1 digitaldaemon.com>, Javier Gutiérrez says...Why doesn't Walter provide a beta dll version of the compiler? Sometimes the corrections justify running a beta build. /gfI 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 15 2003
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
"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:whichWhy 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 compileris 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
In article <b5ad9v$1dd$1 digitaldaemon.com>, Walter says..."Christof Meerwald" <cmeerw web.de> wrote in message news:b5abt4$30r9$2 digitaldaemon.com...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. RichardOn Sat, 15 Mar 2003 10:08:37 +0000 (UTC), gf wrote:whichWhy 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 compileris used by the IDDE and by the console frontend (dmc.exe/sc.exe)?
Mar 19 2003
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:Hell, yes! Excelent idea! /gfWhy 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
Mar 23 2003