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

c++.windows.32-bits - bad command ..error

↑ ↓ ← cons_tant <cons_tant_member pathlink.com> writes:
I have complile the file that has iostream through stlport this way
dmc test -I\dm\stlport\stlport this line created an object caled
test.obj but when i try to run it with the command obj2asm in msdos it gave me
..
bad command or file name, did i do something wrong?...thanks for your
time ...it is apprciated! I run this in win98
----I wanted that each line of code will show what it is ment to do!-----
May 11 2004
↑ ↓ → "Walter" <newshound digitalmars.com> writes:
"cons_tant" <cons_tant_member pathlink.com> wrote in message
news:c7qa1d$1q3$1 digitaldaemon.com...
 I have complile the file that has iostream through stlport this way
 dmc test -I\dm\stlport\stlport this line created an object caled
 test.obj but when i try to run it with the command obj2asm in msdos it

 ..
 bad command or file name, did i do something wrong?

That means that obj2asm isn't on your system.
...thanks for your
 time ...it is apprciated! I run this in win98
 ----I wanted that each line of code will show what it is ment to do!-----

Obj2asm is available separately from www.digitalmars.com/eup.html
May 12 2004