Alright, this tutorial is demonstrating how to use Pipes, anonymous pipe usage using CreatePipe!
All i would like to know is:
1). Does the program produce an output?
2). Is that output an error message?
3). Is the program supposed to compilelink test.asm?
4). Can they really do all that down at sun micro-systems?
Regards
Riznix
Ps. All i get is an error message!
All i would like to know is:
1). Does the program produce an output?
2). Is that output an error message?
3). Is the program supposed to compilelink test.asm?
4). Can they really do all that down at sun micro-systems?
Regards
Riznix
Ps. All i get is an error message!
1 Yes (in the black text box)
2 Normally not
3 "ml /c /coff /Cp test.asm" /c is used for say not launch the linker
4 ???
About the error, see the file, there are only two strings with error messages, check what is the message, and based on that try correct it, probably ml is not in your path.
Have a nice day or night.
2 Normally not
3 "ml /c /coff /Cp test.asm" /c is used for say not launch the linker
4 ???
About the error, see the file, there are only two strings with error messages, check what is the message, and based on that try correct it, probably ml is not in your path.
Have a nice day or night.