Sign In
page 1 of 2
Comments: 12 | Views: 194

I use the MASM6 compile the assembly program.
it doesn't support vista.

At the same time i can use it compiling in XP.

What's the issue that you get? You need to be a little bit more in detail... Perhaps you need to run the console, or wherever you compile from with Administrator credentials (right click on the console link and click "Run as administrator").
Yeah,
first,thank you very much.

the point is I don't know how to run as administrator in the dos environment (the cmd).

in Vista, you could type "cmd" in the start's search box and hit Ctrl + Alt +Enter  and you are done . Saves you navigation time Smiley 

It is CTRL + CAPS + ENTER ... not ALT. Smiley just to make it right.
In addition to the above you can navigate to it via Windows Orb / Start, All Programs, Accessories then right-click on Command Prompt and choose "Run as administrator".
It's so bad!

I do it as the administrator.

I successful complie it and produce a test.obj file.

but when i type :  link test or link test.obj
it doesn't produce the test.exe file.
What error does it give when you run the linker?
You should always provide the errors that you get... otherwise we can't help you.
page 1 of 2
Comments: 12 | Views: 194