June 09, 2004 Re: Build Problems | ||||
---|---|---|---|---|
| ||||
Posted in reply to Björn Sonntag | Björn Sonntag schrieb...
> Yes with very simple project that contains 1 file works that ... but the
> project which i ported to DM have nearly 200 files .... so i work with the
> idde ...
> i build the program successful but when i start the program nothing happend
> .... really nothing ... the Computer works but none crt output appears. ...
>
> Thank you .... if it possible to compile the whole project in an other way ? I my past work i work with VC++ under Windows ... there were not so strange things.
In another message you say that the programs don't work when built with the IDE. Ok, why not use makefiles (I alwas do this because I have more control and trust them more than all the IDE settings) and running make from a command window. A great help in creating a simple makefile might be the program MAKEDEP.EXE
- Heinz
|
Copyright © 1999-2021 by the D Language Foundation