www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

D - Windows D linker?

↑ ↓ ← akcom <akcom akcom.org> writes:
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> writes:
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 <akcom akcom.org> writes:
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