Thread overview
Windows D linker?
Aug 10, 2004
akcom
Re: [Old Newsgroup] Windows D linker?
Aug 10, 2004
J C Calvarese
Aug 10, 2004
akcom
August 10, 2004
After the object file is created, I attempted to link it using "link test1.obj" to no avail, any ideas?
August 10, 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/
August 10, 2004
akcom wrote:

> After the object file is created, I attempted to link it using "link test1.obj" to no avail, any ideas?
never mind, got it