May 11, 2004
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
That probably means you don't have obj2asm.exe on your system. You can pick up a copy from here: www.digitalmars.com/eup.html

-Walter

"cons_tant" <cons_tant_member@pathlink.com> wrote in message news:c7q9tb$1kq$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
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!-----
>
>