问题
Basically I know we can use this to create a static linked exe on windows 32 bit:
nasm -fwin32 test.s
cl.exe test.obj /link libcmt.lib
But how to create a dynamic-linked exe from the obj file nasm generated?
来源:https://stackoverflow.com/questions/21010335/how-to-use-nasm-to-generate-a-dynamic-linked-exe-on-windows