digitalmars.D.dwt - Only work from command line
- tim m (1/1) Aug 01 2008 Hi i've got a strange problem where i can compile the hello world exampl...
- Frank Benoit (3/10) Aug 02 2008 http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars....
- tim (6/18) Aug 02 2008 Thanks that worked great!
Hi i've got a strange problem where i can compile the hello world example like on here: http://www.dsource.org/projects/dwt/wiki/Installation but if i try to run the main.exe that it creates nothing happens. If i type main in a command prompt while in same directory it works perfectly fine though. im using the code and dsss.conf exactly the same as that link.
Aug 01 2008
tim m schrieb:Hi i've got a strange problem where i can compile the hello world example like on here: http://www.dsource.org/projects/dwt/wiki/Installation but if i try to run the main.exe that it creates nothing happens. If i type main in a command prompt while in same directory it works perfectly fine though. im using the code and dsss.conf exactly the same as that link.http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.dwt&article_id=1425 Perhaps this works here also. Then i should change the wiki page.
Aug 02 2008
Frank Benoit Wrote:tim m schrieb:Thanks that worked great! I added a line to my dsss.conf and copied dwt.res into same folder then rebuilt. My new dsss.conf looks like this now. [main.d] buildflags+=-L/SUBSYSTEM:windows:5 buildflags+=-L/rc:dwtHi i've got a strange problem where i can compile the hello world example like on here: http://www.dsource.org/projects/dwt/wiki/Installation but if i try to run the main.exe that it creates nothing happens. If i type main in a command prompt while in same directory it works perfectly fine though. im using the code and dsss.conf exactly the same as that link.http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.dwt&article_id=1425 Perhaps this works here also. Then i should change the wiki page.
Aug 02 2008