I am using MASM32 editor in windows 7 (64 bit). By default my linker is "Incremental Linker Version 5.12.8078" which is not linking my programs. I want to use this linker "Microsoft (R) Segmented Executable Linker Version 5.60.339 Dec 5 1994". Please tell me how to change my MASM32 setting and make it the default linker
相关问题
- Inheritance impossible in Windows Runtime Componen
- how to get running process information in java?
- Is TWebBrowser dependant on IE version?
- How can I have a python script safely exit itself?
- I want to trace logs using a Macro multi parameter
相关文章
- 如何让cmd.exe 执行 UNICODE 文本格式的批处理?
- 怎么把Windows开机按钮通过修改注册表指向我自己的程序
- Warning : HTML 1300 Navigation occured?
- Bundling the Windows Mono runtime with an applicat
- Windows 8.1 How to fix this obsolete code?
- CosmosDB emulator can't start since port is al
- Is it possible to run 16 bit code in an operating
- How to print to stdout from Python script with .py
Load
\masm32\menus.ini
in an editor (you can use the MASM32 Editor).Scroll down to
Insert two lines:
Save the file and restart MASM32 Editor.
Now you have under "Project" a new item "Build 16-bit".