NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: Lavonen on March 06, 2020, 05:42:07 PM

Title: How can I add urlmon.dll when linking? (Win32)
Post by: Lavonen on March 06, 2020, 05:42:07 PM
I have this basic script that need urlmon.dll to work properly, I tried this:

"GoLink.exe /console file.obj kernel32.dll urlmon.dll"

The linker finds kernel32.dll without any problems, but doesn't seem to find urlmon.dll...

I have had this problem with several functions and still not found a solution.

Any ideas how I can fix this?