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?
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?
© 2022 - 2024 — McMap. All rights reserved.