D - Windows D linker?
- akcom <akcom akcom.org> Aug 09 2004
- J C Calvarese <jcc7 cox.net> Aug 09 2004
- akcom <akcom akcom.org> Aug 09 2004
After the object file is created, I attempted to link it using "link test1.obj" to no avail, any ideas?
Aug 09 2004
akcom wrote:After the object file is created, I attempted to link it using "link test1.obj" to no avail, any ideas?
This is the old D newsgroup group. Check out the new main newsgroup: Web: http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D Newsgroup: news://news.digitalmars.com/digitalmars.D How did you create test1.obj? If you have a .d source file, you can usually compile it like this: dmd test1.d Trying reading this: http://www.prowiki.org/wiki4d/wiki.cgi?D__Tutorial/StartingWithD -- Justin (a/k/a jcc7) http://jcc_7.tripod.com/d/
Aug 09 2004
akcom wrote:After the object file is created, I attempted to link it using "link test1.obj" to no avail, any ideas?
Aug 09 2004









J C Calvarese <jcc7 cox.net> 