0

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?

lllllllllllll
  • 8,519
  • 9
  • 45
  • 80

0 Answers0