Author Topic: How can I add urlmon.dll when linking? (Win32)  (Read 5158 times)

Offline Lavonen

  • New Member
  • Posts: 1
How can I add urlmon.dll when linking? (Win32)
« 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?